tastytrade · Example Payload

Quote Alerts Getquotealerts

quote-alerts

Quote Alerts Getquotealerts 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": "getQuoteAlerts",
  "method": "GET",
  "path": "/quote-alerts",
  "summary": "Get quote alerts for current user",
  "tags": [
    "quote-alerts"
  ],
  "parameters": []
}