Get account balance
Accounts
Get account balance
Get the balance of an account, aggregated across all wallets and supported chains.
GET
Get account balance
Documentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Path Parameters
ID of the account.
Minimum string length:
1Query Parameters
When set to true, returns balances from testnet chains instead of mainnets.
Available options:
true, false Response
200 - application/json
The account balance.
The balance of a digital asset account, aggregated across all wallets and supported chains.
The total balance across all assets.
Example:
{ "value": "100.00", "currency": "usd" }The individual asset balances, each computed across all supported chains.
Individual asset balances per chain.

