http://www.binance.com/?ref=10701111
This is an experimental bot for auto trading the binance.com exchange.
Rename config.sample.py to config.py
and
Get an API and Secret Key, insert into config.py
https://www.binance.com/restapipub.html
API key for account access
api_key = ''
Secret key for account access
api_secret = ''
python trader.py
behind...
Input your crypto currency symbol. Ex: WTCBTC
All binance symbols are supported.
I am not responsible for anything done with this bot. You use it at your own risk. There are no warranties or guarantees expressed or implied. You assume all responsibility and liability.
Code released under the MIT License.
Fork this Repo
Commit your changes (git commit -m 'Add some feature')
Push to the changes (git push)
Create a new Pull Request
Thanks all for your contributions...
- Order tracking
- Binance/Bittrex/HitBTC/Liqui Arbitrage
- GUI (PHP)
Python 2.7