Query Supported Withdrawal Chains
Query supported blockchain networks and related configuration for a specific currency.
Overview
This page documents theGET /payment/open/institution/v1/pay/wallet/currency_chains 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 institutional path version of the same endpoint.
- For shared signing rules, see /api-reference/version/100/en/common/securityAndSignature.
Institution Notes
- Institutional requests must include
X-GatePay-On-Behalf-Ofto specify the institutional sub-account to operate on.
Headers
The clientId assigned when the merchant registers an application in the Gate merchant console.
"4186d0c6-6a35-55a9-8dc6-5312769dbff8"
Request signature. GatePay uses this signature to verify whether the request is valid.
UTC timestamp in milliseconds when the request is generated. GatePay will not process requests where the difference from the receive time exceeds 10 seconds.
"1672905655498"
Random string. Must comply with HTTP header rules; recommended length is within 32 characters, composed of digits and letters.
"9578"
Query Parameters
Currency symbol to query, e.g. USDT, BTC.
Response
List of supported chains
Blockchain network name (e.g. ERC20, TRC20, BEP20).
Chinese name of blockchain (e.g. Ethereum for Ethereum).
English name of blockchain (e.g. Ethereum, Tron).
Smart contract address (empty string for native coins like BTC, ETH).
Global disable status: 0 - enabled, 1 - disabled.
Deposit function status: 0 - enabled, 1 - disabled.
Withdrawal function status: 0 - enabled, 1 - disabled.
Withdrawal precision (decimal places, e.g. "6" for BTC).

