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

# Get supported tokens for an enterprise

`GET /api/mint/v1/enterprise/{enterpriseId}/supported-tokens`

Returns chain-agnostic token summaries with asset details and mint/burn limits

## Path parameters

- `enterpriseId` string, required

## Response `200`

OK

- GetSupportedTokensResponse
  - `tokens` object[], required
    - `token` string, required — Chain-agnostic token identifier
    - `assets` string[], required
    - `type` 'stablecoin' | 'tokenized-asset'
    - `minimumMintAmount` string — Minimum amount required to mint, in full units
    - `minimumBurnAmount` string — Minimum amount required to burn, in full units
    - `mintFeeBps` string — Mint fee in basis points (1 bps = 0.01%)
    - `burnFeeBps` string — Burn fee in basis points (1 bps = 0.01%)
    - `description` string — Public-facing description of the token
    - `role` 'issuer' | 'partner' — Present only when the caller's enterprise has an issuer or partner role for this token.
    - `issuerOrdersEnabled` boolean — Whether issuer orders are enabled for this token's base asset. Only present for issuer enterprises when enabled.
    - `name` string — Human-readable name of the base asset

## 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)
