Market ID for the market
SubaccountID of the trader
QueryTraderSpotOrdersResponse is the response type for the Query/TraderSpotOrders RPC method.
GET /injective/exchange/v1beta1/spot/transient_orders/{market_id}/{subaccount_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "orders": [ { "price": "text", "quantity": "text", "fillable": "text", "isBuy": true, "order_hash": "text", "cid": "text" } ] }