Retrieves collection-level analytics based on historical price estimates.

This endpoint retrieves the on-chain analytics based on Nabu’s valuations in the past.
To obtain the data at a certain time, specify the before parameter and limit=1.
To obtain the first data point after a trade, specify the after parameter with the timestamp of the trade, and limit=1.
To obtain all the data within an interval, you can specify both after and before.
Omit both after and before to obtain the entire analytics history for that collection.
Sort order is by date in ascending direction, except when the before parameter is specified and the after parameter is omitted.

Available in the Business and higher subscription plans.

Response FieldData TypeDescription
analyticsarray of Collection Stats objectsThe list of datasets
next_offsetnumberThe offsite for the next page of results. If null, no more results are available
Language
Authorization
Header
Click Try It! to start a request and see the response here!