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

# Query Convert Supported Currencies

`GET /v1/pay/address/supportedconvertcurrencies`

Users can query the supported payment currency for the converted payment order, and then selects one to create an convert payment order

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

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

---

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