get
https://public-api.birdeye.so/defi/tokenlist
Retrieve a list of tokens on a specified chain.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Legacy token directory list.
- This is the lighter token-list endpoint for broad token browsing on one chain.
limitsupports1to50items per request.sort_bysupportsmc,v24hUSD,v24hChangePercent, andliquidity.min_liquiditydefaults to100, which helps filter low-signal assets from the default result set.ui_amount_modeaffects token-amount fields where chain-specific scaled balances are relevant.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
30 CUper request.
Use Cases 💡
- Build token registries, simple token explorers, and asset-picking dropdowns.
- Power lightweight ranked lists by liquidity, market cap, or 24h volume.
- Preload token identity and summary rows before deeper market-data calls.
- Support simple browse flows where V3 screening would be overkill.
How to Use 🛠️
- Set
x-chainfor the target network. - Choose
sort_byandsort_typefor the ranking you want. - Page with
offsetandlimit, keepinglimitat50or below. - Use
min_liquidityand optionalmax_liquidityto bound the result set.
Best Practices ✅
- Treat this as a browse endpoint, not a full screener; move to V3 when you need richer filters.
- Keep
min_liquidityexplicit in production screens so result quality stays predictable. - Cache token-list pages briefly when multiple users are likely to hit the same leaderboard view.
