1. CLI
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. CLI

Commands

Market data#

Tickers (Read)#

Show the current mid price and 24h statistics. Omit --pair to get all active pairs.

Trading pairs (Read)#

Show active trading pairs with order sizing constraints (min/max order size, tick size, price increments).

Orderbook (Read)#

FlagDefaultDescription
--depth, -d10Price levels per side (1–100)

Candles (Read)#

Show OHLCV candlestick data for a trading pair.
FlagDefaultDescription
--interval1dBar interval: 1m, 5m, 10m, 15m, 30m, 1h, 4h, 1d
--from—Start time (RFC3339)
--to—End time (RFC3339)
--limit1440Bars to return, counted back from --to. When set, --from is ignored (1–1440)

Assets (Read)#

List supported assets (crypto and fiat) with their type.

Account#

Account info (Read)#

Show your 30-day traded volume and current fee tier.
Output columns: 30D VOLUME · TIER · FEE · NEXT TIER · NEXT FEE

Balances (Read)#


Orders#

List orders (Read)#

Accepted --status values: open, closed, new, partially-filled, filled, canceled, filled-and-canceled, done-for-day, rejected

Get a single order (Read)#

Create an order (Trade)#

Use --quantity for the base currency amount (e.g. 0.0001 BTC), or --amount for the quote currency amount (e.g. 30 EUR). These flags are mutually exclusive.
By default, create shows a preview and asks for confirmation:
  Pair:        BTC-EUR
  Side:        buy
  Type:        limit
  Limit Price: 50000
  Quantity:    0.0001 (base currency)

Place this order? [y/N]:
Use --yes to skip the prompt (useful in scripts):

Cancel an order (Trade)#


Trades#

List trades (Read)#

Get a single trade (Read)#


Modified at 2026-07-14 08:38:20
Previous
Getting Started
Built with