---
title: "Get country defaults"
method: GET
path: "/network-partner/defaults/{countryCode}/{category}"
tags: ["Supported"]
---

# Get country defaults

`GET /network-partner/defaults/{countryCode}/{category}`

Returns the default currency and payment methods for a given country and category, used to preselect sensible values in a white-label flow. Provider scope rules:
- No Basic Auth and no `Meld-Account-Id`: defaults come from the global dataset.
- Basic Auth only: defaults are restricted to the authenticated identity's `providers` claim.
- `Meld-Account-Id` only: defaults are restricted to providers configured for that account.
- Both Basic Auth and `Meld-Account-Id`: defaults are restricted to the intersection of both provider sets.

Returns `null` when no defaults are available for the requested country and category within the resolved provider scope.

## Path parameters

- `countryCode` string, required
- `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', required — Categories of functionality offered by a service provider

## Headers

- `Meld-Account-Id` string

## Response `200`

Country defaults, or `null` when none are available for the requested country and category

- CountryDefaults — Default currency and payment methods for a country and category
  - `countryCode` string — ISO 3166-1 alpha-2 country code
  - `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
  - `currencyCode` string — Default currency code for the country and category
  - `paymentMethods` string[] — Default canonical payment method codes, ordered by preference

---

[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)
