GET
Get supported tokens for an enterprise
Returns chain-agnostic token summaries with asset details and mint/burn limits
Path Params
-
enterpriseIdstring requiredEnterprise ID to retrieve supported tokens for
Responses
200
OK
Response Body
object
-
tokensarray of objects requiredtokens object
-
tokenstring requiredChain-agnostic token identifier -
assetsarray of strings required -
typestring enumAsset type classificationstablecointokenized-asset -
minimumMintAmountstringMinimum amount required to mint, in full units -
minimumBurnAmountstringMinimum amount required to burn, in full units -
mintFeeBpsstringMint fee in basis points (1 bps = 0.01%) -
burnFeeBpsstringBurn fee in basis points (1 bps = 0.01%) -
descriptionstringPublic-facing description of the token -
rolestring enumThe enterprise's role for this token. Only present for issuer and partner enterprises.issuerpartner -
issuerOrdersEnabledbooleanWhether issuer orders are enabled for this token's base asset. Only present for issuer enterprises when enabled. -
namestringHuman-readable name of the base asset
-
400
Bad Request
No response body
500
Internal Server Error
No response body