/injective/exchange/v1beta1/spot/orders/{market_id}/account/{account_address}
Market ID for the market
Account address of the trader
curl -L \ --url 'https://inj.nownodes.io/injective/exchange/v1beta1/spot/orders/{market_id}/account/{account_address}'
{ "orders": [ { "price": "text", "quantity": "text", "fillable": "text", "isBuy": true, "order_hash": "text", "cid": "text" } ] }