Market ID for the market
Account address of the trader
QueryAccountAddressDerivativeOrdersResponse is the response type for the Query/AccountAddressDerivativeOrders RPC method.
GET /injective/exchange/v1beta1/derivative/orders/{market_id}/account/{account_address} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "orders": [ { "price": "text", "quantity": "text", "margin": "text", "fillable": "text", "isBuy": true, "order_hash": "text", "cid": "text" } ] }