REST APIStablecoin

GET

Returns a list of assets.

Query Params

  • ids string uuid
    Unique identifier for the asset.

    at least 1 characters

  • token string
    Token symbol or identifier for the stablecoin.

    at least 1 characters

  • chain string
    Blockchain network or chain name where the asset exists.

    at least 1 characters

  • baseAsset string
    Base asset type to filter by.

    at least 1 characters

  • isIssuedByBitgo boolean
    Flag to filter assets based on whether they were issued by BitGo.
  • isEnabledGlobally boolean
    Filter assets by global enabled status for mint/burn operations.

Responses

200
OK

Response Body

array of objects

  • id string uuid required
    Unique identifier for the asset.

    at least 1 characters

  • token string required
    Token symbol

    at least 1 characters

  • name string required
    Human-readable name of the token

    at least 1 characters

  • decimals number required
    Number of decimal places for token precision
  • isIssuedByBitgo boolean required
    Flag indicating if BitGo issued this token
  • baseAsset string enum required
    Base asset for the token
    gousdusd1sofidcusdfyusdqxmpscaasacmeusd
  • reserveManagementType string enum
    How 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
  • chain string
    Blockchain network identifier for the token

    at least 1 characters

  • backingAsset string
    Token that provides backing value

    at least 1 characters

  • treasuryAccountWalletId string uuid
    Unique identifier for the treasury account
  • minimumLimit number deprecated
    Minimum order amount for mint and burn orders, in full units (deprecated, use minimumMintAmount and minimumBurnAmount)
  • minimumMintAmount string
    Minimum order amount for mint orders, in base units

    at least 1 characters

  • minimumBurnAmount string
    Minimum order amount for burn orders, in base units

    at least 1 characters

  • burnFeeBps number
    Resolved 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.
  • mintFeeBps number
    Resolved 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.
  • smartContractMetadata object
    Smart 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
    • contractAddress string
      Primary contract address: governor / proxy / SPL mint / Aptos package.
    • implementationAddress string
      EIP-1967 implementation address (UUPS Stablecoin proxies only).
    • governedTokenAddress string
      Underlying token address governed by a TokenGovernor (EVM/Tron USD1 only).
    • tokenProgramId string
      Solana token program (Tokenkeg... or Token-2022).
    • recoveryManagers array of strings
    • minters array of strings
    • burners array of strings
    • bridgeMintersOrBurners array of strings
    • freezers array of strings
    • unfreezers array of strings
    • pausers array of strings
    • unpausers array of strings
    • owner string
    • freezer string
    • blacklister string
    • rescuer string
    • upgrader string
    • mintAuthority string
    • freezeAuthority string
    • transferFeeConfigAuthority string
    • confidentialTransferAuthority string
    • transferHookAuthority string
    • scaledUiAmountAuthority string
    • metadataPointerAuthority string
    • pausableAuthority string
    • tokenMetadataUpdateAuthority string
  • publicDescription string nullable
    Public-facing description of the base asset
  • publicTagline string nullable
    Public-facing tagline of the base asset
  • publicMarketingUrl string nullable
    Public-facing URL of the base asset
400
Bad Request
No response body
500
Internal Server Error
No response body