---
title: "This endpoint provides a list of counterparties that are available."
method: GET
path: "/uma-providers"
tags: ["Available UMA Providers"]
---

# This endpoint provides a list of counterparties that are available.

`GET /uma-providers`

This endpoint provides a list of counterparties that are available.

The response includes basic information about each provider, such as its UMA address, name, and supported currencies.
This can be used to determine which providers are available for sending or receiving payments.

## Query parameters

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

## Response `200`

Successful operation

- object
  - `data` UmaProvider[] — List of available Uma Providers using Umaaas
    - `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. "SAT" for satoshis, "USDC" for USDCoin, 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/lightsparkdev/apis/uma-as-a-service-umaaas-api.md) · [All operations](https://skmtc.net/lightsparkdev/apis/uma-as-a-service-umaaas-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightsparkdev/uma-as-a-service-umaaas-api/revisions/2e2b5ba6d69b/schema)
