fireblocks · Capability
Fireblocks Exchange — Exchange
Fireblocks Exchange business capability. 22 operations against the Fireblocks REST API v1.
What You Can Do
GET
Getexchangeaccounts
— List exchange accounts
/v1/exchange_accounts
POST
Addexchangeaccount
— Add an Exchange Account
/v1/exchange_accounts
GET
Getpagedexchangeaccounts
— List connected exchange accounts
/v1/exchange_accounts/paged
GET
Getexchangeaccount
— Get a specific exchange account
/v1/exchange_accounts/{exchangeAccountId}
POST
Internaltransfer
— Internal transfer for exchange accounts
/v1/exchange_accounts/{exchangeAccountId}/internal_transfer
POST
Convertassets
— Convert exchange account funds
/v1/exchange_accounts/{exchangeAccountId}/convert
GET
Getexchangeaccountasset
— Get an asset for an exchange account
/v1/exchange_accounts/{exchangeAccountId}/{assetId}
GET
Getexchangeaccountscredentialspublickey
— Get public key to encrypt exchange credentials
/v1/exchange_accounts/credentials_public_key
GET
Getfiataccounts
— List fiat accounts
/v1/fiat_accounts
GET
Getfiataccount
— Find a specific fiat account
/v1/fiat_accounts/{accountId}
POST
Redeemfundstolinkeddda
— Redeem funds to DDA
/v1/fiat_accounts/{accountId}/redeem_to_linked_dda
POST
Depositfundsfromlinkeddda
— Deposit funds from DDA
/v1/fiat_accounts/{accountId}/deposit_from_linked_dda
GET
Getconnectedaccounts
— Get connected accounts
/v1/connected_accounts
GET
Getconnectedaccount
— Get connected account
/v1/connected_accounts/{accountId}
GET
Getconnectedaccountbalances
— Get balances for an account
/v1/connected_accounts/{accountId}/balances
GET
Getconnectedaccountrates
— Get exchange rates for an account
/v1/connected_accounts/{accountId}/rates
GET
Getconnectedaccounttradingpairs
— Get supported trading pairs for an account
/v1/connected_accounts/{accountId}/manifest/capabilities/trading/pairs
GET
Gettradingproviders
— Get providers
/v1/trading/providers
POST
Createquote
— Create a quote
/v1/trading/quotes
POST
Createorder
— Create an order
/v1/trading/orders
GET
Getorders
— Get orders
/v1/trading/orders
GET
Getorder
— Get order details
/v1/trading/orders/{orderId}
MCP Tools
fireblocks-getexchangeaccounts
List exchange accounts
read-only
idempotent
fireblocks-addexchangeaccount
Add an Exchange Account
fireblocks-getpagedexchangeaccounts
List connected exchange accounts
read-only
idempotent
fireblocks-getexchangeaccount
Get a specific exchange account
read-only
idempotent
fireblocks-internaltransfer
Internal transfer for exchange accounts
fireblocks-convertassets
Convert exchange account funds
fireblocks-getexchangeaccountasset
Get an asset for an exchange account
read-only
idempotent
fireblocks-getexchangeaccountscredentialspublickey
Get public key to encrypt exchange credentials
read-only
idempotent
fireblocks-getfiataccounts
List fiat accounts
read-only
idempotent
fireblocks-getfiataccount
Find a specific fiat account
read-only
idempotent
fireblocks-redeemfundstolinkeddda
Redeem funds to DDA
fireblocks-depositfundsfromlinkeddda
Deposit funds from DDA
fireblocks-getconnectedaccounts
Get connected accounts
read-only
idempotent
fireblocks-getconnectedaccount
Get connected account
read-only
idempotent
fireblocks-getconnectedaccountbalances
Get balances for an account
read-only
idempotent
fireblocks-getconnectedaccountrates
Get exchange rates for an account
read-only
idempotent
fireblocks-getconnectedaccounttradingpairs
Get supported trading pairs for an account
read-only
idempotent
fireblocks-gettradingproviders
Get providers
read-only
idempotent
fireblocks-createquote
Create a quote
fireblocks-createorder
Create an order
fireblocks-getorders
Get orders
read-only
idempotent
fireblocks-getorder
Get order details
read-only
idempotent