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)#
| Flag | Default | Description |
|---|
--depth, -d | 10 | Price levels per side (1–100) |
Candles (Read)#
Show OHLCV candlestick data for a trading pair.| Flag | Default | Description |
|---|
--interval | 1d | Bar interval: 1m, 5m, 10m, 15m, 30m, 1h, 4h, 1d |
--from | — | Start time (RFC3339) |
--to | — | End time (RFC3339) |
--limit | 1440 | Bars 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 FEEBalances (Read)#
Orders#
List orders (Read)#
Accepted --status values: open, closed, new, partially-filled, filled, canceled, filled-and-canceled, done-for-day, rejectedGet 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