fireblocks · Capability
Fireblocks Transactions — Transactions
Fireblocks Transactions business capability. 19 operations against the Fireblocks REST API v1.
What You Can Do
GET
Gettransactions
— Get transaction history
/v1/transactions
POST
Createtransaction
— Create a new transaction
/v1/transactions
POST
Estimatetransactionfee
— Estimate transaction fee
/v1/transactions/estimate_fee
GET
Gettransaction
— Get a specific transaction by Fireblocks transaction ID
/v1/transactions/{txId}
GET
Gettransactionbyexternalid
— Get a specific transaction by external transaction ID
/v1/transactions/external_tx_id/{externalTxId}
POST
Settransactionconfirmationthreshold
— Set confirmation threshold by Fireblocks Transaction ID
/v1/transactions/{txId}/set_confirmation_threshold
POST
Droptransaction
— Drop ETH (EVM) transaction by ID
/v1/transactions/{txId}/drop
POST
Canceltransaction
— Cancel a transaction
/v1/transactions/{txId}/cancel
POST
Freezetransaction
— Freeze a transaction
/v1/transactions/{txId}/freeze
POST
Unfreezetransaction
— Unfreeze a transaction
/v1/transactions/{txId}/unfreeze
POST
Setconfirmationthresholdbytransactionhash
— Set confirmation threshold by transaction hash
/v1/txHash/{txHash}/set_confirmation_threshold
GET
Getapprovalrequest
— Get an approval request by id
/v1/tags/approval_requests/{id}
POST
Cancelapprovalrequest
— Cancel an approval request by ID
/v1/tags/approval_requests/{id}/cancel
GET
Getjobs
— Return a list of jobs belonging to tenant
/v1/batch/jobs
GET
Getjob
— Get job details
/v1/batch/{jobId}
POST
Pausejob
— Pause a job
/v1/batch/{jobId}/pause
POST
Continuejob
— Continue a paused job
/v1/batch/{jobId}/continue
POST
Canceljob
— Cancel a running job
/v1/batch/{jobId}/cancel
GET
Getjobtasks
— Return a list of tasks for given job
/v1/batch/{jobId}/tasks
MCP Tools
fireblocks-gettransactions
Get transaction history
read-only
idempotent
fireblocks-createtransaction
Create a new transaction
fireblocks-estimatetransactionfee
Estimate transaction fee
fireblocks-gettransaction
Get a specific transaction by Fireblocks transaction ID
read-only
idempotent
fireblocks-gettransactionbyexternalid
Get a specific transaction by external transaction ID
read-only
idempotent
fireblocks-settransactionconfirmationthreshold
Set confirmation threshold by Fireblocks Transaction ID
fireblocks-droptransaction
Drop ETH (EVM) transaction by ID
fireblocks-canceltransaction
Cancel a transaction
fireblocks-freezetransaction
Freeze a transaction
fireblocks-unfreezetransaction
Unfreeze a transaction
fireblocks-setconfirmationthresholdbytransactionhash
Set confirmation threshold by transaction hash
fireblocks-getapprovalrequest
Get an approval request by id
read-only
idempotent
fireblocks-cancelapprovalrequest
Cancel an approval request by ID
fireblocks-getjobs
Return a list of jobs belonging to tenant
read-only
idempotent
fireblocks-getjob
Get job details
read-only
idempotent
fireblocks-pausejob
Pause a job
fireblocks-continuejob
Continue a paused job
fireblocks-canceljob
Cancel a running job
fireblocks-getjobtasks
Return a list of tasks for given job
read-only
idempotent