POST /v1/orders is the canonical trade. Mithril risk-checks it, signs it with
your attached venue credentials, submits it, and maps the venue’s response to one
status model.
Place an order
Request fields
Which subaccount (and its credentials + limits) to trade under.
The unified
mkt_ market identifier.The outcome token to trade, read from the market’s orderbook.
buy or sell.limit or market.Decimal number of shares, as a string (e.g.
"5").Limit price — a probability in
(0, 1] as a string. Required for limit
orders.The
idempotency-key header is required. See Idempotency.Response
Both placing and fetching an order return the sameOrderView:
Lifecycle state — see the table below.
Filled and outstanding size.
Weighted average fill price so far.
Present only when
status is rejected — e.g. a guardrail message.Track an order
Order statuses
Cancel
List orders
Next: Smart execution
Work large orders into thin books instead of clipping the print.