curl "https://api.pmx.trade/v2/clob/orders?pubkey=7xKXabc123...&status=open&limit=20"
{ "orders": [ { "id": "b2c3d4e5-...", "marketId": "550e8400-...", "ownerPubkey": "7xKXabc123...", "side": "buy", "outcome": "yes", "priceBps": 5500, "originalQuantity": "50000000", "remainingQuantity": "50000000", "committedAmount": "27500000", "status": "open", "orderType": "limit", "timeInForce": "gtc", "createdAt": "2025-01-15T12:00:00.000Z", "updatedAt": "2025-01-15T12:00:00.000Z" } ], "nextCursor": null }
List orders for a wallet with optional filters.
open
partially_filled
settling
filled
cancelled
Show Order object
buy
sell
yes
no
limit
market
gtc
ioc
fok
null