Blockchain.com · JSON Structure

Charts Stats Pool Distribution Structure

Mapping of mining pool name to block count over the requested window.

Type: object Properties: 0
CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

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-pool-distribution-structure.json",
  "name": "PoolDistribution",
  "description": "Mapping of mining pool name to block count over the requested window.",
  "type": "object",
  "additionalProperties": {
    "type": "integer"
  }
}