---
title: "Get Payment Crypto Currencies"
method: GET
path: "/api/v1/payment/crypto-currencies"
tags: ["Payment"]
---

# Get Payment Crypto Currencies

`GET /api/v1/payment/crypto-currencies`

Get payment crypto currencies list

## Response `200`

Currencies found

- object
  - `statusCode` number
  - `message` string
  - `data` object[]
    - `coinId` string — Cryptocurrency ID
    - `symbol` string — Cryptocurrency symbol
    - `isAllowed` boolean — Indicate the cryptocurrency whether is allowed to perform on-ramp transaction
    - `name` string — Cryptocurrency name
    - `roundOff` number — Decimal used to calculate for the cryptocurrency
    - `isPayInAllowed` boolean — Indicate the cryptocurrency whether is allowed to perform off-ramp transaction
    - `minAmountForPayIn` string — Minimum amount for the transaction
    - `maxAmountForPayIn` string — Maximum amount for the transaction
    - `network` object
      - `name` string — Blockchain network name
      - `fiatCurrenciesNotSupported` object[]
        - `fiatCurrency` string — Fiat currency supported for the cryptocurrency
        - `paymentMethod` string — Payment method used for the transaction
      - `chainId` string — Unique identifier of blockchain network
    - `decimals` number — Decimal of the cryptocurrency

---

[API](https://skmtc.dev/thirdfi/apis/thirdfi-api.md) · [All operations](https://skmtc.dev/thirdfi/apis/thirdfi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thirdfi/thirdfi-api/revisions/4d70807293f6/schema)
