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
| Name | Type | Required | Default | Notes |
|---|---|---|---|---|
symbol | string | yes | — | |
period | string | no | 5m | Ignored — only the latest value is computed. |
limit | integer | no | 30 | Effectively 1. |
startTime / endTime | long | no | — | Ignored. |
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.