API Reference

Cumulative Exchange List

This API retrieves cumulative funding rate data from exchanges.

Response Data

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

usdtOrUsdMarginList

FieldDescription
Exchangeeg : Binance
Funding RateCurrent funding rate
Language
Authorization
Header
Click Try It! to start a request and see the response here!