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

AuraDAO api breaking changes from Oct 8

wkgreen opened this issue · comments

"On Monday, Oct 8 at 12pm noon Pacific time breaking changes will be introduced to the IDEX API which must be accounted for within your integrations."

I'm particularly interested in returnOpenOrders, returnTradeHistory and returnOrderBook being updated with the count parameter as the default is unusable for me.

Thanks

FWIW, a branch that adds count to get_order_book which works: chuyqa@e37a971#diff-3684c913fba3239bfe0cebaaf24c46ae

Thanks, included in v0.3.4, please upgrade