Check a wallet balance
The balance endpoint returns current token balances for a managed wallet or child address. Balances are retrieved in real time from the blockchain RPC.- Dashboard
- SDK
- cURL
Dashboard support for viewing wallet balances is coming soon. Use the SDK or cURL to query balances.
Response fields
An empty array means the wallet has not yet received any funds, or the supported tokens haven’t been sent.
Parameters
What an empty balance means
Ifbalances is an empty array:
- The wallet address has not received any funds yet
- Or funds were sent in a token not listed in
supportedTokens - Or the RPC is temporarily unable to retrieve the balance
address field of the wallet object.
Next steps
- View transaction history — see all inbound and outbound transactions
- Send a transfer — move funds out of this wallet
- Request a withdrawal — convert to fiat and wire to bank

