Market ID for the market
Account address of the trader
QueryAccountAddressSpotOrdersResponse is the response type for the Query/AccountAddressSpotOrders RPC method.
GET /injective/exchange/v1beta1/spot/orders/{market_id}/account/{account_address} 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" } ] }