---
title: "Search supported currencies"
method: GET
path: "/network-partner/supported/currencies"
tags: ["Supported"]
---

# Search supported currencies

`GET /network-partner/supported/currencies`

Searches currencies supported across providers and returns canonical currency metadata including symbol image URLs. Defaults to `type=CRYPTO`; use `type=FIAT` to search fiat support. `network` is only valid for crypto searches. `providerCurrencyCode` can filter both crypto and fiat provider-specific codes. Provider scope rules:
- No Basic Auth and no `Meld-Account-Id`: results come from the global dataset.
- Basic Auth only: results are restricted to the authenticated identity's `providers` claim.
- `Meld-Account-Id` only: results are restricted to providers configured for that account.
- Both Basic Auth and `Meld-Account-Id`: results are restricted to the intersection of both provider sets.
- Explicit partner filters are intersected with the resolved provider scope.

Explicit `partner` filtering is intersected with the resolved provider scope.
If the effective provider scope contains no providers, this collection endpoint returns `200` with an empty result.

## Query parameters

- `category` 'CRYPTO_ONRAMP' | 'CRYPTO_OFFRAMP' | 'CRYPTO_TRANSFER' | 'BANK_LINKING' | 'FIAT_PAYMENTS' | 'CRYPTO_VIRTUAL_ACCOUNT_ONRAMP' | 'CRYPTO_VIRTUAL_ACCOUNT_OFFRAMP' | 'CUSTOMER_KYC' | 'CRYPTO_ONRAMP_SWAP' | 'CRYPTO_OFFRAMP_SWAP' — Categories of functionality offered by a service provider
- `country` string
- `network` string
- `partner` string
- `paymentType` 'BANK_TRANSFER' | 'CARD' | 'CASH' | 'EXCHANGE' | 'LOCAL' | 'MOBILE_WALLET' — Enumeration of payment method types supported by the platform
- `providerCurrencyCode` string
- `subdivision` string
- `type` 'FIAT' | 'CRYPTO' — Identifies whether a currency is fiat or crypto

## Headers

- `Meld-Account-Id` string

## Response `200`

Supported currency list

- CurrencyResponse1 — Response wrapper for currencies
  - `currencies` Currency[] — List of currencies
    - `currencyCode` string — Currency code
    - `name` string — Currency name
    - `decimalPlaces` integer — Number of decimal places
    - `type` string — Currency type
    - `chainCode` string — Chain code for crypto currencies
    - `contract` string — Contract address for token
    - `symbol` string — Currency symbol image URL generated from currency type and code

## Other responses

- `400` — Invalid filter combination

---

[API](https://skmtc.net/meld/apis/bank-linking.md) · [All operations](https://skmtc.net/meld/apis/bank-linking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meld/bank-linking/revisions/818d6079a611/schema)
