fireblocks · Capability
Fireblocks Assets — Assets
Fireblocks Assets business capability. 10 operations against the Fireblocks REST API v1.
What You Can Do
GET
Listassets
— List assets
/v1/assets
POST
Registernewasset
— Register an asset
/v1/assets
GET
Getasset
— Get an asset by ID
/v1/assets/{id}
PATCH
Updateassetusermetadata
— Update the user’s metadata for an asset
/v1/assets/{id}
POST
Setassetprice
— Set asset price
/v1/assets/prices/{id}
GET
Listblockchains
— List blockchains
/v1/blockchains
GET
Getblockchain
— Get a Blockchain by ID
/v1/blockchains/{id}
GET
Validateaddress
— Validate destination address
/v1/transactions/validate_address/{assetId}/{address}
GET
Estimatenetworkfee
— Estimate the required fee for an asset
/v1/estimate_network_fee
GET
Getsupportedassets
— List assets (Legacy)
/v1/supported_assets
MCP Tools
fireblocks-listassets
List assets
read-only
idempotent
fireblocks-registernewasset
Register an asset
fireblocks-getasset
Get an asset by ID
read-only
idempotent
fireblocks-updateassetusermetadata
Update the user’s metadata for an asset
fireblocks-setassetprice
Set asset price
fireblocks-listblockchains
List blockchains
read-only
idempotent
fireblocks-getblockchain
Get a Blockchain by ID
read-only
idempotent
fireblocks-validateaddress
Validate destination address
read-only
idempotent
fireblocks-estimatenetworkfee
Estimate the required fee for an asset
read-only
idempotent
fireblocks-getsupportedassets
List assets (Legacy)
read-only
idempotent