Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
/ arbiter Public archive

An arbitration bot for various cryptocurrency exchanges

Notifications You must be signed in to change notification settings

BerkeleyBlockchain/arbiter

Repository files navigation

# Arbiter

The exchange class is in exchange.py. To add a new exchange, make an order book function and use it to create and Exchange object. Look at bitstamp.py as an example.

test.py has some code you can use to try out the exchanges.
$ python -i test.py
>>> bitstamp.bid()
363.47
>>> bitstamp.ask()
363.48
>>> bitstamp.name
'Bitstamp'