cURL
curl --request GET \ --url https://trade.predexon.com/api/accounts/{accountId}/orders \ --header 'x-api-key: <api-key>'
{ "orders": [ { "orderId": "<string>", "venue": "<string>", "predexonId": "<string>", "side": "<string>", "outcome": "<string>", "status": "open", "createdAt": "<string>", "size": "<string>", "price": "<string>", "filled": "<string>", "market": { "tokenId": "<string>", "marketId": "<string>", "ticker": "<string>", "outcome": "<string>", "marketSlug": "<string>" }, "fee": { "policyApplied": true, "feeBps": 123, "platformFeeBps": 123, "partnerFeeBps": 123, "grossAmount": "<string>", "netOrderAmount": "<string>", "maxFeeReserved": "<string>" }, "message": "<string>" } ], "_meta": { "venues": [ { "venue": "<string>", "status": "ok" } ] } }
Fetch open orders across enabled venues.
tokenId
market
marketId
polymarket
predict
opinion
limitless
Order list
Show child attributes
Per-plane status metadata on aggregated responses. Surfaces partial failures so clients can detect when a venue timed out or errored while others succeeded.