比特币资源收集

资源

https://github.com/kennethreitz/awesome-coins

数据

  1. https://www.cryptocompare.com/api

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

  1. https://bitcoincharts.com/about/markets-api/

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.

  1. http://api.bitcoincharts.com/v1/csv/

  2. https://www.coinigy.com/bitcoin-data/

  3. https://www.quora.com/Where-can-I-get-per-tick-historical-bitcoin-price-data

  4. https://coinmarketcap.com/historical/

  5. https://github.com/CoinCapDev/CoinCap.io

  6. http://www.yucezhe.com/product/data#!?series=digital_currency

回测&交易

  1. https://github.com/CoinTK/CoinTK

Bitcoin Trading Algorithm Backtesting and Analysis Toolkit

  1. https://gekko.wizb.it/docs/introduction/about_gekko.html

A bitcoin trading bot written in node - https://gekko.wizb.it/

  1. https://cryptotrader.org/

  2. http://www.abuquant.com/lecture/lecture_10.html

比特币, 莱特币的走势数据分析 http://www.abuquant.com/

  1. https://github.com/ctubio/Krypto-trading-bot

Self-hosted crypto trading bot (automated high frequency market making) in node.js, angular, typescript and c++ https://127.0.0.1:3000

  1. https://www.kaggle.com/smitad/bitcoin-trading-strategy-simulation

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://www.botvs.com/api

源码实现

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

技术博客 - 记录学习与思考
使用 Hugo 构建
主题 StackJimmy 设计