Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.74 KB

README.md

File metadata and controls

41 lines (35 loc) · 1.74 KB

Hokonui

Python library for querying Bitcoin exchange tickers, order books.

Forked from https://github.com/dursk/bitcoin-price-api

CodeQL SL Scan DevSkim Codacy Badge Semgrep SL Scan

Exchanges included

  • BTC-E
  • Bitfinex
  • BitFlyer
  • Bitstamp
  • BitX
  • CoinBase
  • CoinCorner
  • Huobi
  • OKCoin
  • Liquid ... and more

Data Providers

  • CoinDesk
  • Coinapault

Features

  • single API for multiple exchanges, data providers
  • full set of tests using nose tool
  • MIT license
  • minimal code dependencies

TODO

  • 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