---
title: "List Partner-Supported Currencies"
method: GET
path: "/api/network/v1/enterprises/{enterpriseId}/supportedCurrencies"
tags: ["Client Allocations & Deallocations"]
---

# List Partner-Supported Currencies

`GET /api/network/v1/enterprises/{enterpriseId}/supportedCurrencies`

List all the currencies a given OES Partner supports for allocation and deallocation.
This endpoint returns a comprehensive list of currencies that can be used for allocations,
deallocations and settlements for each partner.
with specific partners.

**Requires access token scope:** `settlement_network_read`

## Path parameters

- `enterpriseId` string, required

## Query parameters

- `partnerIds` string[], required

## Response `200`

OK

- V1EnterpriseSupportedCurrenciesResponse
  - `supportedCurrencies` V1SupportedCurrencies, required
  - `domain` string, required — The domain name of the API server that processed the request. Will always be 'bitgo-network'.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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