Blobs
Contents
Blob Count
Definition
The sum count of blobs created that interval that were included in the main chain.
Name | MetricID | Unit | Interval |
---|---|---|---|
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
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
Name | MetricID | Unit | Interval |
---|---|---|---|
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
Name | MetricID | Unit | Interval |
---|---|---|---|
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
Last updated