Collection Statistics
Get distribution of the number of owned items by owner
Returns list of owners of items in the collection along with the number of owned items
get/v2.0/data/collections/{id}/owners
Path parameters
idstring required
Collection id
Example:ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8
Collection ID
Query parameters
continuationstring
Continuation token from the previous response
sizeinteger
The number of results to return
Response
OK
Example response
{
"owners": [
{
"owner": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
}
]
}