ericsomdahl/python-bittrex

tick interval 30 min does not work

prateekjjw001 opened this issue · 1 comments

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.

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