Outputs
Last updated
Last updated
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
Name | MetricID | Unit | Interval |
---|---|---|---|
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
Definition
The sum of all mempool transaction outputs in native units.
Dictionary
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
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
Mempool Transaction Output Value
mempool_output_value
Native Units
1m
Mempool Transaction Output value entered 1 minute
mempool_output_value_entered_1m
Native Units
1m
Returns requested metrics for specified assets. Results for block by block metrics (1b
frequency) are ordered by tuple (asset, height, block_hash)
, all other metrics are ordered by tuple (asset, time)
. You can change the sorting using sort
query parameter. Supported output formats are json
(default) and csv
, use format
query parameter to override it. To fetch the next page of results use next_page_url
JSON response field or x-next-page-url
CSV HTTP header if present. If multiple metrics are requested in the same time the strict policy for partially available metrics among requested ones is applied:
Time series of metrics for an asset.
Token of the next page results for a given request.
URL of the next page results for a given request.