GET
List supported assets
Returns a list of assets.
Query Params
-
idsstring uuidUnique identifier for the asset. -
tokenstringToken symbol or identifier for the stablecoin. -
chainstringBlockchain network or chain name where the asset exists. -
baseAssetstringBase asset type to filter by. -
isIssuedByBitgobooleanFlag to filter assets based on whether they were issued by BitGo. -
isEnabledGloballybooleanFilter assets by global enabled status for mint/burn operations.
Responses
200
OK
Response Body
array of objects
-
idstring uuid requiredUnique identifier for the asset. -
tokenstring requiredToken symbol -
namestring requiredHuman-readable name of the token -
decimalsnumber requiredNumber of decimal places for token precision -
isIssuedByBitgoboolean requiredFlag indicating if BitGo issued this token -
baseAssetstring enum requiredBase asset for the tokengousdusd1sofidcusdfyusdqxmpscaasacmeusd -
reserveManagementTypestring enumHow the reserve backing this stablecoin is managed. Absent for fiat USD and other non-stablecoin assets that have no corresponding base_asset row.bitgo_managedissuer_managedbitgo_and_issuer_managed -
chainstringBlockchain network identifier for the token -
backingAssetstringToken that provides backing value -
treasuryAccountWalletIdstring uuidUnique identifier for the treasury account -
minimumLimitnumber deprecatedMinimum order amount for mint and burn orders, in full units (deprecated, use minimumMintAmount and minimumBurnAmount) -
minimumMintAmountstringMinimum order amount for mint orders, in base units -
minimumBurnAmountstringMinimum order amount for burn orders, in base units -
burnFeeBpsnumberResolved burn fee rate in basis points for this enterprise using the enterprise → org → base_asset hierarchy. Defaults to 0 when no fee hierarchy row exists in the DB for this base asset. -
mintFeeBpsnumberResolved mint fee rate in basis points for this enterprise using the enterprise → org → base_asset hierarchy. Defaults to 0 when no fee hierarchy row exists in the DB for this base asset. -
smartContractMetadataobjectSmart contract metadata. On the public assets endpoint this is included only for issuer enterprises; on the admin assets endpoint it is always included.smartContractMetadata object
-
contractAddressstringPrimary contract address: governor / proxy / SPL mint / Aptos package. -
implementationAddressstringEIP-1967 implementation address (UUPS Stablecoin proxies only). -
governedTokenAddressstringUnderlying token address governed by a TokenGovernor (EVM/Tron USD1 only). -
tokenProgramIdstringSolana token program (Tokenkeg... or Token-2022). -
recoveryManagersarray of strings -
mintersarray of strings -
burnersarray of strings -
bridgeMintersOrBurnersarray of strings -
freezersarray of strings -
unfreezersarray of strings -
pausersarray of strings -
unpausersarray of strings -
ownerstring -
freezerstring -
blacklisterstring -
rescuerstring -
upgraderstring -
mintAuthoritystring -
freezeAuthoritystring -
transferFeeConfigAuthoritystring -
confidentialTransferAuthoritystring -
transferHookAuthoritystring -
scaledUiAmountAuthoritystring -
metadataPointerAuthoritystring -
pausableAuthoritystring -
tokenMetadataUpdateAuthoritystring
-
-
publicDescriptionstring nullablePublic-facing description of the base asset -
publicTaglinestring nullablePublic-facing tagline of the base asset -
publicMarketingUrlstring nullablePublic-facing URL of the base asset
400
Bad Request
No response body
500
Internal Server Error
No response body