---
title: "Get supported asset pairs"
method: GET
path: "/api/mint/v1/enterprise/{enterpriseId}/asset-pairs"
tags: ["Mint"]
---

# Get supported asset pairs

`GET /api/mint/v1/enterprise/{enterpriseId}/asset-pairs`

Returns asset pair configurations, optionally filtered by enabled status

## Path parameters

- `enterpriseId` string, required

## Query parameters

- `token` string

## Response `200`

OK

- GetExchangePairsResponse — Response type for the exchange pairs endpoint Returns an array of exchange pair configurations
  - `assetPairs` object[], required
    - `source` ExchangePairSource, required
      - `asset` string, required — Chain-scoped asset identifier
      - `minimumAmount` string, required — Minimum source amount required, expressed in base units. "0" means no minimum enforced.
      - `decimals` number, required — Number of decimal places for this asset
    - `destination` ExchangePairDestination, required
      - `asset` string, required — Chain-scoped asset identifier
      - `decimals` number, required — Number of decimal places for this asset
    - `fee` ExchangePairFee, required
      - `basisPoints` string, required — Fee in basis points (1 bps = 0.01%). "0" means no fee.

## Other responses

- `400` — Bad Request
- `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)
