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 all open orders from an address (get_open_orders)

ppoursaf opened this issue · comments

Hello,
It will be cool if we can have all open orders in all markets from one address.
I saw that we can do that in Idex API if you put an empty string for the market variable.

Thanks a lot for your lib, you are genius :)

Hi @ppoursaf I don't believe this is possible. From the API docs here https://docs.idex.market/#operation/returnOpenOrders it says Returns a paginated list of all open orders for a given market or address.