adamhyman / dinar-trader

0 stars 3 forks source link

Generate sample Bittrex code #17

Open bustoutfunk opened 7 years ago

bustoutfunk commented 7 years ago

Write a simple script that demonstrates the following using the Bittrex API:

Checking balances Get bid/ask price of ETH to USD Buying shares Selling share ...just like what had been done with the original code. This will help me fold in the Bittrex API into exchange_session.py.

adamhyman commented 7 years ago

I have added the sample Bittrex code. The buy and sell parts are not working and I'm not sure why. Feel free to investigate and try it yourself. I also submitted a ticket to Bittrex. Hopefully they'll let me know what I'm doing wrong.