API Reference

Exchange List

This API retrieves funding rate data from exchanges

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
   {
     "symbol":"BTC";
     "usdtOrUsdMarginList":[
         {
          "exchange": "Binance",
          "fundingRate": -0.00335,
          "nextFundingTime": 1722960000000
         },
         ...
      ]
     "tokenMarginList":[
         {
          "exchange": "Binance",
          "fundingRate": -0.016434,
          "nextFundingTime": 1722960000000
         },
         ...
      ]
    },
    ...
   ]
}
FieldDescription
symboleg : BTC
usdtOrUsdMarginListContracts using USDT or USD as margin
tokenMarginListContracts using other cryptocurrencies as margin

usdtOrUsdMarginList

FieldDescription
Exchangeeg : Binance
Funding RateCurrent funding rate
Predicted Funding RatePredicted funding rate (if available)
Next Funding TimeTime of the next funding event (in milliseconds)
Language
Authorization
Header
Click Try It! to start a request and see the response here!