Skip to main content
GET
/
network-partner
/
supported
/
countries
List supported countries
curl --request GET \
  --url https://api.meld.io/network-partner/supported/countries
{
  "countries": [
    {
      "countryCode": "US",
      "name": "United States",
      "flag": "https://cdn.meld.io/images-country/US/flag.svg",
      "subdivisions": [
        "US-CA",
        "US-NY"
      ]
    }
  ]
}

Headers

Meld-Account-Id
string

Optional. Base58 encoded account id. Restricts results to providers configured for the account. If Basic Auth is also present, the effective scope is the intersection of authenticated providers and account providers.

Query Parameters

category
enum<string>

Provider category Categories of functionality offered by a service provider

Available options:
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
partners
string

Comma-separated partner ids

Response

200 - application/json

Supported country list

Response wrapper for countries

countries
object[]

List of countries