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
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

A Transaction object

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