get
https://public-api.birdeye.so/defi/v3/token/list
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…
Token screener and ranked list endpoint.
- This is the richer token-list endpoint with filtering across liquidity, market cap, FDV, holder count, recent listing time, last trade time, volume, price change, trade counts, and global fees paid.
limitsupports1to100items per request andoffsetsupports up to10,000.- Default ranking is
sort_by=liquiditywith descending order. - Use
ui_amount_modewhen downstream token-amount fields need chain-aware scaled values. - This endpoint is designed for interactive screening; use the scroll variant when you need deeper crawling beyond normal pagination.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
75 CUper request.
Use Cases 💡
- Build token screeners ranked by liquidity, market cap, activity, holder count, or recent price momentum.
- Discover tradable assets that satisfy quality floors such as minimum liquidity or volume.
- Power leaderboard pages, research dashboards, and filtered market boards.
- Shortlist candidates before running price, security, holder, or smart-money analysis.
How to Use 🛠️
- Set
x-chainfor the target network. - Choose a ranking field in
sort_byand a direction insort_type. - Apply only the filters needed for the screen, such as
min_liquidity,min_market_cap,min_volume_24h_usd, ormin_trade_24h_count. - Page with
offsetandlimit, keepinglimitat100or below.
Best Practices ✅
- Start with a narrow filter set and add thresholds incrementally so you can see which condition removes too much of the market.
- Keep ranking and filtering aligned; for example, pair momentum filters with momentum sort fields, not unrelated liquidity ordering.
- For app UIs, use this endpoint for the first few pages and reserve scroll-based crawling for back-office jobs.
