v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Balance & Transfer

Token - Transfer List

Retrieve the transfer history of a specified token

post/token/v1/transfer

Headers

x-chain'solana'

Solana network only.

Request body

token_addressstring required

Address of the token to retrieve transfers for.

time_fromnumber

Start of the transfer time range as a Unix timestamp.

time_tonumber

End of the transfer time range as a Unix timestamp.

from_amountnumber

Minimum token amount to include.

to_amountnumber

Maximum token amount to include.

from_valuenumber

Minimum transfer value in USD to include.

to_valuenumber

Maximum transfer value in USD to include.

from_walletstring

Address of the sender wallet.

to_walletstring

Address of the recipient wallet.

cursorstring

Cursor used to retrieve the next page of results.

limitnumber

Example request

{
  "token_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
  "time_from": 1727788070,
  "time_to": 1727788076,
  "from_amount": 10.01,
  "to_amount": 10.001,
  "from_value": 1.001,
  "to_value": 10000,
  "from_wallet": "41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu",
  "to_wallet": "41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu",
  "cursor": "xxx",
  "limit": 100
}

Response

JSON object containing list transfer

successboolean required
dataobject required