API Reference

Global Account Ratio

This API retrieves the long/short account ratio for trading pairs on an exchange

Response Data

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