/injective/exchange/v1beta1/derivative/orders/conditional/{market_id}//{subaccount_id}
curl -L \ --url 'https://inj.nownodes.io/injective/exchange/v1beta1/derivative/orders/conditional/{market_id}/{subaccount_id}'
{ "orders": [ { "price": "text", "quantity": "text", "margin": "text", "triggerPrice": "text", "isBuy": true, "isLimit": true, "order_hash": "text", "cid": "text" } ] }