Account

Retrieves all account address spot orders

get

/injective/exchange/v1beta1/spot/orders/{market_id}/account/{account_address}

Path parameters
market_idstringrequired

Market ID for the market

account_addressstringrequired

Account address of the trader

Responses
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"
    }
  ]
}