tastytrade · Example Payload

Watchlists Getpublicwatchlistswatchlistname

public-watchlists

Watchlists Getpublicwatchlistswatchlistname is an example object payload from tastytrade, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarytagsparameters

Example Payload

Raw ↑
{
  "operationId": "getPublicWatchlistsWatchlistName",
  "method": "GET",
  "path": "/public-watchlists/{watchlist_name}",
  "summary": "Returns a requested tastyworks watchlist",
  "tags": [
    "public-watchlists"
  ],
  "parameters": [
    {
      "name": "watchlist_name",
      "in": "path",
      "required": true
    }
  ]
}