/injective/exchange/v1beta1/derivative/orders_by_hashes/{market_id}//{subaccount_id}
Market ID for the market
SubaccountID of the trader
the order hashes.
A successful response.
An unexpected error response.
curl -L \ --url 'https://inj.nownodes.io/injective/exchange/v1beta1/derivative/orders_by_hashes/{market_id}/{subaccount_id}'
{ "orders": [ { "price": "text", "quantity": "text", "margin": "text", "fillable": "text", "isBuy": true, "order_hash": "text", "cid": "text" } ] }