---
title: "Get currencies"
method: GET
path: "/v1/currencies"
tags: ["Eligibility"]
---

# Get currencies

`GET /v1/currencies`

Returns an array of all currencies enabled on your account. Contact your account executive to customise your account settings.

## Response `200`

List of fiat and crypto currencies available for trading.

- Currency[]
  - `type` 'FIAT' | 'CRYPTO', required — Whether this is a fiat or crypto currency.
  - `name` string, required — Full name of the currency.
  - `code` string, required — Alphabetical ticker code for the currency. Case sensitive.
  - `precision` integer, required — Number of decimal places supported. For example, BTC has precision 8 (smallest unit 0.00000001 BTC).
  - `minBuyAmount` string — Minimum fiat amount allowed per order. Only present for fiat currencies.
  - `maxBuyAmount` string — Maximum fiat amount allowed per order. Only present for fiat currencies.
  - `network` string — The blockchain network the currency runs on (e.g. BTC, ETH). Always null for fiat.
  - `supportsDestinationTag` boolean — Whether the currency supports destination tags or memo fields (e.g. XLM, XRP). Always null for fiat.
  - `isSupportedInUS` boolean — Whether purchases of this currency are supported in the US. Always null for fiat.
  - `allowedUSStates` string[] — US states where this currency can be purchased, using the last 2 characters of ISO 3166-2:US codes. Always null for fiat.

## Other responses

- `401` — Missing or invalid API key.

---

[API](https://skmtc.net/blockchain/apis/blockchain-com-pay-partner-api.md) · [All operations](https://skmtc.net/blockchain/apis/blockchain-com-pay-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockchain/blockchain-com-pay-partner-api/revisions/7579ec027be7/schema)
