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.
OK
Bad Request
Not found
Internal Server Error
{- "dataPoints": {
- "timestamps": [
- 0
], - "values": [
- 0
]
}
}
Given a time period and the desired number of points, returns points which represent total worth of collection sales in the interval after that point. The last point always has no value.
OK
Bad Request
Not found
Internal Server Error
{- "dataPoints": {
- "timestamps": [
- 0
], - "values": [
- 0
]
}
}