List positions
Authorization
ApiKeyAuth x-api-key<token>
In: header
Query Parameters
user?string
market?string
limit?integer
Range
value <= 100Default
20offset?integer
Default
0Response Body
application/json
application/json
curl -X GET "https://example.com/data/positions"{ "data": [ { "id": "string", "marketId": "string", "userId": "string", "outcomeId": "string", "amount": 0, "shares": 0, "status": "string", "tokenSymbol": "string", "token": "string", "chainId": 0, "settledAmount": 0, "txHash": "string" } ], "pagination": { "total": 0, "limit": 0, "offset": 0 }}