Wallet - Transfer

Retrieve list transfer of the wallet.

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

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, 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 wallet transfer rows to see exactly which token movements changed a wallet's balances and when those movements happened.

Compute Unit ⚙️
  • This endpoint consumes 10 CU per 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_cursor is present, send only that cursor value on the next request.
Best Practices ✅
  • Pair this endpoint with Wallet - Balance Change to 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_cursor exactly 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.

Body Params
string
required

Address of the wallet to retrieve transfers for.

string

Address of the token to filter transfers by.

string
enum

Transfer direction relative to the specified wallet. Use in for incoming transfers or out for outgoing transfers.

Allowed:
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 to filter transfers by.

string

Address of the recipient wallet to filter transfers by.

string

Cursor used to retrieve the next page of results.

number

Maximum number of results to return.

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