tastytrade · Schema

Watchlist

Watchlist model

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
name string
watchlist-entries object
cms-id string
group-name string
order-index integer
View JSON Schema on GitHub

JSON Schema

watchlists-Watchlist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/watchlists/Watchlist",
  "title": "Watchlist",
  "type": "object",
  "properties": {
    "name": {
      "description": "",
      "type": "string"
    },
    "watchlist-entries": {
      "description": "",
      "type": "object"
    },
    "cms-id": {
      "description": "",
      "type": "string"
    },
    "group-name": {
      "description": "",
      "type": "string"
    },
    "order-index": {
      "description": "",
      "type": "integer",
      "format": "int32"
    }
  },
  "description": "Watchlist model"
}