Saxo Bank · JSON-LD Context

Apis Context

JSON-LD context defining the semantic vocabulary for Apis from Saxo Bank.

0 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

api: https://schema.org/WebAPI
provider: https://schema.org/Organization

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "api": "https://schema.org/WebAPI",
    "provider": "https://schema.org/Organization"
  },
  "@type": "WebAPI",
  "name": "Saxo Bank OpenAPI",
  "description": "The Saxo Bank OpenAPI is the unified gateway to Saxo Bank's trading infrastructure. It is an HTTP REST API with WebSocket streaming support covering 17 service groups including Trading, Portfolio, Reference Data, Account History, Chart, Client Management, Client Services, Market Overview, and more. OAuth 2.0 authentication is supported via Authorization Code Grant, PKCE, Certificate-Based, and Implicit flows.",
  "url": "https://www.developer.saxo/openapi/learn",
  "provider": {
    "@type": "Organization",
    "name": "Saxo Bank",
    "url": "https://www.home.saxo",
    "email": "[email protected]",
    "sameAs": [
      "https://github.com/SaxoBank"
    ]
  },
  "documentation": "https://www.developer.saxo/openapi/learn",
  "termsOfService": "https://www.developer.saxo/openapi/learn",
  "keywords": [
    "Trading",
    "Investment Banking",
    "Equities",
    "Forex",
    "Options",
    "Futures",
    "Market Data",
    "Portfolio Management",
    "Orders",
    "Financial",
    "Account History",
    "Reference Data"
  ],
  "hasAPI": [
    {
      "@type": "WebAPI",
      "name": "Trading Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/trade.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Portfolio Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/port.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Reference Data Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/ref.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Client Management Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/cm.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Client Services",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/cs.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Auto Trading Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/at.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Asset Transfers Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/atr.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Corporate Actions Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/ca.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Chart Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/chart.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Client Reporting Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/cr.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Developer Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/developer.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Event Notification Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/ens.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Account History Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/hist.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Market Overview Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/mkt.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Partner Integration Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/partnerintegration.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Root Services",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/root.yaml",
      "encodingFormat": "application/yaml"
    },
    {
      "@type": "WebAPI",
      "name": "Value Add Service",
      "url": "https://raw.githubusercontent.com/api-evangelist/saxo/refs/heads/main/openapi/vas.yaml",
      "encodingFormat": "application/yaml"
    }
  ]
}