Blobs

Contents

Blob Count

Definition

The sum count of blobs created that interval that were included in the main chain.

NameMetricIDUnitInterval

Blob Count

BlobCnt

Blobs

1 block, 1 day

Availability for Assets

Blob Count per blob carrying transaction

Definition

The mean number of blobs per blob carrying transaction.

NameMetricIDUnitInterval

Blob Count per blob carrying transaction

BlobMeanCnt

Blobs

1 block, 1 day

Availability for Assets

Total Blob Space Used

Definition

The sum of the size (in bytes) of blob space used in that interval.

NameMetricIDUnitInterval

Total Blob Space Used

BlobSizeByte

Bytes

1 block, 1 day

Availability for Assets

All Time Blob Space Used (bytes)

Definition

The mean gas limit per transaction that day.

NameMetricIDUnitInterval

All Time Blob Space Used (bytes)

BlobSizeAllTimeByte

Bytes

1 day

Availability for Assets

Unique Blob Count

Definition

The sum count of distinct blobs created that interval that were included in the main chain.

NameMetricIDUnitInterval

Blob Unique Count

BlobUniqCnt

Blobs

1 day

Availability for Assets

Blob Count in Txs sent to Contracts

Definition

The sum count of blobs, created by transactions sent to smart contracts or burn addresses, in that interval that were included in the main chain. Burn addresses are address which contain more than 10 consecutive empty bytes in their binary representation.

NameMetricIDUnitInterval

Blobs Count (contracts)

BlobContCnt

Blobs

1 day

Availability for Assets

Blob Space Used by Layer 2s

Definition

The sum of the size (in bytes) of blob space used in that interval by tagged Layer 2 sequencers

NameMetricIDUnitInterval

Blob Space Used (layer 2)

BlobL2SizeByte

Bytes

1 day

Blob Space Used (Arbitrum)

BlobARBSizeByte

Bytes

1 day

Blob Space Used (Optimism)

BlobOPSizeByte

Bytes

1 day

Blob Space Used (Base)

BlobBASESizeByte

Bytes

1 day

Details

  • The aggregate L2 metric (BlobL2SizeByte) includes all tagged L2 sequencers. This list includes additional L2s that do not have dedicated metrics.

Availability for Assets

Inscription Count

Definition

The sum count of data inscription blobs created that interval that were included in the main chain. Data inscription blobs are blobs created in transactions following ESIP-8

NameMetricIDUnitInterval

Blobs Count (inscriptions)

BlobInscrCnt

Blobs

1 day

Availability for Assets

API Endpoints

Exhange Deposits metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

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

GET undefined/timeseries/asset-metrics

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

Last updated