v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
Charts

Get historical data of floor price for collection for charting purposes

Returns list of historical floor prices aggregated at even intervals in the specified time period - last day, last month etc. Each points represents the aggregated value of the interval after it. The last point represents the current floor price.

get/v2.0/data/collections/{id}/charts/floorPrice

Path parameters

idstring required

Collection id

Example:ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8

Collection ID

Query parameters

period'MIN5' | 'MIN30' | 'H1' | 'H6' | 'D1' | 'D7' | 'D30' | 'D180' | 'D365' | 'ALL' required

Period:

  • MIN5 - Last 5 minutes
  • MIN30 - Last 30 minutes
  • H1 - Last 1 hour
  • H6 - Last 6 hours
  • D1 - Last 1 day
  • D7 - Last 7 days
  • D30 - Last 30 days
  • D180 - Last 180 days (roughly 6 months)
  • D365 - Last 365 days (roughly 1 year)
  • ALL - For all time

Time period for aggregation

sizeinteger required

Number of data points to return

endTimestring date-time

Optionally, the date-time of the last point of the graph. Defaults to current time.

Response

OK