coinexcom / coinex_exchange_api

The global digital coin exchange.
190 stars 87 forks source link

get all open orders in one request #94

Open motad333 opened 3 years ago

motad333 commented 3 years ago

hi in Query pending order part 'https://api.coinex.com/perpetual/v1/order/pending' exists that used to get orders but one of required params is market so if i want check current orders i must use this address for all markets one by one to get full data?? this strategy have tones of redundancia how can i get all current orders with just one request? i want something looklike 'https://api.coinex.com/perpetual/v1/position/pending' that used for positions