A collection of scripts for the coinex cryptocurrency trading platform.
- Move the
coinex.conf.sample
file tocoinex.conf
- Complete the config file with your credentials
Run the tests.py
file to perform unit tests.
list_balances.py
- list which coins you ownmarket_cap.py
- show your market cap (in BTC and USD via Bitstamp price)arbitrage.py
- look for and perform arbitrage trades NOTE: it is unlikely that you will find one
coinex_api.py
can be used in other projectsmodels.py
provides a more friendly set of python objects for interacting with the API