最新标记价格和资金费率
类型:NONE
公开端点:
GET /fapi/v1/premiumIndex
Rocky 实现:GET /v1/markets/{symbol}/funding-rate✓
最近一次资金费 tick + 下一个 8 小时资金费节点(UTC)。
请求
GET /v1/markets/{symbol}/funding-rate
响应 — 200
{
"symbol": "BTC-PERP",
"rate": "0.00012500",
"mark_price": "76538.12",
"last_funding_ts_ms": 1748246400000,
"next_funding_ts_ms": 1748275200000
}
| 字段 | 类型 | 说明 |
|---|---|---|
rate | string | null | 最近资金费率(decimal)。 |
mark_price | string | null | tick 时的标记价。 |
last_funding_ts_ms | int64 | null | 上次 tick 时间。 |
next_funding_ts_ms | int64 | 下一个 8 小时节点。 |
Rocky 把标准方案中拆开的
premiumIndex+markPrice合并到了同一个接口。两份数据都在这里读。