ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

tick interval 30 min does not work #109

Open prateekjjw001 opened 6 years ago

prateekjjw001 commented 6 years ago

bittrexv2=Bittrex(api_key, secret, api_version=API_V2_0) candles=bittrexv2.get_candles("USDT-BTC",'thirtyMin')

This returns message : invalid tick interval. Please look into this.

nyxjemk commented 6 years ago

For me this works fine, do you still have this issue?