Skip to main content

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 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

If balances 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
To fund a wallet, send tokens to the address field of the wallet object.

Next steps