Transaction Feerates
Last updated
Last updated
Definition
A block's maximum transaction feerate. For Bitcoin this is measured in sats/vbyte. For Ethereum this measures the gas price in Gwei
Dictionary
Methodology
The most recent block is evaluated and the maximum feerate in that block is computed.
Available Assets
Bitcoin (BTC), Ethereum (ETH)
Sample Query
Definition
A block's mean transaction feerate. For Bitcoin this is measured in sats/vbyte. For Ethereum this measures the gas price in Gwei
Dictionary
Methodology
The most recent block is evaluated and the mean feerate in that block is computed.
Available Assets
Bitcoin (BTC), Ethereum (ETH)
Sample Query
Definition
A block's median transaction feerate. For Bitcoin this is measured in sats/vbyte. For Ethereum this measures the gas price in Gwei
Dictionary
Methodology
The most recent block is evaluated and the median feerate in that block is computed.
Available Assets
Bitcoin (BTC), Ethereum (ETH)
Sample Query
Definition
A block's minimum transaction feerate. For Bitcoin this is measured in sats/vbyte. For Ethereum this measures the gas price in Gwei
Dictionary
Methodology
The most recent block is evaluated and the minimum feerate in that block is computed.
Available Assets
Bitcoin (BTC), Ethereum (ETH)
Sample Query
Transaction Feerate metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's block_feerate_*
in the metrics
parameter.
Name
MetricID
Unit
Interval
Block Maximum Feerate
block_feerate_max
Native feerate
1 block
Name
MetricID
Unit
Interval
Block Mean Feerate
block_feerate_mean
Native feerate
1 block
Name
MetricID
Unit
Interval
Block Median Feerate
block_feerate_median
Native feerate
1 block
Name
MetricID
Unit
Interval
Block Minimum Feerate
block_feerate_min
Native feerate
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.