幣種資金費率-交易所列表

該接口提供各交易所的幣種資金費率數據。

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

快取 / 更新頻率: 每 10 秒鐘更新一次

該接口以下 API 等級可用: API 等級

API 等級業餘版創業版標準版專業版企業版
可用性
颗粒度>=4h>=30m無限制無限制無限制

響應數據

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "symbol": "BTC", // 幣種
      "stablecoin_margin_list": [ // USDT/USD 保證金模式
        {
          "exchange": "Binance", // 交易所
          "funding_rate_interval": 8, // 資金費率結算週期(小時)
          "funding_rate": 0.007343, // 當前資金費率
          "next_funding_time": 1745222400000 // 下次資金費率結算時間(毫秒)
        },
        {
          "exchange": "OKX", // 交易所
          "funding_rate_interval": 8, // 資金費率結算週期(小時)
          "funding_rate": 0.00736901950628, // 當前資金費率
          "next_funding_time": 1745222400000 // 下次資金費率結算時間(毫秒)
        }
      ],
      "token_margin_list": [ // 幣本位保證金模式
        {
          "exchange": "Binance", // 交易所
          "funding_rate_interval": 8, // 資金費率結算週期(小時)
          "funding_rate": -0.001829, // 當前資金費率
          "next_funding_time": 1745222400000 // 下次資金費率結算時間(毫秒)
        }
      ]
    }
  ]
}
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json