BTCMarkets / API

API
119 stars 30 forks source link

Can this api be used to get a coin price at a certain date/timestamp? #136

Closed JackSilburn closed 5 years ago

JackSilburn commented 6 years ago

I'm new to using APIs in programming.

I am wondering if I can input a date (or timestamp) and the API will return the price of a chosen coin (e.g. BTC, ETH) at that particular time?

Thank you and apologies if this is the wrong place to post this.

aljp commented 6 years ago

There's no way to do this with BTCMarkets API as far as I'm aware.

welldrake commented 6 years ago

See potential solution here: https://github.com/BTCMarkets/API/issues/79#issuecomment-400892668

justin-ngin commented 5 years ago

Hi @JackSilburn, @aljp

We've just released a new endpoint for retrieving our entire history of tick/candle data in minute, hour, or day resolution. Check out the docs here!

Cheers, Justin