Skip to main content
GET
/
supported_assets
TypeScript
const response: Promise<FireblocksResponse<GetSupportedAssetsResponse>> = fireblocks.blockchainsAssets.getSupportedAssets();
[
  {
    "id": "<string>",
    "name": "<string>",
    "type": "<string>",
    "contractAddress": "<string>",
    "nativeAsset": "<string>",
    "decimals": 123
  }
]

Response

A Transaction object

id
string
required
name
string
required
type
string
required
contractAddress
string
nativeAsset
string
decimals
number