get
https://public-api.birdeye.so/defi/v2/markets
Retrieve a list of markets for a specified token.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Market list for a single token.
- Pass one token address to retrieve the markets or pools where that token trades.
limitsupports1to20items per request.sort_bysupportsliquidityandvolume24h.- Use this endpoint after token discovery when you need to inspect venue coverage for one asset.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
30 CUper request.
Use Cases 💡
- Discover where a token trades and which pools matter most.
- Compare markets by liquidity or 24h volume before charting or trade analysis.
- Support token detail pages that need a venue table or pool selector.
- Route users from token discovery into pair-level price, OHLCV, or liquidity analysis.
How to Use 🛠️
- Set
x-chainfor the target network. - Pass the token address in
address. - Choose
sort_by=liquidityorsort_by=volume24hdepending on whether depth or activity matters more. - Page with
offsetandlimit, keepinglimitat20or below.
Best Practices ✅
- Start by sorting on liquidity for execution-focused workflows and on volume for attention-focused workflows.
- Join the selected market or pair into pair-level OHLCV and liquidity endpoints for deeper venue analysis.
- Cache venue tables briefly, since market composition changes more slowly than spot price.
