Tuesday, January 7, 2020

Public APIs to download historic Bitcoin candlestick data from Binance, Bittrex, KuCoin, Kraken, and more.

Hi Everyone,

I've seen a lot of interest from people in this group to access historical Bitcoin candlestick data. To help everyone out, we've made all of our candlestick data public. That means you can access everything we have here:

https://developers.shrimpy.io/docs/#get-candles

You don't need to sign up for an account or anything. The data is completely public for use. Just call the endpoint in your browser to test like this:

https://dev-api.shrimpy.io/v1/exchanges/binance/candles?quoteTradingSymbol=BTC&baseTradingSymbol=LTC&interval=1H

Try a few different pairs, exchanges, and candlestick sizes - I think you will find it pretty exciting! You can of course plot this data as well. We have some examples of how to plot candlestick data here.

I'm happy to answer any questions if you have some. Looking forward to hearing your feedback!

We also have endpoints for live order book snapshots, market data, trade websockets, and more. You can find our full guide on how to make a crypto trading bot (with all these different data endpoints) here.



No comments:

Post a Comment