Supported
Search supported provider KYC limits
Searches admin-curated provider KYC limits across live providers. 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.
get/network-partner/supported/kyc-limits
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
Provider category
countrystring
Country code
currencyCodestring
Currency code
limitType'TRANSACTION' | 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'YEARLY'
Limit windows applied to transaction limits
Limit window
partnersstring
Comma-separated partner ids
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
Provider KYC limits
Example response
{
"kycLimits": [
{
"provider": "BANXA",
"countryCode": "US",
"currencyCode": "USD",
"level1": 1000,
"level2": 10000,
"level3": 50000
}
]
}