Wallet - Transfer

Retrieve list transfer of the wallet.

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

⚠️ Solana data is available from epoch 257 (11/12/2021)

  • We use cursor for pagination. On the first request, pass the necessary filters except cursor. It will return a field called next_cursor for pagination. On the next request, pass this next_cursor value into the param cursor.
  • When passing cursor param with other params, only cursor is in effect.
  • Support 4 transfer types: mint, burn, transfer and set_authority

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