---
title: "List live partners supporting a route"
method: GET
path: "/network-partner/supported/partners"
tags: ["Supported"]
---

# List live partners supporting a route

`GET /network-partner/supported/partners`

Searches live partners that support a route defined by category, country, optional subdivision, fiat currency, crypto currency, and payment method or payment type. 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 `partner` 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
- `cryptoCurrency` string
- `fiatCurrency` string
- `partner` 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`

Partner details

- NetworkPartnerInfo[]
  - `serviceProvider` string — Service provider identifier
  - `name` string — Provider name
  - `status` string — Provider status
  - `categories` Category[] — Supported categories
  - `capabilities` NetworkPartnerCapability[] — Category-scoped capability metadata
    - `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
    - `domains` DomainType[] — Supported domains for this category
    - `status` 'LIVE' | 'RECENTLY_ADDED' | 'BUILDING' | 'DEPRECATED' — Integration status for a service provider
  - `url` string — Provider website
  - `logo` PartnerLogo — Provider logo variants
    - `dark` string — Dark full logo URL
    - `light` string — Light full logo URL
    - `darkShort` string — Dark short logo URL
    - `lightShort` string — Light short logo URL
  - `headless` ProviderHeadlessSupport — Provider-level headless integration capability
    - `supported` boolean — Whether the provider supports headless flows
    - `kycMode` 'ASYNC' | 'SYNC' | 'NONE' — How a provider expects KYC to be supplied for headless onramp orders
    - `uiCustomization` boolean — Whether the provider exposes UI-customisable headless surfaces

---

[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/revisions/818d6079a611/schema)
