{ "@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"} } }