dominiktraxl/pykrakenapi

get_ohlc-data doesn't raise the good error

Closed this issue · 1 comments

Hi !

Shouldn't get_ohlc_data raise a CallRateLimitError instead of the EAPI:Rate limit exceeded of Krakenex ?

Yes, it should. Only if you had set the argument tier=0 (in KrakenAPI), you should have been able to trigger EAPI:Rate limit exceeded. I hope the recent changes with regards to the call rate limiter solved that problem.