Python library for querying Bitcoin exchange tickers, order books.
Forked from https://github.com/dursk/bitcoin-price-api
- BTC-E
- Bitfinex
- BitFlyer
- Bitstamp
- BitX
- CoinBase
- CoinCorner
- Huobi
- OKCoin
- Liquid ... and more
- CoinDesk
- Coinapault
- single API for multiple exchanges, data providers
- full set of tests using nose tool
- MIT license
- minimal code dependencies
- add simple arbitrage between selected exchanges
- add session class for querying account balances
- add buy/sell order handling
- add account management (balances, funding, withdrawals, addresses)
- add library to PyPi