v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
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

continuationstring

Continuation token to paginate result

Example response

{
  "owners": [
    {
      "owner": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
    }
  ]
}