---
title: "Available Cryptocurrencies"
method: POST
path: "/v1/payment/payouts/currencies"
tags: ["Payout Services"]
---

# Available Cryptocurrencies

`POST /v1/payment/payouts/currencies`

Service only for crypto payout. It will return the possible cryptocurrencies that the account is allowed to transact.

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Request body

- PayoutCryptoCurrencies
  - `transaction` PayoutTransactionCryptoCurrencies, required
    - `account` string, required — Client account number provided by Koin.
  - `currency` string — Currency code (ISO 4217)

## Response `200`

Available cryptocurrencies response

- CryptocurrenciesResponse
  - `currencies` object[] — Available cryptocurrencies options (for the provided account).
    - `code` string, required — Cryptocurrency code.
    - `desc` string, required — Cryptocurrency description.
    - `price` string, required — Cryptocurrency price.
    - `var` string, required — Cryptocurrency variation.

---

[API](https://skmtc.net/koin/apis/payments-api.md) · [All operations](https://skmtc.net/koin/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/koin/payments-api/versions/6f2c01e43fe2/schema)
