---
title: "Get supported pay-in currencies"
method: GET
path: "/ledger/cash-deposits/currencies"
tags: ["ledger-cash deposits"]
---

# Get supported pay-in currencies

`GET /ledger/cash-deposits/currencies`

Get supported pay-in currencies for cash deposit. Only whitelisted pay-in currencies are returned.

## Response `200`

List of supported pay-in currencies

- CashPaymentCurrenciesList
  - `currencies` CashPaymentCurrency[], required — List of supported payout currencies for cash payments.
    - `name` string, required
    - `logo` string, required
    - `code` string, required
    - `countryCode` string, required
    - `paymentChannels` CashPaymentChannel[], required
      - `name` string, required — Human-readable display name of the payment method
      - `id` string, required — Unique identifier for this payment channel
      - `beneficiaryType` string, required — Type to use for beneficiaries created for this payment channel. See the Beneficiary schema for more details on beneficiary types.

## Other responses

- `401` — Client is not authorized to make request

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/35fe01ca087b/schema)
