Orders & Positions (Hosted)

Fetch Open Orders (Hosted)

List the resting limit orders placed by address that have not yet filled or been cancelled. Each entry includes the catalog market_id / outcome_id, side, size, price, and time-in-force. Optionally filter by venue to scope to Polymarket or Opinion only.

get/v0/orders/open

Query parameters

addressstring required

EVM wallet address.

venue'polymarket' | 'opinion'

Restrict to a single hosted venue.

Response

Open orders list.

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