account detail
account transfer
account defi activities
account balance change activities
account transactions
account portfolio
account token-accounts
account stake
stake rewards export
account transfer export
account metadata
account metadata multi
account leaderboard
account defi activities export
account transfer export
Export transfer data of an account. Maximum items: 5000. Max 1 request per minute.
QUERY PARAMS
address
string
required
Solana wallet address
activity_type
array
Type of transfer
Enum: ACTIVITY_SPL_TRANSFER, ACTIVITY_SPL_BURN, ACTIVITY_SPL_MINT, ACTIVITY_SPL_CREATE_ACCOUNT, ACTIVITY_SPL_CLOSE_ACCOUNT, ACTIVITY_SPL_TOKEN_WITHDRAW_STAKE, ACTIVITY_SPL_TOKEN_SPLIT_STAKE, ACTIVITY_SPL_TOKEN_MERGE_STAKE, ACTIVITY_SPL_VOTE_WITHDRAW, ACTIVITY_SPL_SET_OWNER_AUTHORITY
token_account
string
Filter transfers for a specific token account in the wallet
from
string
Filter transfer data with direction is from an address
to
string
Filter transfers from 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
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
Enum: in, out
block_time
array
Used when you want to filter data by block time. Format time: UnixTime in seconds. You need to pass array into http query to filter by start and stop block_time. Example: ?block_time[]=1720153259&block_time[]=1720153276
RESPONSES
200
OK
400
Bad Request
Response Body
401
Authentication failed
429
Too Many Requests
500
Internal Server Error

Javascript

Python

Shell

Go

C#
Authorization
Response
Click Try It! to start a request and see the response here!