1. MCP
Fusion Developer Platform
  • Getting started with Fusion
    • Overview
    • API key generation
    • Rate limits
  • API
    • Getting started
    • Market data
      • Get server time
      • Get tickers
      • Get trading pairs
      • Get orderbook
      • Get candles
      • Get assets
    • Account
      • Get account
      • Get account balances
    • Trading
      • Orders
        • Get orders
        • Create order
        • Get order by ID
        • Cancel order by ID
      • Trades
        • Get trades
        • Get trade by ID
  • MCP
    • Getting started
    • Available tools
  • CLI
    • Getting Started
    • Commands
  1. MCP

Available tools

Fusion MCP exposes the following tools to your AI assistant. Which tools are available depends on your API key's scopes.

Market data#

ToolDescriptionScope required
get_orderbookGet the current bid/ask order book for a trading pairRead
get_candlesGet OHLCV candle bars for a trading pair over a given interval and time rangeRead
get_tickersGet current price and 24h market statistics for trading pairsRead
list_pairsList available trading pairs and their parametersRead
list_assetsList supported assets (crypto and fiat) with their metadataRead

Account#

ToolDescriptionScope required
get_account_balancesGet available and locked asset balances for the userRead
get_account_infoGet the user's current fee tier, 30-day trading volume, and next tier thresholdsRead

Trading#

ToolDescriptionScope required
list_ordersList orders with optional filters by pair, status, and time rangeRead
get_orderGet the current state of a specific order by IDRead
list_tradesList executed trades with optional filtersRead
create_orderPlace a new limit or market orderTrade
cancel_orderCancel an open order by IDTrade
Modified at 2026-07-14 08:38:20
Previous
Getting started
Next
Getting Started
Built with