Logo
Fireblocks API Documentation

List all asset types supported by Fireblocks

GET {{baseUrl}}/supported_assets

Returns all asset types supported by Fireblocks.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ { "id": "<string>", "name": "<string>", "type": "<string>", "contractAddress": "<string>", "nativeAsset": "<string>", "decimals": "<number>" }, { "id": "<string>", "name": "<string>", "type": "<string>", "contractAddress": "<string>", "nativeAsset": "<string>", "decimals": "<number>" } ]



Curl
curl -X GET 'https://api.fireblocks.io/v1/supported_assets' -H 'Accept: application/json'

ENDPOINTS