post
https://public-api.birdeye.so/wallet/v2/transfer
Retrieve list transfer of the wallet.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Cursor-paginated transfer history for one Solana wallet.
- Solana transfer data is available from epoch
257(2021-11-12). - Supports four transfer actions:
mint,burn,transfer, andset_authority. - Pagination uses a cursor. On the first request, send normal filters without
cursor. Subsequent requests should send only the returnednext_cursor. - When
cursoris provided together with other filters, onlycursoris applied.
Reading the numbers. Use wallet transfer rows to see exactly which token movements changed a wallet's balances and when those movements happened.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- This endpoint consumes
10 CUper request.
Use Cases 💡
- Trace incoming and outgoing token transfers for one wallet.
- Build wallet activity timelines for treasury, ops, or compliance review.
- Explain balance changes with the exact underlying transfer events.
How to Use 🛠️
- Set
x-chain=solana. - Send the wallet and any transfer filters in the POST body.
- On page 1, omit
cursor. - While
next_cursoris present, send only thatcursorvalue on the next request.
Best Practices ✅
- Pair this endpoint with
Wallet - Balance Changeto move from summary deltas into concrete transfer events. - Use the total endpoint first if you only need counts or want to estimate result size.
- Store
next_cursorexactly as returned; do not mix it with stale filters.
Limitations ⚠️
- Solana only.
- Historical coverage starts from epoch
257(2021-11-12). - Cursor pagination means page boundaries are driven by
next_cursor, not offset.
