/solscan/accounts/transactions
/solscan
/solscan/accounts/transactions
List the transaction history of a Solana account by its address
Price: 1 credit
💡 AI Hint: List the transaction history of a Solana account by its address, newest first by default. Returns each transaction’s signature, slot, block time, fee, success/failed status, signers, the programs invoked, tags, and a summary of its parsed instructions.
⚠️ Common errors: 412: Account not found
POST
/solscan/accounts/transactions
Authorizations
API token from the dashboard
Headers
Body
application/json
Solana account or token mint address (base58)
Example:
"5tzFkiKscXHK5ZXCGbXZxdw7gTjjD1mBwuoFbhUvuAi9"
Max number of transactions to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Order transactions by time
Available options:
desc, asc