2014-12-11 11:35:52 -08:00
2014-11-13 19:01:10 -08:00
2014-11-13 19:01:10 -08:00
2014-10-19 19:46:04 -07:00
2014-11-19 09:28:59 -08:00
2014-12-11 11:35:52 -08:00
2014-11-17 09:25:55 -08:00
2014-11-14 11:12:54 -08:00
2014-12-11 11:35:52 -08:00
2014-12-11 11:35:52 -08:00
2014-11-17 09:25:55 -08:00

MarketUnity

MarketUnity aims to provide a unified interface for cryptocurrency markets.

Two examples are included. all_coins.py will scan all configured markets to find the highest bid and lowest ask for the coins you request, and will dump a table to stdout. one_coin.py will look up one coin at all markets and dump all available figures for that coin to stdout.

MarketUnity presently supports three exchanges:

At this time, we can retrieve a list of available markets for each exchange. If an API call is available that will return best bid/ask, we use it; otherwise, we retrieve the appropriate market's orderbook and get the best bid/ask from that.

Trading, deposits, and withdrawals aren't yet implemented.

Description
No description provided
Readme 36 KiB
Languages
Python 100%