API Reference
Pricing
API Reference

累计资金费率-交易所列表

该接口提供各交易所的币种累计资金费率数据。

缓存 / 更新频率: 1小时一次

该接口以下API等级可用: API 等级

API 等级爱好版创业版标准版专业版企业版
可用性
颗粒度>=4h>=30m无限制无限制无限制

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "symbol": "BTC", // 币种
      "stablecoin_margin_list": [ // USDT/USD 保证金模式的累计资金费率
        {
          "exchange": "BINANCE", // 交易所名称
          "funding_rate": 0.001873 // 累计资金费率
        },
        {
          "exchange": "OKX", // 交易所名称
          "funding_rate": 0.00775484 // 累计资金费率
        }
      ],
      "token_margin_list": [ // 币本位保证金模式的累计资金费率
        {
          "exchange": "BINANCE", // 交易所名称
          "funding_rate": -0.003149 // 累计资金费率
        }
      ]
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!