---
title: "Query Supported Chains"
method: GET
path: "/v1/pay/address/chains"
---

# Query Supported Chains

`GET /v1/pay/address/chains`

Query all available chains that support payment with the provided 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`

SUCCESS

- ChainsResponse
  - `status` string — Request status.
  - `code` string — Response code.
  - `data` object
    - `currency` string — The currency to be paid
    - `chains` ChainItem[] — The list of Gate chains where the payment can be made for the specified currency
      - `chain` string — The Gate chain
      - `currency` string — The currency to be paid
      - `full_curr_type` string — The symbol of the currency including the network information, an important parameter for placing orders
      - `symbol` string — The trading symbol on the blockchain
      - `explorer_url` string — The explorer link, explorer + token_address
      - `show_chain_name_en` string — The English name of chain

---

[API](https://skmtc.dev/gate/apis/gatepay-address-payment-api.md) · [All operations](https://skmtc.dev/gate/apis/gatepay-address-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gate/gatepay-address-payment-api/revisions/e66c448f796e/schema)
