Supported
Get country defaults
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.
get/network-partner/defaults/{countryCode}/{category}
Path parameters
countryCodestring required
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' required
Categories of functionality offered by a service provider
Provider category
Headers
Meld-Account-Idstring
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.
Response
Country defaults, or null when none are available for the requested country and category