cURL
curl --request GET \ --url https://api.agg.market/execution/orders \ --header 'Authorization: Bearer <token>' \ --header 'x-app-id: <api-key>'
{ "data": [ { "id": "<string>", "venue": "kalshi", "status": "<string>", "side": "<string>", "amountRaw": "<string>", "slippageBps": 123, "quotedPriceRaw": "<string>", "quotedCostRaw": "<string>", "filledAmountRaw": "<string>", "executionPrice": "<string>", "txHash": "<string>", "errorMessage": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "venueMarket": { "id": "<string>", "question": "<string>", "image": "<string>" }, "venueMarketOutcome": { "label": "<string>", "title": "<string>" } } ], "nextCursor": "<string>", "hasMore": true }
Returns paginated orders for the authenticated user with venue market details.
Your application ID. Required for all app-tier and user-tier routes.
JWT access token returned by POST /auth/verify. Required for user-tier routes.
1 <= x <= 100
200
Show child attributes