Ally Invest · Example Payload

Get Watchlists Example

BrokerageInvestingTradingFinanceStocksOptionsMarket DataSelf-Directed

Get Watchlists Example is an example object payload from Ally Invest, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

response

Example Payload

Raw ↑
{
  "response": {
    "id": "1",
    "elapsedtime": "0.012",
    "error": "Success",
    "watchlists": {
      "watchlist": [
        {
          "id": "my-tech-watchlist",
          "symbols": {
            "symbol": [
              { "id": "1", "symbol": "AAPL" },
              { "id": "2", "symbol": "MSFT" },
              { "id": "3", "symbol": "GOOGL" },
              { "id": "4", "symbol": "AMZN" },
              { "id": "5", "symbol": "NVDA" }
            ]
          }
        }
      ]
    }
  }
}