Arturo
Results
2
issues of
Arturo
from bittrex import * my_bittrex = Bittrex("Api_Key", "Sec_Key", api_version=API_V2_0) print(my_bittrex.get_balance('ETH')) {'success': False, 'message': 'NO_API_RESPONSE', 'result': None} Also with API 1_1
You can request the last orders of all the cryptocurrencies at the same time, I have tested without putting market, but it has not been achieved.