get
https://public-api.birdeye.so/defi/v3/token/list/scroll
Retrieve up to 5,000 tokens per batch. For the first request, apply any filter parameters except scroll_id. For subsequent requests, provide only the scroll_id parameter using the next_scroll_id value returned previously. Limited to 1 scroll_id per account per 30 seconds.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
High-volume token crawl with scroll sessions.
- Use this endpoint when normal offset pagination is not enough and you need to walk a large filtered token universe.
limitsupports1to5000items per request.- Initial request: send your filters without
scroll_id. - Subsequent requests: send only the returned
scroll_idand continue the same crawl session. - Each account is limited by active scroll-session rules; an active scroll expires after about 30 seconds of inactivity, and an empty
itemspage ends the session.
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
400 CUper request.
Use Cases 💡
- Crawl large token universes for offline indexing, warehousing, or scheduled refresh pipelines.
- Export broad market slices that are too large for interactive offset pagination.
- Build internal ranking datasets or research snapshots at chain scale.
- Feed downstream enrichment jobs with token candidates from a consistent filtered population.
How to Use 🛠️
- Set
x-chainand send your initial filter set withoutscroll_id. - Store the returned
next_scroll_id. - Continue by calling the same endpoint with that
scroll_id. - Stop when
itemsis empty, then start a new initial request if you need a fresh crawl.
Best Practices ✅
- Treat scroll sessions as short-lived pipelines; consume pages promptly instead of leaving them idle.
- Use stable filters for one crawl session so downstream datasets stay internally consistent.
- Reserve this endpoint for backend jobs, not end-user UI pagination, because CU cost is high and session state is temporary.
