latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Stablecoin
List supported assets
Returns a list of assets.
get/api/stablecoin/v1/assets
Query parameters
idsstring uuid
Example:d1c27189-764c-4197-af06-e2623658f410
Unique identifier for the asset.
tokenstring
Example:eth:usd1
Token symbol or identifier for the stablecoin.
chainstring
Example:eth
Blockchain network or chain name where the asset exists.
baseAssetstring
Example:usd1
Base asset type to filter by.
isIssuedByBitgoboolean
Flag to filter assets based on whether they were issued by BitGo.
isEnabledGloballyboolean
Filter assets by global enabled status for mint/burn operations.
Response
OK
Example response
[
{
"id": "d1c27189-764c-4197-af06-e2623658f410",
"token": "eth:usd1",
"name": "USD1",
"decimals": 18,
"baseAsset": "usd1",
"reserveManagementType": "bitgo_managed",
"chain": "eth",
"backingAsset": "fiatusd",
"treasuryAccountWalletId": "37c60261db7cbfdfab26b9156eabcdef",
"minimumLimit": 100,
"minimumMintAmount": "'10000'",
"minimumBurnAmount": "'10000'",
"burnFeeBps": 25,
"publicDescription": "\"A stablecoin backed by US dollar reserves\"",
"publicTagline": "\"The stablecoin for global payments\"",
"publicMarketingUrl": "\"https://example.com/stablecoin\""
}
]