get https://open-api-v3.coinglass.com/api/futures/aggregatedTakerBuySellVolume/history
This API retrieves historical data for the long/short ratio of aggregated taker buy/sell volumes.
Log in to see full request history
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"time": 1719338400,
"buy": 1102918900.2413,
"sell": 943757980.3408
},
]
}
Field | Description |
---|---|
buy | |
sell | |
time | Time, in seconds |
Responses