Hardware Hash Rate
Last updated
Last updated
The mean rate at which miners are solving hashes over the last 30 days using hardware outside the Antminer S7 and S9 series, estimated using Coin Metrics' nonce analysis methodology.
Released in the version 4.9 of Network Data Pro
The percentage of network hash rate contributed by hardware outside the Antminer S7 and S9 series in the last 30 days, estimated using Coin Metrics' nonce analysis methodology.
Released in the version 4.9 of Network Data Pro
Released in the version 4.9 of Network Data Pro
The mean rate at which miners are solving hashes over the last 30 days using the Antminer S7 series in the last 30 days, estimated using Coin Metrics' nonce analysis methodology.
Released in the version 4.9 of Network Data Pro
The percentage of network hash rate contributed by the Antminer S7 series in the last 30 days, estimated using Coin Metrics' nonce analysis methodology.
Released in the version 4.9 of Network Data Pro
The mean rate at which miners are solving hashes over the last 30 days using the Antminer S9 series, estimated using Coin Metrics' nonce analysis methodology.
Released in the version 4.9 of Network Data Pro
The percentage of network hash rate contributed by the Antminer S9 series in the last 30 days, estimated using Coin Metrics' nonce analysis methodology.
Released in the version 4.9 of Network Data Pro
Hardware Hash Rate metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's HashRate*
in the metrics
parameter.
Name
Metric ID
Unit
Interval
Mean Hash Rate, Excl Antminer S7/S9 Hardware, 30 Day
HashRate30dOtherHardware
Varies
30 days
Name
MetricID
Unit
Interval
Hash Rate Contributed by non-Antminer S7/S9 Hardware, 30 Day (%)
HashRate30dOtherHardwarePct
Dimensionless
30 days
Name
MetricID
Unit
Interval
Mean Hash Rate of Antminer S7 Hardware, 30 Day
HashRate30dS7
Varies
30 days
Name
MetricID
Unit
Interval
Hash Rate Contributed by Antminer S7 Hardware, 30 Day (%)
HashRate30dS7Pct
Dimensionless
30 days
Name
MetricID
Unit
Interval
Mean Hash Rate of Antminer S9 Hardware, 30 Day
HashRate30dS9
Varies
30 days
Name
MetricID
Unit
Interval
Hash Rate Contributed by Antminer S9 Hardware, 30 Day (%)
HashRate30dS9Pct
Dimensionless
30 days
Returns requested metrics for specified assets. Results for block by block metrics (1b
frequency) are ordered by tuple (asset, height, block_hash)
, all other metrics are ordered by tuple (asset, time)
. You can change the sorting using sort
query parameter. Supported output formats are json
(default) and csv
, use format
query parameter to override it. To fetch the next page of results use next_page_url
JSON response field or x-next-page-url
CSV HTTP header if present. If multiple metrics are requested in the same time the strict policy for partially available metrics among requested ones is applied:
Time series of metrics for an asset.
Token of the next page results for a given request.
URL of the next page results for a given request.