Get account balance
Retrieves the account financial position including total asset value, liabilities, and net available balance. Use GET /accounts/:id/assets for per-asset breakdown. All values are in USD.
Authorizations
API key as Bearer token
Headers
API version (YYYY-MM-DD)
2025-02-14 "2025-02-14"
Path Parameters
Account ID
Response
Account balance showing total asset value, liabilities, and net position
Currency for all monetary values
"USD"
Sum of all asset values backing the account.
x >= 05000
Sum of all liabilities. Can be negative when refunds or settlement payments exceed outstanding card debt.
500
0
-25
Net spendable balance: totalAssetValue - totalLiabilities. This is the primary field to surface to cardholders — it is exactly how much the next card swipe can authorize against. Most integrations only need this number; the per-category breakdown is for your own reporting.
4500
Breakdown of asset categories contributing to totalAssetValue
Breakdown of liability categories contributing to totalLiabilities