fireblocks · Capability
Fireblocks Tokenization — Tokenization
Fireblocks Tokenization business capability. 12 operations against the Fireblocks REST API v1.
What You Can Do
POST
Issuenewtoken
— Issue a new token
/v1/tokenization/tokens
GET
Getlinkedtokens
— List all linked tokens
/v1/tokenization/tokens
POST
Link
— Link a contract
/v1/tokenization/tokens/link
POST
Createnewcollection
— Create a new collection
/v1/tokenization/collections
GET
Getlinkedcollections
— Get collections
/v1/tokenization/collections
GET
Getcollectionbyid
— Get a collection by id
/v1/tokenization/collections/{id}
DELETE
Unlinkcollection
— Delete a collection link
/v1/tokenization/collections/{id}
GET
Fetchcollectiontokendetails
— Get collection token details
/v1/tokenization/collections/{id}/tokens/{tokenId}
POST
Mintcollectiontoken
— Mint tokens
/v1/tokenization/collections/{id}/tokens/mint
POST
Burncollectiontoken
— Burn tokens
/v1/tokenization/collections/{id}/tokens/burn
DELETE
Unlink
— Unlink a token
/v1/tokenization/tokens/{id}
GET
Getlinkedtoken
— Return a linked token
/v1/tokenization/tokens/{id}
MCP Tools
fireblocks-issuenewtoken
Issue a new token
fireblocks-getlinkedtokens
List all linked tokens
read-only
idempotent
fireblocks-link
Link a contract
fireblocks-createnewcollection
Create a new collection
fireblocks-getlinkedcollections
Get collections
read-only
idempotent
fireblocks-getcollectionbyid
Get a collection by id
read-only
idempotent
fireblocks-unlinkcollection
Delete a collection link
idempotent
fireblocks-fetchcollectiontokendetails
Get collection token details
read-only
idempotent
fireblocks-mintcollectiontoken
Mint tokens
fireblocks-burncollectiontoken
Burn tokens
fireblocks-unlink
Unlink a token
idempotent
fireblocks-getlinkedtoken
Return a linked token
read-only
idempotent