资源
https://github.com/kennethreitz/awesome-coins
数据
Cryptocurrency data API for over 40 exchanges and 600 coins(BTC,ETH,XMR + 600 other cryptos)
Get open, high, low, close, volumefrom and volumeto from the each minute historical data. This data is only stored for 7 days, if you need more,use the hourly or daily path. It uses BTC conversion if data is not available because the coin is not trading in the specified currency
Bitcoincharts’ API is accessable through HTTP
Parameters are passed using GET-requests
returned data is JSON encoded
Don’t query more often than once every 15 minutes!
Trade data is available as CSV, delayed by approx. 15 minutes. It will return the 2000 most recent trades.
-
https://www.quora.com/Where-can-I-get-per-tick-historical-bitcoin-price-data
-
http://www.yucezhe.com/product/data#!?series=digital_currency
回测&交易
Bitcoin Trading Algorithm Backtesting and Analysis Toolkit
A bitcoin trading bot written in node - https://gekko.wizb.it/
比特币, 莱特币的走势数据分析 http://www.abuquant.com/
Self-hosted crypto trading bot (automated high frequency market making) in node.js, angular, typescript and c++ https://127.0.0.1:3000
API
Python
https://python-binance.readthedocs.io/en/latest/overview.html
binance
Java
https://github.com/timmolter/XChange
XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
源码实现
https://github.com/bisq-network/exchange
The decentralized bitcoin exchange https://bisq.network
https://github.com/bitcoin/bitcoin
Bitcoin Core integration/staging tree
https://github.com/jamesob/tinychain
A pocket-sized implementation of Bitcoin