sammchardy / python-idex

IDEX v3 Exchange REST API python implementation

Home Page:https://python-idex.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_order_book just (show only one order)

ppoursaf opened this issue · comments

Hello the problem with get_order_book is that they show only one order in ask and one in bid. I think the problem come to the new API update of Idex. You have to put 'count' which show between 1 and 100 orders as you wish.

Thanks

Included in v0.3.4, please upgrade