v1
latestOpenAPI 3.1.02026-07-13570316.1 KBSolana
Get Solana Wallet Balance
Get the SOL or SPL token balance for a Solana wallet on a specific Solana network.
Authentication: Pass x-client-id for frontend usage from allowlisted origins or x-secret-key for backend usage.
get/v1/solana/wallets/{address}/balance
Path parameters
addressstring required
Public key of the Solana wallet.
Example:8JBLmveV4YF5AQ7EVnKJgyj6etGgVkPp3tYqQMTu3p5B
Public key of the Solana wallet.
Query parameters
chainIdstring required
Solana network to query. Choose either solana:mainnet or solana:devnet.
Example:solana:mainnet
Solana network to query. Choose either solana:mainnet or solana:devnet.
tokenAddressstring
SPL token mint address. Omit to retrieve native SOL balance.
Example:8JBLmveV4YF5AQ7EVnKJgyj6etGgVkPp3tYqQMTu3p5B
SPL token mint address. Omit to retrieve native SOL balance.
Response
Wallet balance retrieved successfully for the requested Solana network.
Example response
{
"result": {
"chainId": "solana:mainnet"
}
}