API Reference

Taker Buy/Sell History

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

Response Data

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