---
title: "List supported payment currencies"
method: GET
path: "/currency"
tags: ["Currency"]
---

# List supported payment currencies

`GET /currency`

Returns the supported blockchain and token combinations available for acquiring payments.

## Headers

- `Date` string
- `Authorization` string

## Response `200`

Supported chain and token combinations

- GithubComInfiniMoneyInfiniServicesGoAppInfiniPaymentServiceApiCurrencyV1GetSupportCurrencyRes
  - `list` GithubComInfiniMoneyInfiniServicesGoAppInfiniPaymentServiceApiCurrencyV1SupportCurrency[] — List of supported cryptocurrencies
    - `chain` string, string — Blockchain network name
    - `token_id` string, string — Token identifier
    - `contract` string, string — Token contract address

---

[API](https://skmtc.net/infini/apis/infini-acquiring-api.md) · [All operations](https://skmtc.net/infini/apis/infini-acquiring-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infini/infini-acquiring-api/revisions/ef0638d19a3a/schema)
