Description This API is used to query the available balance of the Master Virtual Account (Master VA) or main account for a specific fiat currency. It returns the real-time usable funds for the requested currency (ISO 4217), which can be used for balance monitoring, reconciliation, and as a prerequisite check before initiating subsequent transfers or payout transactions.Query Parameter Currency (string, required): Fiat currency code in ISO 4217 format (e.g., BRL, USD, EUR).Use Cases
Check whether sufficient balance is available before sending a transfer/payout.
Monitor treasury balance by fiat currency.
Support reconciliation and operational troubleshooting.
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/virtual-account/primary/get-balance?currency=&virtualAccountId&externalAccountId'