You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix False Exception for Blank OHLCV Response
If there is no volume during a period, Bittrex does not return explicit entries for zero volume. If the since parameter is used and no volume has occurred, a completely blank body is returned and ccxt incorrectly threw an exception for this non-error response.
[ci skip]