Daejin Developers

Holders of a market (aggregated shares per user/outcome)

GET
/data/markets/{id}/holders

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
Rangevalue <= 100
Default20

Response 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    }  ]}