Holders of a market (aggregated shares per user/outcome)
Authorization
ApiKeyAuth x-api-key<token>
In: header
Path Parameters
id*string
Market id (Mongo id) or numeric on-chain marketId.
Query Parameters
limit?integer
Range
value <= 100Default
20Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/data/markets/string/holders"{ "marketId": "string", "data": [ { "userId": "string", "outcomeId": "yes", "shares": 0, "invested": 0 } ]}