QueryTraderDerivativeOrdersResponse is the response type for the Query/TraderDerivativeOrders RPC method.
GET /injective/exchange/v1beta1/derivative/orders/conditional/{market_id}/{subaccount_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "orders": [ { "price": "text", "quantity": "text", "margin": "text", "triggerPrice": "text", "isBuy": true, "isLimit": true, "order_hash": "text", "cid": "text" } ] }