not active
Archon is a trading framework for Internet/Crypto exchanges. It makes it simple to trade on multiple exchanges through the API's. This allows the users to define any trading system or application they want across all available exchanges.
The framework allows the user to
Ecosystem which can be built on top
get global balances (source)
a = broker.Broker()
a.set_active_exchanges([exc.BINANCE])
bl = a.global_balances()
print (bl)
orderbooks (source)
book = a.afacade.get_orderbook(market,exchange)
name = exc.NAMES[exchange]
display_book(book, name)
balance_all.py - send balance report via mail
order.py - submit order example
cancel.py - cancel open order by command line
user_tx.py - user transactions
strategy.py - basic strategy example
see install doc
API keys - recommended is to limit the keys to disallow withdraws
https://docs.google.com/document/d/1FWQLGnzlZllC51M86iJbp5lcOvtQzisMInrTKHAeE2c/edit?usp=sharing