Overview
Last updated
Before placing orders, review the trader integration playbook in getting-started/trader-questions.md: tradable symbol, correct balance type, execution mode, and status tracking path.
Market buy
Buy
notional
Market sell
Sell
quantity
Limit
Buy or Sell
quantity, price, timeInForce
All orders require stockAddress (from symbols list) and deadline (Unix seconds, ≤ 4294967295).
Use strings for
quantity,notional, andpriceto avoid JS precision loss.
Self-submit
POST /orders/calldata
DELETE /orders/{orderId}/calldata
POST /orders/tx
One Click
POST /orders/send
DELETE /orders/{orderId}/send
Auto-recorded
One Click requires enabled delegation — see one-click-delegated.md and guides/one-click-flow.md.
Check portfolio for buying power and holdings.
Get quote from market if needed.
Build or send order — place-and-cancel-orders.md.
Track status — order-status-and-history.md.
Self-submit sequence: see guides/self-submit-on-chain.md.
Last updated

