post
https://public-api.birdeye.so/token/v1/transfer/total
Retrieve the total number of transfers for a specified token.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Cheap transfer-count summary for one Solana token.
- Solana transfer data is available from epoch
257(2021-11-12). - Use the same token and transfer filters as the transfer-list endpoint when you only need aggregate counts.
- This endpoint returns totals, not the underlying transfer rows.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- This endpoint consumes
1 CUper request.
Use Cases 💡
- Count token transfers before loading a heavier transfer list.
- Show transfer activity totals in dashboards, badges, or quick summaries.
- Prefilter tokens with unusual transfer intensity before deeper analysis.
How to Use 🛠️
- Set
x-chain=solana. - Send the token mint and any transfer filters in the POST body.
- Use the returned count to decide whether you need the full transfer list.
Best Practices ✅
- Use this endpoint as a cheap preflight before paginating transfer rows.
- Keep the filter set identical to the transfer-list call if you plan to compare count and rows.
Limitations ⚠️
- Solana only.
- Historical coverage starts from epoch
257(2021-11-12). - Returns totals only, not transfer row details.
