Skip to content
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]