cURL
curl --request GET \ --url https://data-api.polymarket.com/holders
[ { "token": "<string>", "holders": [ { "proxyWallet": "0x56687bf447db6ffa42ffe2204a05edaa20f55839", "bio": "<string>", "asset": "<string>", "pseudonym": "<string>", "amount": 123, "displayUsernamePublic": true, "outcomeIndex": 123, "name": "<string>", "profileImage": "<string>", "profileImageOptimized": "<string>" } ] } ]
Fetches the top holders of a specified market token.
Maximum number of holders to return per token. Capped at 20.
0 <= x <= 20
Comma-separated list of condition IDs.
0x-prefixed 64-hex string
0 <= x <= 999999
Success
Show child attributes