Collection Analytics (historical)

Retrieves collection-level analytics based on historical price estimates.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
Path Params
string
required

The crypto chain hosting the contract. Valid values are ETH and MATIC

string
required

NFT contract address (eg. 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d)

Query Params
int64

Limit the results to analytics calculated after the specified time (epoch in seconds)

int64

Limits the results to analytics calculated before the specified time (epoch in seconds). If the field is specified, and the after field is not specified, the results will be sorted from newest to oldest price

int32
Defaults to 100

Maximum number of tokens to return. Integer between 1 and 1000

int32
Defaults to 0

Result page offset to receive additional records

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json