Blockchain.com · JSON Structure

Charts Stats Chart Point Structure

Single time-series sample.

Type: object Properties: 2
CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

ChartPoint is a JSON Structure definition published by Blockchain.com, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

x y

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/blockchain/refs/heads/main/json-structure/charts-stats-chart-point-structure.json",
  "name": "ChartPoint",
  "description": "Single time-series sample.",
  "type": "object",
  "properties": {
    "x": {
      "type": "int64",
      "description": "Timestamp in Unix seconds.",
      "example": 1
    },
    "y": {
      "type": "double",
      "description": "Measured value at `x`.",
      "example": 1.0
    }
  }
}