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