---
title: "Query Supported Currencies"
method: GET
path: "/v1/pay/address/currencies"
---

# Query Supported Currencies

`GET /v1/pay/address/currencies`

Query the list of all currencies supported for Gate address payment

## 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

- CurrenciesResponse
  - `status` string
  - `code` string
  - `data` object
    - `currencies` string[] — List of currencies that support convert to the order currency

---

[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.dev/gate/apis/gatepay-address-payment-api/revisions/49b22b9b28a4?raw)
