latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Mint

Get supported tokens for an enterprise

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

get/api/mint/v1/enterprise/{enterpriseId}/supported-tokens

Path parameters

enterpriseIdstring required
Example:67bc4ae090e8af8f9b412d3d67e85252

Enterprise ID to retrieve supported tokens for

Response

OK

Example response

{
  "tokens": [
    {
      "token": "usd1",
      "assets": [
        "sol:usd1",
        "eth:usd1",
        "bsc:usd1"
      ],
      "minimumMintAmount": "1.5",
      "minimumBurnAmount": "1.5",
      "mintFeeBps": "5",
      "burnFeeBps": "5",
      "description": "A stablecoin backed by US dollar reserves",
      "issuerOrdersEnabled": true,
      "name": "USD1"
    }
  ]
}