Orders & Positions (Hosted)

Fetch Order (Hosted)

Look up a single order on Polymarket or Opinion by its order_id (the same id returned from createOrderHosted or fetchOpenOrdersHosted). Returns the order's current status, filled / remaining size, average fill price, and — once settled — the on-chain tx hash.

get/v0/orders/{order_id}

Path parameters

order_idstring required

Unified order id.

Response

The order.

idstring required
market_idstring uuid nullable
outcome_idstring uuid nullable
side'buy' | 'sell' nullable
type'market' | 'limit' nullable
amountnumber nullable
pricenumber nullable
fillednumber
remainingnumber
statusstring required
feenumber nullable
timestampstring nullable
tx_hashstring nullable

On-chain transaction hash. Null until settled.

chainstring nullable
block_numberinteger nullable

Changes