get https://open-api-v4.coinglass.com/api/futures/v2/taker-buy-sell-volume/history
This endpoint provides historical data for the long/short ratio of taker buy and sell volumes in futures markets.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ✅ | ✅ | ✅ | ✅ | ✅ |
interval Limit | >=4h | >=30m | No Limit | No Limit | No Limit |
Response Data
{
"code": "0",
"data": [
{
"time": 1750183200000,
"taker_buy_volume_usd": "414120141.0714",
"taker_sell_volume_usd": "350417509.655"
},
{
"time": 1750186800000,
"taker_buy_volume_usd": "882509979.6914",
"taker_sell_volume_usd": "808715578.4428"
},
{
"time": 1750190400000,
"taker_buy_volume_usd": "572589140.5759",
"taker_sell_volume_usd": "571005164.3247"
},
}