API Reference

Aggregated Taker Buy/Sell Volume History

This API retrieves historical data for the long/short ratio of aggregated taker buy/sell volumes.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
     {
      "time": 1719338400,
      "buy": 1102918900.2413,
      "sell": 943757980.3408
     },
     ...
  ]
}
FieldDescription
buy
sell
timeTime ,in seconds
Language
Authorization
Header
Click Try It! to start a request and see the response here!