---
title: "Query supported chains for a currency"
method: GET
path: "/v1/pay/wallet/currency_chains"
tags: ["wallet"]
---

# Query supported chains for a currency

`GET /v1/pay/wallet/currency_chains`

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

## Query parameters

- `currency` string, required

## Headers

- `X-GatePay-Certificate-ClientId` string, required
- `X-GatePay-Signature` string, required
- `X-GatePay-Timestamp` string, required
- `X-GatePay-Nonce` string, required

## Response `200`

List of supported chains

- CurrencyChain[]
  - `chain` string — Blockchain network name (e.g. ERC20, TRC20, BEP20).
  - `name_cn` string — Chinese name of blockchain (e.g. Ethereum for Ethereum).
  - `name_en` string — English name of blockchain (e.g. Ethereum, Tron).
  - `contract_address` string — Smart contract address (empty string for native coins like BTC, ETH).
  - `is_disabled` integer — Global disable status: 0 - enabled, 1 - disabled.
  - `is_deposit_disabled` integer — Deposit function status: 0 - enabled, 1 - disabled.
  - `is_withdraw_disabled` integer — Withdrawal function status: 0 - enabled, 1 - disabled.

---

[API](https://skmtc.net/gate/apis/gatepay-withdrawal-wallet-api.md) · [All operations](https://skmtc.net/gate/apis/gatepay-withdrawal-wallet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gate/gatepay-withdrawal-wallet-api/versions/4feb16b0979e/schema)
