Transaction Feerates

Contents

Block Maximum Feerate

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

Name

MetricID

Unit

Interval

Block Maximum Feerate

block_feerate_max

Native feerate

1 block

Methodology

The most recent block is evaluated and the maximum feerate in that block is computed.

Available Assets

Bitcoin (BTC), Ethereum (ETH)

Sample Query

Block Mean Feerate

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

Name

MetricID

Unit

Interval

Block Mean Feerate

block_feerate_mean

Native feerate

1 block

Methodology

The most recent block is evaluated and the mean feerate in that block is computed.

Available Assets

Bitcoin (BTC), Ethereum (ETH)

Sample Query

Block Median Feerate

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

Name

MetricID

Unit

Interval

Block Median Feerate

block_feerate_median

Native feerate

1 block

Methodology

The most recent block is evaluated and the median feerate in that block is computed.

Available Assets

Bitcoin (BTC), Ethereum (ETH)

Sample Query

Block Minimum Feerate

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

Name

MetricID

Unit

Interval

Block Minimum Feerate

block_feerate_min

Native feerate

1 block

Methodology

The most recent block is evaluated and the minimum feerate in that block is computed.

Available Assets

Bitcoin (BTC), Ethereum (ETH)

Sample Query

API Endpoints

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.

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

Last updated