Problem in getting 'deposits' ?
Closed this issue · 3 comments
anazhd commented
Traceback (most recent call last):
File "poloniex.py", line 35, in <module>
class main():
File "poloniex.py", line 42, in main
dw_history.get_btc_total(),
File "/home/ubuntu/PoloniexAnalyzer/deposit_withdrawal_history.py", line 9, in get_btc_total
for deposit in self.history['deposits']:
KeyError: 'deposits'
BenjiLee commented
Master branch is working for me. Your key/secret isn't configured correctly.
Going to add better error messages.
BenjiLee commented
Also updated the way the key and secret can be added so it's clearer.