Long/short ratio (crypto derivatives)
The long/short ratio published by crypto derivatives exchanges compares the share of accounts holding net long positions with the share holding net short positions on a contract. Since every contract has one long and one short side, it measures how positioning is distributed across accounts, not whether more contracts are long than short.
Senzoukria · Glossary · Updated September 2026
At a glance
- Binance endpoint
- /futures/data/globalLongShortAccountRatio
- Measures
- Share of accounts net long vs net short
- Periods
- 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d
- History
- Latest 30 days only
What is counted
In a derivatives market, every open contract has a long holder and a short holder, so total long and total short contracts are always equal. A ratio of 'more longs than shorts' can therefore only mean that more accounts are long than short. Binance's global account ratio returns, per period, the long account share, the short account share and their ratio for all traders on a USDⓈ-M symbol. If 60% of accounts are net long and 40% net short, the ratio is 1.5, which also means the 40% short accounts hold, on average, larger positions than the long accounts.
Binance's documentation lists periods from 5 minutes to 1 day and states that only the latest 30 days of data are available.
How traders read it
- A high account ratio says that many smaller accounts are long while fewer, larger accounts take the other side.
- Extreme readings are often read as crowding, but crowding can persist.
- Exchanges may publish separate ratios for their largest traders, by accounts and by positions, which can point the other way.
- The ratio is venue specific: one exchange's accounts are not the market.
Limits
- It says nothing about size or leverage, only about the count of accounts on each side.
- Short history limits backtests of any rule built on it.
- Accounts on one venue can be hedged elsewhere, so a long on a perpetual may be one leg of a neutral position.
- It is an aggregate published at the end of each period, not a live order flow signal.
In Senzoukria
The desktop does not fetch or display long/short ratios. Its crypto analysis rests on each venue's public trades and order book: who crossed the spread, at what price and size, and what liquidity rests or is pulled, on Binance Spot, Binance USD-M perpetuals and Bybit linear perpetuals. Those show aggression as it happens rather than a periodic census of accounts.
Related
In the same section
- Lookahead bias
- Local cache
- Losing streak
- Listing cycle
- Low volume node
- Liquidity wall
- Maintenance margin
- Liquidity tracker
Sources
- Binance API: Long/Short Ratio (USDⓈ-M futures) (2026-09-25)
This page in other languages
Frequently asked questions
- If the long/short ratio is above 1, are there more long contracts?
- No. Long and short contracts are always equal in number. A ratio above 1 means more accounts are net long, so the short side is held by fewer accounts with larger average positions.
- Can I backtest a strategy on the long/short ratio?
- Only on the history you can obtain. Binance's endpoint serves the latest 30 days, so a longer test requires having recorded the data yourself or using a vendor that archived it.