Outputs

Contents

Mempool Transaction Output Value Entered 1 Minute

Definition

The sum of all mempool transaction outputs in native units 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

NameMetricIDUnitInterval

Mempool Transaction Output value entered 1 minute

mempool_output_value_entered_1m

Native Units

1m

Methodology

The mempool is evaluated and all transaction outputs (UTXOs) are indexed. The value of all UTXOs of mempool transactions that have entered the mempool in the previous 1-minute window is then summed.

Available Assets

Bitcoin (BTC)

Sample Query

Mempool Transaction Output Value

Definition

The sum of all mempool transaction outputs in native units.

Dictionary

NameMetricIDUnitInterval

Mempool Transaction Output Value

mempool_output_value

Native Units

1m

Methodology

The mempool is evaluated and all transaction outputs (UTXOs) are indexed. The value of all UTXOs of mempool transactions is then summed.

Available Assets

Bitcoin (BTC)

Sample Query

API Endpoints

metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

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

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

Last updated