curl --request GET \
--url https://openplatform.gateapi.io/withdraw/open/institution/otc/api/bank/country/list \
--header 'X-GatePay-Certificate-ClientId: <x-gatepay-certificate-clientid>' \
--header 'X-GatePay-Nonce: <x-gatepay-nonce>' \
--header 'X-GatePay-On-Behalf-Of: <x-gatepay-on-behalf-of>' \
--header 'X-GatePay-Signature: <x-gatepay-signature>' \
--header 'X-GatePay-Timestamp: <x-gatepay-timestamp>'{
"code": "<string>",
"status": "<string>",
"data": [
{
"countryId": 123,
"countryName": "<string>",
"countryCn": "<string>"
}
]
}Query available countries for bank account registration.
curl --request GET \
--url https://openplatform.gateapi.io/withdraw/open/institution/otc/api/bank/country/list \
--header 'X-GatePay-Certificate-ClientId: <x-gatepay-certificate-clientid>' \
--header 'X-GatePay-Nonce: <x-gatepay-nonce>' \
--header 'X-GatePay-On-Behalf-Of: <x-gatepay-on-behalf-of>' \
--header 'X-GatePay-Signature: <x-gatepay-signature>' \
--header 'X-GatePay-Timestamp: <x-gatepay-timestamp>'{
"code": "<string>",
"status": "<string>",
"data": [
{
"countryId": 123,
"countryName": "<string>",
"countryCn": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.gate.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /withdraw/open/institution/otc/api/bank/country/list endpoint. The full schema, parameters, and examples are rendered from the linked OpenAPI definition above.
Merchant application client ID used to identify the calling app.
HMAC signature generated from the request according to GatePay signing rules.
Unix timestamp used for replay protection and signature verification.
Random nonce used together with the timestamp to prevent replay attacks.
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.