跳到主要内容

Top Trader Long/Short Ratio (Accounts)

Type: NONE

Weight: 1

GET /futures/data/topLongShortAccountRatio

Long/short ratio of the top 20 % of accounts by position size, counted per account. Public endpoint: no X-MBX-APIKEY, timestamp or signature required.

Request

GET /futures/data/topLongShortAccountRatio?symbol=BTCUSDT

Query params

NameTypeRequiredDefaultNotes
symbolstringyes
periodstringno5mIgnored — only the latest value is computed.
limitintegerno30Effectively 1.
startTime / endTimelongnoIgnored.

Response — 200

[
{
"symbol": "BTCUSDT",
"longShortRatio": "1.2500",
"longAccount": "0.5556",
"shortAccount": "0.4444",
"timestamp": "1714261234567"
}
]

Same computation as the position ratio but counting accounts instead of USD notional. Only the latest point is returned.