v1

latestOpenAPI 3.1.02026-07-2172050.9 KB
wallet

Query supported chains for a currency

Query supported blockchain networks and related configuration for a specific currency.

get/v1/pay/wallet/currency_chains

Query parameters

currencystring required

Currency symbol to query, e.g. USDT, BTC.

Headers

X-GatePay-Certificate-ClientIdstring required
Example:4186d0c6-6a35-55a9-8dc6-5312769dbff8

The clientId assigned when the merchant registers an application in the Gate merchant console.

X-GatePay-Signaturestring required

Request signature. GatePay uses this signature to verify whether the request is valid.

X-GatePay-Timestampstring required
Example:1672905655498

UTC timestamp in milliseconds when the request is generated. GatePay will not process requests where the difference from the receive time exceeds 10 seconds.

X-GatePay-Noncestring required
Example:9578

Random string. Must comply with HTTP header rules; recommended length is within 32 characters, composed of digits and letters.

Response

List of supported chains

chainstring

Blockchain network name (e.g. ERC20, TRC20, BEP20).

name_cnstring

Chinese name of blockchain (e.g. Ethereum for Ethereum).

name_enstring

English name of blockchain (e.g. Ethereum, Tron).

contract_addressstring

Smart contract address (empty string for native coins like BTC, ETH).

is_disabledinteger

Global disable status: 0 - enabled, 1 - disabled.

is_deposit_disabledinteger

Deposit function status: 0 - enabled, 1 - disabled.

is_withdraw_disabledinteger

Withdrawal function status: 0 - enabled, 1 - disabled.

decimalstring

Withdrawal precision (decimal places, e.g. "6" for BTC).