Skip to main content
Order endpoints require API key authentication. See Authentication for HMAC signing.

Order Model

Hit accepts low-level order payloads built from outcome token amounts. Amounts use 6 decimals:
For limit orders: Limit order prices must be valid multiples of the market tickSize.

Place an Order

The examples buy 50 shares for 31 USDC, which is a 0.62 limit price.

List Orders

Filters: When status is omitted, GET /orders returns all non-cancelled statuses. Passing status=CANCELLED returns 400. Use GET /orders/paginated for paginated results and cancelled history. Its omitted-status default is active orders only (PENDING and EXECUTING). total is opt-in and capped; use cursor, hasMore and nextCursor for efficient deep pagination.

Cancel Orders

Cancel one order:
Cancel a batch:
Cancel all orders in a market:
Cancel all orders in an event:

Positions and Activity

These endpoints also accept API key authentication: