tastytrade · JSON-LD Context

Tastytrade Api Context

JSON-LD context defining the semantic vocabulary for Tastytrade Api from tastytrade.

0 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
tastytrade: https://developer.tastytrade.com/vocabulary#

JSON-LD Document

Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "tastytrade": "https://developer.tastytrade.com/vocabulary#"
  },
  "@type": "schema:WebAPI",
  "@id": "https://developer.tastytrade.com/",
  "schema:name": "tastytrade Open API",
  "schema:description": "Options-focused brokerage REST API providing real-time account data, market data, order execution, and streaming for equities, options, futures, and crypto.",
  "schema:url": "https://developer.tastytrade.com/",
  "schema:provider": {
    "@type": "schema:Organization",
    "schema:name": "tastytrade",
    "schema:url": "https://tastytrade.com/"
  },
  "schema:documentation": "https://developer.tastytrade.com/",
  "schema:termsOfService": "https://assets.tastyworks.com/production/documents/USA/open_api_terms_and_conditions.pdf",
  "schema:contactPoint": {
    "@type": "schema:ContactPoint",
    "schema:email": "[email protected]",
    "schema:contactType": "API Support"
  },
  "tastytrade:sandboxURL": "https://developer.tastytrade.com/sandbox/",
  "tastytrade:authMethod": [
    "OAuth 2.0",
    "Session Token"
  ],
  "tastytrade:protocols": [
    "REST/HTTPS",
    "WebSocket/DXLink",
    "WebSocket/AccountStreamer"
  ]
}