/solscan/accounts/stakes
/solscan
/solscan/accounts/stakes
List the stake accounts of a Solana account by its address
Price: 1 credit
💡 AI Hint: List the native staking accounts owned by a Solana wallet by its address. Returns each stake account’s address, status, type, the validator vote account it delegates to, the active/delegated/total staked SOL and SOL balance, accrued rewards, and activation/deactivation epochs.
⚠️ Common errors: 412: Account not found
POST
/solscan/accounts/stakes
Authorizations
API token from the dashboard
Headers
Body
application/json
Solana account or token mint address (base58)
Example:
"5tzFkiKscXHK5ZXCGbXZxdw7gTjjD1mBwuoFbhUvuAi9"
Max number of stake accounts to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Response
Successful Response