Export transfer data for an account. Maximum 5,000 items per request. Rate limit: 10 requests per minute.
QUERY PARAMS
address
string
required
Solana wallet address
activity_type
array
Type of transfer
token_account
string
Filter transfers for a specific token account in the wallet
from
string
Filter transfers sent from the given address
to
string
Filter transfers sent to a specific address
token
string
Filter by token address. For native SOL transfers, use So11111111111111111111111111111111111111111
amount
array
Filter by amount range for a specific token. Example: ?amount[]=1&amount[]=2&token=So11111111111111111111111111111111111111112
Maximum allowed values: 2
from_time
number
Filter by time range (Unix timestamp in seconds). Example: ?from_time=1720153259&to_time=1720153276
to_time
number
Filter by time range (Unix timestamp in seconds). Example: ?from_time=1720153259&to_time=1720153276
exclude_amount_zero
boolean
Exclude transfers with zero amount
flow
string
Filter by transfer direction: in or out
block_time
array
Deprecated — use from_time/to_time instead. Block time range, Unix seconds, passed as an array. Example: ?block_time[]=1720153259&block_time[]=1720153276
Maximum allowed values: 2
RESPONSES
200
OK
Response Body (text/csv)
schema
string
400
Bad Request
Response Body (application/json)
401
Authentication failed
Response Body (application/json)
429
Too Many Requests
Response Body (application/json)
500
Internal Server Error
Response Body (application/json)