Block Size

Contents

Block Size

Definition

A block's size in bytes

Dictionary

NameMetricIDUnitInterval

Block Size

block_size

bytes

1b

Methodology

The most recent block is evaluated and the total size of that block is computed in bytes.

Available Assets

Bitcoin (BTC), Ethereum (ETH)

API Endpoints

Block Size metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric ID's block_size* in the metrics parameter.

curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=block_size&assets=btc&pretty=true&api_key=<your_key>"

Last updated