Skip to main content
Manage multiple currency accounts in one place. Each currency has its own account with the appropriate payment details for that rail (e.g. IBAN for EUR, sort code and account number for GBP, ABA routing number and account number for USD, wallet address for stablecoin wallets).

Balance types

  • Available — funds you can use for payouts and refunds.
  • Pending — funds still clearing (e.g. recent deposits or in-flight payouts). Shown in the Dashboard; the API returns the available balance.

Retrieve a balance

Find each Account ID in the Dashboard under Accounts → Details.
GET /v1/accounts/{id}/balance in the API Reference →

Program balance

The balance of an Account Program as a whole — the aggregated available balance of every Virtual Account under it — is retrieved separately.
2026-05-01
GET /v1/account_programs/{id}/balance in the API Reference →
Program balances are returned in EUR, GBP, or USD. Stablecoin wallets are not aggregated at Program level.

Supported currencies

  • Fiat: EUR, GBP, USD.
  • Stablecoins: USDC on Ethereum, Solana, Polygon. See Wallets.