get
https://public-api.birdeye.so/perps/v1/token/open_positions
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
- Returns currently open perp positions for one market, sorted by the requested metric.
sizeis signed: positive typically means long exposure, negative means short exposure.entry_price,mark_price, andmargin_usedare the key fields for current exposure and unrealized risk.- Data availability begins on May 25, 2026 at 15:00 UTC.
- Lite
- Starter
- Premium
- Business
- Enterprise
Hyperliquid
Use Cases 💡
- Inspect who is positioned in a market and how large the open risk is.
- Identify concentrated longs or shorts before funding, squeezes, or liquidation cascades.
- Build whale-position views for individual perp markets.
- Power risk dashboards that surface the largest and most levered open positions.
How to Use 🛠️
- Set
x-perp, pass the market symbol intoken, then choosesort_by,offset, andlimit. - Use
wallet,size,margin_used,position_value, andunrealized_pnlas your core row fields. - Read
leverage_typeandmax_leverageto distinguish margin mode and leverage ceiling.
Best Practices ✅
- Sort by position value or margin when screening for risk concentration.
- Use wallet open positions together with token open positions to move between market-centric and wallet-centric views.
- Compare
entry_pricetomark_pricebefore interpreting unrealized PnL in isolation.
Limitations ⚠️
- Hyperliquid only.
