List supported assets

get/api/stablecoin/v1/assets

Returns a list of assets.

Query Parameters

  • idsstring<uuid>
    Unique identifier for the asset.
    Example: d1c27189-764c-4197-af06-e2623658f410
    Min length: >= 1 characters
  • tokenstring
    Token symbol or identifier for the stablecoin.
    Example: eth:usd1
    Min length: >= 1 characters
  • chainstring
    Blockchain network or chain name where the asset exists.
    Example: eth
    Min length: >= 1 characters
  • isIssuedByBitgoboolean
    Flag to filter assets based on whether they were issued by BitGo.

200 Response

Array of
id string <uuid>required
Unique identifier for the asset.
Min length: >= 1 characters
Example: d1c27189-764c-4197-af06-e2623658f410
token string required
Token symbol
Min length: >= 1 characters
Example: eth:usd1
name string required
Human-readable name of the token
Min length: >= 1 characters
Example: USD1
decimals number required
Number of decimal places for token precision
Example: 18
isIssuedByBitgo boolean required
Flag indicating if BitGo issued this token
Example: false
chain string
Blockchain network identifier for the token
Min length: >= 1 characters
Example: eth
backingAsset string
Token that provides backing value
Min length: >= 1 characters
Example: fiatusd

400 Response

500 Response