Collection Historical Floor Prices
This endpoint provides the historical floor price for a specific collection and a given time period.
get
Get historical floor prices for an Ordinals collection.
Authorizations
x-api-keystringRequired
Path parameters
collectionIdstringRequiredExample:
{"value":"wzrds"}Query parameters
fromTimestampstringRequired
ISO timestamp - no older than 1 year ago (e.g. 2024-08-29T03:09:35.236Z)
toTimestampstringOptional
ISO timestamp - up until now / not in the future
Responses
200
Default Response
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/v1/ordinals/collections/{collectionId}/historical-floor-pricesLast updated