/solscan/tokens/transfers
List the transfer history of a Solana token by its mint address
Price: 1 credit
💡 AI Hint: List the transfers of a specific Solana SPL token by its mint address, newest first. Returns each transfer’s transaction signature, slot, block time, activity type, sender and recipient addresses, token mint, amount, and USD value. Filter by a Unix time range, and optionally exclude spam and zero-amount transfers.
⚠️ Common errors: 412: Token not found
Authorizations
API token from the dashboard
Headers
Body
Token mint address (base58)
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Max number of transfers to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Only 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