Skip to content

Orderbook

The orderbook panel shows real-time market depth — all resting buy and sell orders at each price level.

The orderbook shows bids (buyers) and asks (sellers) with:

ColumnDescription
PricePrice level
SizeTotal contracts at that price
TotalCumulative notional value

Horizontal bars behind each price level visualize relative order size. Larger bars indicate more liquidity at that price. Bars animate smoothly as the orderbook updates.

The center bar between bids and asks shows:

  • Mid price — average of best bid and best ask
  • Spread — bid-ask spread as a percentage

Toggle between three views:

ModeShows
FullBoth bids and asks (default)
Bids OnlyOnly buy orders
Asks OnlyOnly sell orders

Use the aggregation dropdown to group price levels by increment (e.g., $0.01, $0.10, $1.00). Higher aggregation gives a cleaner view of overall depth; lower aggregation shows precise price levels.

Click any price level in the orderbook to populate the order form’s price field with that price. This is the fastest way to place a limit order at a specific level — click the price, set your size, and submit.

The DOM (Depth of Market) tab in the trade form provides a ladder-style view of the orderbook:

  • Visual ladder showing price levels vertically
  • Your existing orders highlighted at their price levels
  • Click any level to place a limit order at that price
  • See pending orders and their status
  • Multiple aggregation levels for different precision
  • Real-time best bid/offer (BBO) highlighting

The DOM ladder is designed for fast, precise order placement — especially useful for scalping and short-term trading.

The Trades tab (accessible from the orderbook panel) shows the most recent executed trades on the current market:

ColumnDescription
PriceExecution price
SizeTrade quantity
TimeExecution timestamp

Trades are color-coded:

  • Green — buyer-initiated (taker bought)
  • Red — seller-initiated (taker sold)

The feed auto-scrolls to show the latest trades. Use it to gauge real-time market activity and spot large trades.