Token - Transfer List

Retrieve the transfer history of a specified token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Cursor-paginated transfer history for one Solana token.

  • Solana transfer data is available from epoch 257 (2021-11-12).
  • Supports four transfer actions: mint, burn, transfer, and set_authority.
  • Pagination uses a cursor. On the first request, send normal filters without cursor. Subsequent requests should send only the returned next_cursor.
  • When cursor is provided together with other filters, only cursor is applied.

Reading the numbers. Use token transfer rows when you need the exact movement records behind supply changes, wallet flows, or mint/burn events.

Compute Unit ⚙️
  • This endpoint consumes 10 CU per request.
Use Cases 💡
  • Inspect token transfer flow across all wallets for one mint.
  • Review mint, burn, and standard transfer activity around launches or supply events.
  • Support forensic timelines, treasury tracing, and token-flow monitoring.
How to Use 🛠️
  • Set x-chain=solana.
  • Send the token mint and any transfer filters in the POST body.
  • On page 1, omit cursor.
  • While next_cursor is present, send only that cursor value on the next request.
Best Practices ✅
  • Use the total endpoint first when you only need counts before pulling the full list.
  • Persist next_cursor while paging; do not mix it with stale filters.
  • Use this token-level view when the token is the anchor, and wallet-transfer endpoints when one wallet is the anchor.
Limitations ⚠️
  • Solana only.
  • Historical coverage starts from epoch 257 (2021-11-12).
  • Cursor pagination means page boundaries are driven by next_cursor, not offset.

Body Params
string
required

Address of the token to retrieve transfers for.

number

Start of the transfer time range as a Unix timestamp.

number

End of the transfer time range as a Unix timestamp.

number

Minimum token amount to include.

number

Maximum token amount to include.

number

Minimum transfer value in USD to include.

number

Maximum transfer value in USD to include.

string

Address of the sender wallet.

string

Address of the recipient wallet.

string

Cursor used to retrieve the next page of results.

number
Headers
string
enum
Defaults to solana

Solana network only.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json