---
title: "List supported countries"
method: GET
path: "/network-partner/supported/countries"
tags: ["Supported"]
---

# List supported countries

`GET /network-partner/supported/countries`

Returns countries supported across live providers with flag URLs and supported subdivision codes, optionally filtered by category and partners. 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 `partners` 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
- `partners` string

## Headers

- `Meld-Account-Id` string

## Response `200`

Supported country list

- CountryResponse — Response wrapper for countries
  - `countries` Country[] — List of countries
    - `countryCode` string — ISO 3166-1 alpha-2 country code
    - `name` string — Country display name
    - `flag` string — Country flag URL
    - `subdivisions` string[] — ISO 3166-2 subdivision codes supported for this country

---

[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/versions/818d6079a611/schema)
