Get Wallet Balance
Retrieve the native or token balance for a wallet.
EVM wallets: Provide chainId. Optionally provide tokenAddress to query an ERC-20 token balance
instead of the native balance.
Solana wallets: Optionally provide network (SOLANA or SOLANA_DEVNET; defaults based on environment).
Provide tokenAddress (SPL mint address) to query an SPL token balance instead of native SOL.
Not supported for COSMOS or STELLAR wallets.
Documentation Index
Fetch the complete documentation index at: https://docs.getpara.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your partner secret key (server-side only)
Headers
UUID for request tracing. Para returns one if omitted.
Path Parameters
Wallet ID
"0a1b2c3d-4e5f-6789-abcd-ef0123456789"
Query Parameters
EVM chain ID. Required for EVM wallets.
"1"
Token contract address. EVM: ERC-20 contract. Solana: SPL mint address. Omit for native balance.
Solana network. In production, defaults to SOLANA. In beta, only SOLANA_DEVNET is allowed (and is the default).
SOLANA, SOLANA_DEVNET Response
Wallet balance
Human-readable balance in standard units (e.g. ETH, SOL)
"1.5"
Token symbol (e.g. ETH, SOL, USDC) or mint/contract address for tokens without on-chain symbol
"ETH"
Balance in smallest unit (wei for ETH, lamports for SOL, raw token units for ERC-20/SPL)
"1500000000000000000"