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
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
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.
Last updated