---
title: "Search supported provider fiat limits"
method: GET
path: "/network-partner/supported/fiat-limits"
tags: ["Supported"]
---

# Search supported provider fiat limits

`GET /network-partner/supported/fiat-limits`

Searches provider-supplied fiat amount limits across live providers. Returns only loaded provider fiat limit rows; default currency fallback limits are not included. When both `paymentMethod` and `paymentType` are provided, `paymentMethod` takes precedence. 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
- `country` string
- `currencyCode` string
- `partners` string
- `paymentMethod` string
- `paymentType` 'BANK_TRANSFER' | 'CARD' | 'CASH' | 'EXCHANGE' | 'LOCAL' | 'MOBILE_WALLET' — Enumeration of payment method types supported by the platform
- `subdivision` string

## Headers

- `Meld-Account-Id` string

## Response `200`

Provider fiat limits

- Response — Provider fiat limit response
  - `fiatLimits` ProviderFiatLimit[] — List of provider fiat limits
    - `provider` string — Provider identifier
    - `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
    - `countryCode` string — Country code
    - `currencyCode` string — Fiat currency code
    - `paymentMethod` string — Canonical payment method code
    - `min` number — Minimum amount
    - `max` number — Maximum amount

---

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