Query Available Currency Balance
Query the balance of all available currencies under the current merchant account.
Overview
This page documents theGET /payment/open/institution/v1/pay/balance endpoint. The full schema, parameters, and examples are rendered from the linked OpenAPI definition above.
Notes
- Authentication uses the standard GatePay signed headers.
- This page documents the standard merchant endpoint.
- For shared signing rules, see /api-reference/version/100/en/common/securityAndSignature.
Headers
Merchant client ID
"mZ96D37oKk-HrWJc"
Signature
"b8c4705ff4c1357f2a27925dd180c1e1f4a244148f312a2dee5afbcc6f4b150e9ffceee455c5a298f895d43a64ee829eebdfd262539d45c41f7aee4336fd8c8c"
Timestamp (milliseconds)
"1738934053475"
Nonce
"5417061546"
Required delegated-subject header. Provide the initiating account ID for this request. For institution merchant APIs, this is typically the target sub-account ID; for institution charge and transfer APIs, it can be either an institution account ID or a sub-account ID.
Response
Query successful
Response status
"SUCCESS"
Response code
"000000"
Error message
""
Currency balance key-value pairs, key is the currency name, value is the balance string
{
"ADA": "313.99963295",
"ALGO": "0",
"APT": "0",
"USDT": "1000.50"
}
