Token - Transfer List

Return a list of token transfer transactions for a specified token. Provide standardized transaction data such as sender, receiver, amount, value, timestamp, and transaction hash


⚠️ 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.
Language
Credentials
Header
Click Try It! to start a request and see the response here!