Marc

Results 1 comments of Marc

Dear @ultrarelativistic Seems that it's a bug in the Bittrex API. You can workaround it switching to V1.1 API only for this call: ``` my_bittrex.api_version=API_V1_1 open_orders = my_bittrex.get_open_orders() my_bittrex.api_version=API_V2_0 ```...