tastytrade · Example Payload

Watchlists Getpublicwatchlists

public-watchlists

Watchlists Getpublicwatchlists 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": "getPublicWatchlists",
  "method": "GET",
  "path": "/public-watchlists",
  "summary": "Returns a list of all tastyworks watchlists",
  "tags": [
    "public-watchlists"
  ],
  "parameters": [
    {
      "name": "counts-only",
      "in": "query",
      "required": false
    }
  ]
}