{{ disp_symbol(market.symbol, market.market_group) }} SPOT {{ market.name }}
Symbol Price Change
  • {{ disp_symbol(row.symbol, picker_category) }} {{ row.name }} Perp {{ fmt_price(row.price, row.decimal_deci) }} ≈ {{ fmt_quote(row.price) }} {{ row.delta_rate >= 0 ? '+' : '' }}{{ row.delta_rate.toFixed(2) }}%
  • No matching symbols
{{ fmt_price(market.price, market.decimal_deci) }} ≈ {{ fmt_quote(market.price) }}
24H Change {{ market.delta_rate >= 0 ? '+' : '' }}{{ market.delta_rate.toFixed(2) }}%
24H Low{{ fmt_price(market.low_price, market.decimal_deci) }}
24H High{{ fmt_price(market.high_price, market.decimal_deci) }}
Bid{{ fmt_price(market.bid, market.decimal_deci) }}
Ask{{ fmt_price(market.offer, market.decimal_deci) }}
{{ ws_connected ? 'LIVE' : 'OFFLINE' }}
Quick Order
{{ market.symbol }}

Confirmation required before submit

USDT
{{ market.symbol }}
USDT
Available {{ fmt_balance(balance_usdt) }} USDT
USDT
{{ market.symbol }}
USDT
Available {{ fmt_balance(balance_base) }} {{ market.symbol }}
TimeMarketSideTypePriceQtyFilledStatus
{{ fmt_time_full(o.placed_at_ts) }} {{ o.market_symbol }} {{ o.side }} {{ o.type }} {{ o.price ? fmt_price(o.price, o) : '--' }} {{ fmt_qty(o.qty, o) }} {{ fmt_qty(o.filled_qty, o) }} {{ o.status }}
No open orders
TimeMarketSideTypePriceQtyStatus
{{ fmt_time_full(o.placed_at_ts) }} {{ o.market_symbol }} {{ o.side }} {{ o.type }} {{ (o.avg_price || o.price) ? fmt_price(o.avg_price || o.price, o) : '--' }} {{ fmt_qty(o.qty, o) }} {{ o.status }}
No history
TimeMarketSidePriceQtyFeeClosed PnL
{{ fmt_time_full(t.executed_at ? Math.floor(new Date(t.executed_at).getTime() / 1000) : null) }} {{ t.market_symbol }} {{ t.side }} {{ fmt_price(t.fill_price, t) }} {{ fmt_qty(t.fill_qty, t) }} {{ fmt_balance(t.fee || 0, 4) }} {{ parseFloat(t.realized_pnl || 0) !== 0 ? fmt_balance(t.realized_pnl, 4) : '--' }}
No trades

Confirm Order

Symbol{{ market.symbol }}
Side {{ confirm_order.side === 'buy' ? 'Long / Buy' : 'Short / Sell' }}
Price{{ fmt_price(confirm_order.price, market.decimal_deci) }}
Qty{{ confirm_order.qty }} {{ market.symbol }}

{{ mock_toast }}