This endpoint retrieves the current balance(s) for the authenticated merchant account. You may query a specific currency or fetch all available balances at once.
Request
Path Params
Query Params
Header 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 'https://api.geoaccount.com/api/v1/accounts//balances?currency=CNY' \
--header'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.xxxxx' \
--header'GS-API-Key: gs_live_abc123def456789'