tastytrade · Example Payload

Watchlists Getwatchlists

user-watchlists

Watchlists Getwatchlists 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": "getWatchlists",
  "method": "GET",
  "path": "/watchlists",
  "summary": "Returns a list of all watchlists for the given account",
  "tags": [
    "user-watchlists"
  ],
  "parameters": []
}