tastytrade · Schema

QuoteStreamerTokenAuthResult

QuoteStreamerTokenAuthResult model

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
dxlink-url string
expires-at string
issued-at string
level string
token string
websocket-url string
View JSON Schema on GitHub

JSON Schema

accounts-and-customers-QuoteStreamerTokenAuthResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/accounts-and-customers/QuoteStreamerTokenAuthResult",
  "title": "QuoteStreamerTokenAuthResult",
  "type": "object",
  "properties": {
    "dxlink-url": {
      "description": "",
      "type": "string"
    },
    "expires-at": {
      "description": "",
      "type": "string",
      "format": "date-time"
    },
    "issued-at": {
      "description": "",
      "type": "string",
      "format": "date-time"
    },
    "level": {
      "description": "",
      "type": "string"
    },
    "token": {
      "description": "",
      "type": "string"
    },
    "websocket-url": {
      "description": "",
      "type": "string"
    }
  },
  "description": "QuoteStreamerTokenAuthResult model"
}