v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
Collection Statistics

Get global (period-independent) statistics by collection IDs

Global collection statistics by IDs

post/v2.0/data/collections/statistics/global/byIds

Request body

CollectionId[] required

Example request

[
  "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8"
]

Response

OK

idstring

Collection id

listedinteger required
itemsinteger required
ownersinteger required

Example response

[
  {
    "id": "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8"
  }
]