GET
/2010-04-01/Accounts/{AccountSid}/Balance.jsonGet an Account balance
Retrieves the balance for an Account identified by its Account SID. Use this endpoint to read the account balance and currency, noting that balance changes may not be reflected immediately and child accounts do not contain balance information.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The 34-character SID of the Account whose balance you want to retrieve, matching the `AC` prefix and 32 hexadecimal characters.
200Returns an object containing the Account SID, balance amount, and currency for the Account.
account_sidstringoptional
The unique SID identifier of the Account.
balancestringoptional
The balance of the Account, in units specified by the unit parameter. Balance changes may not be reflected immediately. Child accounts do not contain balance information
currencystringoptional
The units of currency for the account balance
Error handling
AccountSid must be a 34-character Account SID matching the AC prefix and 32 hexadecimal characters. Balance changes may not be reflected immediately, and child accounts do not contain balance information.