API Reference

Taker Buy/Sell Ratio History

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

Response Data

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