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

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