Order Management
Managing open and historical orders in the dashboard
The Order Management page provides visibility into all orders associated with your account — including orders submitted programmatically via the API. It is the primary audit surface for API-driven trading workflows.
Open Orders
The Open Orders tab lists all orders that are currently active in the order book. For each order you can:
- View the instrument, side, size, limit price, and time submitted
- Cancel a single order with the cancel button on the row
- Cancel all open orders for a given instrument via the bulk cancel control
Cancellations are submitted on-chain. Allow one to three seconds for the transaction to confirm before the order disappears from the list.
Order History
The Order History tab shows all orders ever submitted from your account, including filled, canceled, and expired orders. Use the date range filter and instrument selector to narrow the view.
Order Status States
| Status | Description |
|---|---|
| Pending | Order submitted, awaiting on-chain confirmation |
| Open | Order confirmed and live in the order book |
| Partially Filled | Order partially matched; remainder still open |
| Filled | Order fully matched |
| Canceled | Order canceled by the user or protocol |
| Expired | Order reached its time-in-force limit without filling |
Orders Submitted via API
Any order placed through the managed trading endpoints (/api/mm/* or /api/strategies/*) appears in this view. The order ID returned by the API corresponds to the on-chain order identifier. Use the search field to look up a specific order by ID.
For documentation on submitting orders programmatically, see the API Reference.