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>"
}
]
}
]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>"
}
]
}
]Maximum number of holders to return per token. Capped at 20.
0 <= x <= 20Comma-separated list of condition IDs.
0x-prefixed 64-hex string
^0x[a-fA-F0-9]{64}$0 <= x <= 999999Was this page helpful?
Suggestions