Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.1 KB

mempool-size-entered-1-minute.md

File metadata and controls

21 lines (11 loc) · 1.1 KB

Mempool Size Entered 1 Minute

Definition

The total size in bytes of all transactions that have entered the mempool over the course of a 1-minute aggregation window. The beginning of this time window is noted in the “time” field of the response.

Dictionary

NameMetricIDCategorySub-categoryTypeUnitInterval
Mempool Size Entered 1mmempool_size_entered_1mKRIMempoolSumbytes1m

Methodology

The mempool is evaluated and all transactions within are indexed. The size of all transactions that have entered the mempool in the previous 1-minute window is summed.

Available Assets

Bitcoin (BTC)

Sample Query

{% embed url="https://api.coinmetrics.io/v4/timeseries/asset-metrics?api_key=%3Cyour_key%3E&assets=btc&frequency=1m&metrics=mempool_size_entered_1m&pretty=true" %}