๐ฒPrice
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Last updated
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Last updated
This route returns the price history of a project for the past 24 hours.The route first queries the database for all the prices within the 24 hour time frame.The route then returns the average of the prices found with one hour interval.
Successful
This route returns the price history of a project for the past month.The route first queries the database for all the prices within the one month time frame.The route then returns the average of the prices found with one day interval.
Successful
This route returns the price history of a project for the past year.The route first queries the database for all the prices within the one year time frame.The route then returns the average of the prices found with one month interval.
Successful