Get one order

Fetch a single order by composite order ID. Faster than GET /v1/orders for one-order lookups.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Composite order ID (hex 0x..., 24 bytes = WideOrderID + BlockNumber + LogIndex). Required.
Globally unique on its own — the embedded (block_number, log_index) pair
pins exactly one order, so no market/account scope is needed.

Query Params
string

Optional market hint. When provided, the in-memory lookup probes only
this market's index (O(1)); otherwise it scans all markets. Does not
affect the DB fallback (the composite order_id is globally unique).

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json