API Reference

Top Position Ratio History

This API retrieves historical data for the long/short ratio of positions by top accounts.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
     {
      "time": 1719338400,
      "longAccount": 73.09,
      "shortAccount": 26.91,
      "longShortRatio": 2.716
     },
    ...
  ]
}
FieldDescription
longAccountLong account
shortAccountShort account
longShortRatioLong/Short account ratio
createTimeTime ,in seconds
Language
Authorization
Header
Click Try It! to start a request and see the response here!