/solscan/accounts/transfers
List the token and SOL transfer history of a Solana account by its address
Price: 1 credit
💡 AI Hint: List the SOL and SPL token transfers involving a Solana account by its address, newest first. Returns each transfer’s transaction signature, slot, block time, activity type, sender and recipient addresses, token mint, amount, flow direction (in/out), and USD value. Filter by direction (inbound/outbound), a specific token mint, and a Unix time range, and optionally exclude spam and zero-amount transfers.
⚠️ Common errors: 412: Account not found
Authorizations
API token from the dashboard
Headers
Body
Solana account or token mint address (base58)
"5tzFkiKscXHK5ZXCGbXZxdw7gTjjD1mBwuoFbhUvuAi9"
Max number of transfers to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Only inbound or only outbound transfers
in, out Only transfers of this token mint address (base58)
null
Only transfers at or after this Unix time (seconds)
x >= 0Only transfers at or before this Unix time (seconds)
x >= 0Exclude transfers flagged as spam
Exclude zero-amount transfers
Response
Successful Response