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.
- Initial Request:
- Do not include the scroll_id parameter.
- A next_scroll_id will be returned in the response.
- Subsequent Requests:
- Must include the scroll_id parameter, using the next_scroll_id from the previous response.
- If scroll_id is missing after the initial request, atfer 30 seconds, the API will return HTTP 400 (Bad Request).
- Scroll ID Rules:
- Only one active scroll_id per account is allowed every 30 seconds.
- A scroll_id expires 30 seconds after its last use.
- A scroll_id also expires if
items
returns empty. - Once expired, start over with a new initial request to generate a fresh scroll_id.