GET /injective/exchange/v1beta1/orders/{subaccount_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "buy_orders": [ { "order": { "price": "text", "quantity": "text", "isReduceOnly": true, "cid": "text" }, "order_hash": "text" } ], "sell_orders": [ { "order": { "price": "text", "quantity": "text", "isReduceOnly": true, "cid": "text" }, "order_hash": "text" } ] }