---
title: "List available Counterparty Providers"
method: GET
path: "/uma-providers"
tags: ["Available UMA Providers"]
---

# List available Counterparty Providers

`GET /uma-providers`

Retrieve a list of available Counterparty Providers. The response includes basic information about each provider, such as its UMA address, name, and supported currencies.

## Query parameters

- `countryCode` string
- `currencyCode` string
- `hasBlockedProviders` boolean
- `limit` integer
- `cursor` string
- `sortOrder` 'asc' | 'desc'

## Response `200`

Successful operation

- UmaProviderListResponse
  - `data` UmaProvider[] — List of available UMA Providers using Grid
    - `name` string — Name of the UMA Provider
    - `supportedRegions` string[] — Region(s) this UMA Provider operates in
    - `domain` string — Domain this VASP uses for UMA addresses
    - `logoUrl` string, uri — Logo URL for the VASP
    - `supportedCurrencies` Currency[] — List of currencies supported by this UMA Provider
      - `code` string — Three-letter currency code (ISO 4217) for fiat currencies. Some cryptocurrencies may use their own ticker symbols (e.g. "BTC" for Bitcoin, "USDC" for USDC, etc.)
      - `name` string — Full name of the currency
      - `symbol` string — Symbol of the currency
      - `decimals` integer — Number of decimal places for the currency
    - `lei` string — Legal Entity Identifier for the UMA Provider
    - `allowListStatus` boolean — Whether this UMA Provider is on your allow list
  - `hasMore` boolean — Indicates if more results are available beyond this page
  - `nextCursor` string — Cursor to retrieve the next page of results (only present if hasMore is true)
  - `totalCount` integer — Total number of transactions matching the criteria (excluding pagination)

## Other responses

- `401` — Unauthorized
- `500` — Internal service error

---

[API](https://skmtc.net/stainless-api/apis/grid-api.md) · [All operations](https://skmtc.net/stainless-api/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stainless-api/grid-api/revisions/151f2d9bad9c/schema)
