Transaction Fees
Last updated
Last updated
Definition
Mined block's max transaction fee in native units.
Dictionary
Methodology
The most recently-mined block is evaluated and the maximum of fees in that block is computed.
Available Assets
Bitcoin (BTC)
Sample Query
Definition
Mined block's mean transaction fee in native units.
Dictionary
Methodology
The most recently-mined block is evaluated and the mean of fees in that block is computed.
Available Assets
Bitcoin (BTC)
Sample Query
Definition
Mined block's median transaction fee in native units.
Dictionary
Methodology
The most recently-mined block is evaluated and the median of fees in that block is computed.
Available Assets
Bitcoin (BTC)
Sample Query
Definition
Mined block's minimum transaction fee in native units.
Dictionary
Methodology
The most recently-mined block is evaluated and the minimum of fees in that block is computed.
Available Assets
Bitcoin (BTC)
Sample Query
Definition
The sum of fees paid to miners for the transactions included in each mined block.
Dictionary
Methodology
The most recently-mined block is evaluated and the sum of fees in that block is computed.
Available Assets
Bitcoin (BTC), Ethereum (ETH)*
* Historical data covering the pre-merge timeframe only (up to 9/15/2022). With the merge ETH switched from Proof of Work and miners to Proof of Stake and validators meaning the miner fees per block are non-existent post the merge date for Ethereum.
Sample Query
metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's block_fee*
in the metrics
parameter.
Name | MetricID | Unit | Interval |
---|---|---|---|
Name
MetricID
Unit
Interval
Block Maximum Fees
block_fee_max
Native Currency
1 block
Name
MetricID
Unit
Interval
Block Mean Fees
block_fee_mean
Native Currency
1 block
Name
MetricID
Unit
Interval
Block Median Fees
block_fee_median
Native Currency
1 block
Name
MetricID
Unit
Interval
Block Minimum Fees
block_fee_min
Native Currency
1 block
Miner Fees per block
block_fees
Difficulty
1 block
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.