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
For Exchange NDAX, fetch_order_book returns only asks and empty bids.
The call to the exchange is correct, response is fine, the bug is while parsing the response.
Type conversion string VS int of levelSide variable is causing it.
https://github.com/ccxt/ccxt/blob/master/python/ccxt/ndax.py#L388-L389
and
https://github.com/ccxt/ccxt/blob/master/python/ccxt/ndax.py#L421
The text was updated successfully, but these errors were encountered: