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…

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

  • Support 4 transfer types: mint, burn, transfer and set_authority
  • 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.
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