get https://open-api-v3.coinglass.com/api/futures/fundingRate/accumulated-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
},
...
]
},
...
]
}
Field | Description |
---|---|
symbol | eg : BTC |
usdtOrUsdMarginList | Contracts using USDT or USD as margin |
tokenMarginList | Contracts using other cryptocurrencies as margin. |
usdtOrUsdMarginList
Field | Description |
---|---|
Exchange | eg : Binance |
Funding Rate | Current funding rate |