Orders

List orders

Global live working set by default (local engine + fresh peer mirrors + live venue observations). Set history=true or request a terminal status for the DB-backed history projection. Optional region is a diagnostic home filter.

get/v1/orders

Query parameters

symbolstring

Filter by symbol

statusstring

Filter by status. Fuzzy: "open" (the working set). Exact canonical: ACCEPTED, RUNNING, PARTIAL, ACTIVE, COMPLETED, CANCELLED, REJECTED, UNCONFIRMED, UNRESOLVED, WAITING.

limitinteger

Maximum number of orders to return (default 100, max 1000)

offsetinteger

Offset for pagination (legacy — use after cursor instead)

afterstring

Forward pagination cursor (opaque, from previous response next_cursor)

regionstring

Diagnostic home-region filter. Reads are global when omitted.

historyboolean

Read DB-backed terminal/history rows instead of the live global working set.

Response

Paginated order list

has_moreboolean required
limitinteger required
next_cursorstring nullable
offsetinteger nullable
regionstring required
scopestring required
totalinteger required

Count in the selected projection: global engine/mirror/venue working set by default, or the DB projection when history/terminal is requested.

Changes

No recorded changes to this endpoint across all 1 revision of this API.