The included collection of scripts is not for coinex.com, but for the (now out of business) site coinex.pw.
There is no association between myself and any "coinex" site.
THIS CODE IS PROBABLY NOT WHAT YOU ARE LOOKING FOR.
I am keeping it here for archival purposes.
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