cURL
curl --request GET \ --url https://data-api.polymarket.com/holders
[ { "token": "70018807773238020915361161897719073078804647330583488591369599275024", "holders": [ { "proxyWallet": "0xa59516996b5803e2b1ecb9df4db492c494743fde", "bio": "", "asset": "70018807773238020915361161897719073078804647330583488591369599275024", "pseudonym": "Bossy-Figurine", "amount": 215678.947713, "displayUsernamePublic": true, "outcomeIndex": 0, "name": "ExampleGuy", "profileImage": "", "profileImageOptimized": "" } ] } ]
Fetches the top holders of a specified market token.
The market (conditionId) to query.
Maximum number of holders to return. Defaults to 100.
A list of token holders
The response is of type object[].
object[]