跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt

Use this file to discover all available pages before exploring further.

查询资金费率历史

适用于获取历史资金费率

请求URL

GET https://cloud-api.wooxpro.com/contract/public/funding-rate-history

请求限制

参见 速率限制详细

请求参数

请求
curl https://cloud-api.wooxpro.com/contract/public/funding-rate-history?symbol=BTCUSDT&limit=10
参数类型是否必填描述
symbolString必填合约交易对(如BTCUSDT)
limitString选填每页返回条数,最大100条,默认100条

响应详情

响应
{
  "code": 1000,
  "message": "Ok",
  "data": {
    "list": [
      {
        "symbol": "BTCUSDT",
        "funding_rate": "0.000090600584",
        "funding_time": "1733979600000"
      }
    ]
  },
  "trace": "4b588ac6b7cb11ef96b16280797cd561.3819021.39457365988950452"
}
字段类型描述
listlist列表详情数组
列表详情字段描述:
字段类型描述
symbolString合约名称
funding_rateString资金费率
funding_timeString结算时间