GET
/
holders
Get top holders for markets
curl --request GET \
  --url https://data-api.polymarket.com/holders
[
  {
    "token": "<string>",
    "holders": [
      {
        "proxyWallet": 8.992731955465627e+47,
        "bio": "<string>",
        "asset": "<string>",
        "pseudonym": "<string>",
        "amount": 123,
        "displayUsernamePublic": true,
        "outcomeIndex": 123,
        "name": "<string>",
        "profileImage": "<string>",
        "profileImageOptimized": "<string>"
      }
    ]
  }
]

Query Parameters

limit
integer
default:100
Required range: 0 <= x <= 500
market
string[]
required

Comma-separated list of condition IDs.

0x-prefixed 64-hex string

minBalance
integer
default:1
Required range: 0 <= x <= 999999

Response

200
application/json

Success

The response is of type object[].