Collection Historical Floor Prices

This endpoint provides the historical floor price for a specific collection. By default the endpoint exposes the trailing 1 month floor price history per collection.
Floor prices from multiple marketplaces can be queried in a single request by omitting the marketplace_id kwarg, and passing the query param marketplace_ids=marketplace (e.g., /v0/nfts/floor_prices_v2/collection/09954610564c25f6910ccd963c09a3fa/daily?marketplace_ids=opensea,blur)
If date ranges are passed, they must be less than one month apart. Historical floor price data is currently available from the start of December 2022.
Null values for floor price indicate that SimpleHash crawled the marketplace and found that there were no listings at that time.
To understand more about the difference between Collections and Contracts, please refer to our FAQ.
This is an updated version of the historical floor price endpoint. Visit the old version of the historical floor price endpoint here.
Path Params
string
required
Defaults to 09954610564c25f6910ccd963c09a3fa

The SimpleHash Collection ID

string
enum
required
Defaults to daily

The frequency at which you'd like floor price data points

Allowed:
Query Params
string
Defaults to opensea,blur

A comma-separated list of marketplace ids to filter the floor price data. Options are: blur,opensea,x2y2,looksrare,magiceden,tensor

string

For "hourly" granularity only. Lower bound timestamp to filter data. Seconds since the Unix epoch.

string

For for "hourly" granularity only. Upper bound timestamp. Seconds since the Unix epoch.

string
Defaults to 2023-05-31

For "daily" granularity only. Lower bound date to filter data. An ISO 8601 date stamp.

string
Defaults to 2023-06-15

For "daily" granularity only. Upper bound date to filter data. An ISO 8601 date stamp.

Responses

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