Account

Retrieves all account address spot orders

get
Path parameters
market_idstringRequired

Market ID for the market

account_addressstringRequired

Account address of the trader

Responses
200
A successful response.
application/json
get
GET /injective/exchange/v1beta1/spot/orders/{market_id}/account/{account_address} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "orders": [
    {
      "price": "text",
      "quantity": "text",
      "fillable": "text",
      "isBuy": true,
      "order_hash": "text",
      "cid": "text"
    }
  ]
}