Upbit · JSON-LD Context

Apis Context

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

0 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

api: https://pending.schema.org/WebAPI
upbit: https://upbit.com/ns#

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "api": "https://pending.schema.org/WebAPI",
    "upbit": "https://upbit.com/ns#"
  },
  "@type": "Organization",
  "@id": "https://upbit.com",
  "name": "Upbit",
  "description": "Leading South Korean cryptocurrency exchange operated by Dunamu Inc., offering REST and WebSocket APIs for market data, order management, account balances, and transaction history.",
  "url": "https://upbit.com",
  "sameAs": [
    "https://global-docs.upbit.com/",
    "https://github.com/upbit-official"
  ],
  "foundingLocation": {
    "@type": "Place",
    "address": {
      "@type": "PostalAddress",
      "addressCountry": "KR",
      "addressLocality": "Seoul"
    }
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Upbit APIs",
    "itemListElement": [
      {
        "@type": "WebAPI",
        "name": "Upbit Quotation API",
        "description": "Public, unauthenticated access to real-time and historical market data across all trading pairs on Upbit.",
        "documentation": "https://global-docs.upbit.com/reference",
        "termsOfService": "https://upbit.com/service_center/terms",
        "provider": {
          "@type": "Organization",
          "name": "Upbit (Dunamu Inc.)"
        }
      },
      {
        "@type": "WebAPI",
        "name": "Upbit Exchange API",
        "description": "Authenticated access to account management, order execution, and fund operations on Upbit.",
        "documentation": "https://global-docs.upbit.com/reference",
        "termsOfService": "https://upbit.com/service_center/terms",
        "provider": {
          "@type": "Organization",
          "name": "Upbit (Dunamu Inc.)"
        }
      },
      {
        "@type": "WebAPI",
        "name": "Upbit WebSocket API",
        "description": "Real-time streaming data for market and account events via WebSocket.",
        "documentation": "https://global-docs.upbit.com/reference",
        "termsOfService": "https://upbit.com/service_center/terms",
        "provider": {
          "@type": "Organization",
          "name": "Upbit (Dunamu Inc.)"
        }
      }
    ]
  },
  "keywords": [
    "cryptocurrency",
    "exchange",
    "market data",
    "trading",
    "orders",
    "websocket",
    "Korea",
    "KRW",
    "BTC",
    "USDT"
  ]
}