WazirX · JSON-LD Context

Api Context

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

0 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

wazirx: https://wazirx.com/vocabulary#
hydra: http://www.w3.org/ns/hydra/core#
xsd: http://www.w3.org/2001/XMLSchema#

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "wazirx": "https://wazirx.com/vocabulary#",
    "hydra": "http://www.w3.org/ns/hydra/core#",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@type": "WebAPI",
  "@id": "https://api.wazirx.com/",
  "name": "WazirX REST API",
  "description": "WazirX is an Indian cryptocurrency exchange providing REST and WebSocket APIs for spot trading on INR and crypto markets.",
  "url": "https://docs.wazirx.com/",
  "termsOfService": "https://wazirx.com/terms",
  "provider": {
    "@type": "Organization",
    "name": "WazirX",
    "url": "https://wazirx.com/",
    "contactPoint": {
      "@type": "ContactPoint",
      "email": "[email protected]",
      "contactType": "Technical Support"
    }
  },
  "documentation": "https://docs.wazirx.com/",
  "availableChannel": {
    "@type": "ServiceChannel",
    "serviceUrl": "https://api.wazirx.com",
    "serviceType": "REST API"
  },
  "category": [
    "Cryptocurrency Exchange",
    "Trading",
    "Financial Services",
    "India"
  ],
  "offers": {
    "@type": "Offer",
    "description": "WazirX API access for spot trading and market data",
    "url": "https://wazirx.com/settings/keys"
  },
  "potentialAction": [
    {
      "@type": "SearchAction",
      "name": "Get 24hr Ticker",
      "target": {
        "@type": "EntryPoint",
        "httpMethod": "GET",
        "urlTemplate": "https://api.wazirx.com/sapi/v1/ticker/24hr?symbol={symbol}"
      }
    },
    {
      "@type": "SearchAction",
      "name": "Get Order Book",
      "target": {
        "@type": "EntryPoint",
        "httpMethod": "GET",
        "urlTemplate": "https://api.wazirx.com/sapi/v1/depth?symbol={symbol}&limit={limit}"
      }
    },
    {
      "@type": "CreateAction",
      "name": "Place Order",
      "target": {
        "@type": "EntryPoint",
        "httpMethod": "POST",
        "urlTemplate": "https://api.wazirx.com/sapi/v1/order"
      }
    }
  ],
  "wazirx:baseCurrency": "INR",
  "wazirx:authentication": "HMAC-SHA256",
  "wazirx:websocketEndpoint": "wss://stream.wazirx.com/stream"
}