CryptoQuant · JSON-LD Context

Cryptoquant Context

JSON-LD context defining the semantic vocabulary for Cryptoquant from CryptoQuant.

8 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

cq: https://cryptoquant.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

TimeSeriesPoint OhlcvPoint ExchangeFlow MinerFlow NetworkIndicator window exchange miner

Properties

Property Type Container
date dateTime
value double
open double
high double
low double
close double
volume double
symbol

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "cq": "https://cryptoquant.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "TimeSeriesPoint": "cq:TimeSeriesPoint",
    "OhlcvPoint": "cq:OhlcvPoint",
    "ExchangeFlow": "cq:ExchangeFlow",
    "MinerFlow": "cq:MinerFlow",
    "NetworkIndicator": "cq:NetworkIndicator",
    "date": {"@id": "schema:dateRecorded", "@type": "xsd:dateTime"},
    "value": {"@id": "schema:value", "@type": "xsd:double"},
    "open": {"@id": "cq:openPrice", "@type": "xsd:double"},
    "high": {"@id": "cq:highPrice", "@type": "xsd:double"},
    "low": {"@id": "cq:lowPrice", "@type": "xsd:double"},
    "close": {"@id": "cq:closePrice", "@type": "xsd:double"},
    "volume": {"@id": "cq:tradedVolume", "@type": "xsd:double"},
    "window": "cq:resolution",
    "exchange": "cq:exchange",
    "miner": "cq:miner",
    "symbol": {"@id": "schema:tickerSymbol"}
  }
}