Skip to main content

Top Trader Long/Short Ratio (Positions)

API Description

The proportion of net long and net short positions to total open positions of the top 20% users with the highest margin balance. Long Position % = Long positions of top traders / Total open positions of top traders Short Position % = Short positions of top traders / Total open positions of top traders Long/Short Ratio (Positions) = Long Position % / Short Position %

HTTP Request

GET /futures/data/topLongShortPositionRatio

Request Weight

0

Request Parameters

NameTypeMandatoryDescription
symbolSTRINGYES
periodENUMYES"5m","15m","30m","1h","2h","4h","6h","12h","1d"
limitLONGNOdefault 30, max 500
startTimeLONGNO
endTimeLONGNO
  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.

Response Example

[
{
"symbol":"BTCUSDT",
"longShortRatio":"1.4342",// long/short position ratio of top traders
"longAccount": "0.5891", // long positions ratio of top traders
"shortAccount":"0.4108", // short positions ratio of top traders
"timestamp":"1583139600000"

},

{

"symbol":"BTCUSDT",
"longShortRatio":"1.4337",
"longAccount": "0.3583",
"shortAccount":"0.6417",
"timestamp":"1583139900000"

},

]