Market ID for the market
SubaccountID of the trader
A successful response.
const response = await fetch('https://inj.nownodes.io/injective/exchange/v1beta1/derivative/orders/{market_id}/{subaccount_id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "orders": [ { "price": "text", "quantity": "text", "margin": "text", "fillable": "text", "isBuy": false, "order_hash": "text", "cid": "text" } ] }