ticker.chart · — · 1m
orderbook · engine L2
| price | size (bid) | size (ask) |
|---|---|---|
| // empty book | ||
market · —
type
—
base
—
quote
—
max leverage
—
min qty
—
tick
—
lot
—
min notional
—
market.data · —
ticker
last
—
24h %
—
high
—
low
—
volume
—
trades
—
open interest
volume
—
quantity
—
last
—
market risk
mark
—
index
—
funding bps
—
websocket.frames
// live depth/trade/ticker frames arrive here once the ws layer is wired (NEXT_PUBLIC_CORE_WS_URL)
order.create · complete backend payload
request.response_history · 0 calls
// no requests captured yet — trigger an action to populate
stdout · trade.engine— 0 lines
// waiting for events...
$ stream --follow --level=debug
open.orders · —
| order | side | type | status | price | filled / qty |
|---|---|---|---|---|---|
| // no open orders — sign in, then refresh | |||||
market.position · —
| position | side | lev | entry | qty | liq | upnl |
|---|---|---|---|---|---|---|
| // no open position — sign in, then refresh | ||||||