Collection Statistics

Get global (period-independent) statistics by collection ID

Global collection statistics by ID

SecurityApiKeyAuth
Request
path Parameters
id
required
string (CollectionId)

Collection ID

Example: ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8
Responses
200

OK

400

Bad Request

500

Internal Server Error

get/v2.0/data/collections/{id}/statistics/global
Response samples
application/json
{
  • "listed": 0,
  • "items": 0,
  • "owners": 0,
  • "floor": {
    },
  • "volume": {
    }
}

Get period-based statistics by collection ID

Period-based collection statistics by ID

SecurityApiKeyAuth
Request
path Parameters
id
required
string (CollectionId)

Collection ID

Example: ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8
query Parameters
period
required
string (OlapLeaderboardPeriod)

Time period for aggregation

Enum: "D1" "D7" "D30" "H6" "H1" "MIN30" "MIN5" "ALL"
Responses
200

OK

400

Bad Request

500

Internal Server Error

get/v2.0/data/collections/{id}/statistics/period
Response samples
application/json
{
  • "period": "D1",
  • "volume": {
    }
}