Market

Get Long Short Ratio

This refers to the net long and short positions as percentages of all position holders during the selected time. Long account ratio = Number of holders with long positions / Total number of holders Short account ratio = Number of holders with short positions / Total number of holders Long-short account ratio = Long account ratio / Short account ratio

get/api/v1/market/account-ratio

Query parameters

symbolstring required
Example:BTCUSDC
periodIntervalTime required— unresolved $ref
start_timestring date-time nullable
end_timestring date-time nullable
limitinteger nullable
cursorstring nullable

Cursor. Use the next_page_cursor token from the response to retrieve the next page of the data set

Response

Long short ratio data

next_page_cursorstring required

Example response

{
  "list": [
    {
      "symbol": "BTCUSDC",
      "timestamp": "1672531200000"
    }
  ]
}