cURL
curl --request GET \ --url https://api.agg.market/execution/positions \ --header 'Authorization: Bearer <token>' \ --header 'x-app-id: <api-key>'
{ "data": [ { "targetMarketId": "<string>", "venueMarket": { "question": "<string>", "image": "<string>", "venueMarketOutcomes": [ { "label": "<string>", "title": "<string>", "venueBreakdown": [ { "venue": "kalshi", "venueMarketId": "<string>", "size": 123 } ], "totalSize": 123, "avgEntryPrice": 123, "currentPrice": 123, "totalValue": 123, "unrealizedPnl": 123, "unrealizedPnlPercent": 123 } ] } } ], "nextCursor": "<string>", "hasMore": true }
Returns open positions grouped by matched market with per-venue breakdown and current pricing.
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