資金費用
獲取當前資金費率
{
"code": "200000",
"data": {
"symbol": ".XBTUSDTMFPI8H",
"granularity": 28800000,
"timePoint": 1731441600000,
"value": 0.000641,
"predictedValue": 0.000052,
"fundingRateCap": 0.003,
"fundingRateFloor": -0.003
}
}
查詢當前資金費率
HTTP請求
GET /api/v1/funding-rate/{symbol}/current
示例
GET /api/v1/funding-rate/XBTUSDM/current
請求URL
此接口支持合約URL
頻率限制
公有类权重
:2
參數
參數 | 數據類型 | 是否必須 | 含義 |
---|---|---|---|
symbol | String | 是 | 合約名稱 |
返回值
字段 | 含義 |
---|---|
symbol | 資金費率symbol |
granularity | 粒度(毫秒) |
timePoint | 時間點(毫秒) |
value | 資金費率 |
predictedValue | 預測資金費率 |
fundingRateCap | 资金费率上限 |
fundingRateFloor | 资金费率下限 |