v1
latestOpenAPI 3.1.02026-07-2410781551.8 KBAccount
Blockchain - Token Accounts
Returns token accounts owned by a Solana address. Omit state to return all states. hide_zero defaults to false.
get/blockchain/v1/account/token-accounts
Query parameters
ownerstring required
Example:11111111111111111111111111111111
Solana owner address.
state'uninitialized' | 'initialized' | 'frozen'
Example:initialized
Filter by state. Omit to return all states.
hide_zeroboolean
Exclude token accounts with zero balance. Defaults to false.
Response
Successful response