/blur/collections/holders
/blur
/blur/collections/holders
List the top holders of a Blur collection by number of tokens owned
Price: 1 credit
💡 AI Hint: List the top holders of a Blur collection, identified by its slug (e.g. ‘azuki’) or contract address, ordered by the number of tokens owned (descending). Each row returns the owner wallet address and how many tokens of the collection it holds.
⚠️ Common errors: 412: Collection not found
POST
/blur/collections/holders
Authorizations
API token from the dashboard
Headers
Body
application/json
Collection slug (e.g. 'azuki') or its on-chain contract address
Minimum string length:
1Examples:
"azuki"
"0xed5af388653567af2f388e6224dc7c4b3241c544"
Number of top holders to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500