API Reference

Aggregated Taker Buy/Sell 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,
      "longShortRatio": 1.1617
     },
     ...
  ]
}
FieldDescription
longShortRatioLong/Short
createTimeTime ,in seconds
Language
Authorization
Header
Click Try It! to start a request and see the response here!