Gas Used (Total)
https://api.glassnode.com/v1/metrics/fees/gas_used_sum
The total amount of gas used in all transactions.
View in Studio:
https://studio.glassnode.com/metrics?a=ETH&m=fees.GasUsedSum
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":79617868730}]
Gas Used (Mean)
https://api.glassnode.com/v1/metrics/fees/gas_used_mean
The mean amount of gas used per transaction.
View in Studio:
https://studio.glassnode.com/metrics?a=ETH&m=fees.GasUsedMean
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":71128.090925253}]
https://api.glassnode.com/v1/metrics/fees/gas_used_median
The median amount of gas used per transaction.
View in Studio:
https://studio.glassnode.com/metrics?a=ETH&m=fees.GasUsedMedian
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":41197}]
Transaction Gas Limit (Mean)
https://api.glassnode.com/v1/metrics/fees/gas_limit_tx_mean
The mean gas limit per transaction.
View in Studio:
https://studio.glassnode.com/metrics?a=ETH&m=fees.GasLimitTxMean
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":165756.324688505}]
https://api.glassnode.com/v1/metrics/fees/gas_limit_tx_median
The median gas limit per transaction.
View in Studio:
https://studio.glassnode.com/metrics?a=ETH&m=fees.GasLimitTxMedian
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":80000}]
Gas Price (Mean)
https://api.glassnode.com/v1/metrics/fees/gas_price_mean
The mean gas price paid per transaction.
View in Studio:
https://studio.glassnode.com/metrics?a=ETH&m=fees.GasPriceMean
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":44992814657.4266}]
https://api.glassnode.com/v1/metrics/fees/gas_price_median
The median gas price paid per transaction.
View in Studio:
https://studio.glassnode.com/metrics?a=ETH&m=fees.GasPriceMedian
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":40000000000}]
Fees (Total)
https://api.glassnode.com/v1/metrics/fees/volume_sum
The total amount of fees paid to miners. Issued (minted) coins are not included.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=fees.VolumeSum
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":289.30998956}]
Fees (Mean)
https://api.glassnode.com/v1/metrics/fees/volume_mean
The mean fee per transaction. Issued (minted) coins are not included.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=fees.VolumeMean
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":0.000872643114139467}]
https://api.glassnode.com/v1/metrics/fees/volume_median
The median fee per transaction. Issued (minted) coins are not included.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=fees.VolumeMedian
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":0.00051342}]
Fee Ratio Multiple (FRM)
https://api.glassnode.com/v1/metrics/fees/fee_ratio_multiple
The Fee Ratio Multiple (FRM) is defined as the ratio between the total miner revenue (blocks rewards + transaction fees) and transaction fees. FRM is a measure of a blockchain's security and gives an assessment how secure a chain is once block rewards disappear. This metric was first introduced by Matteo Leibowitz (https://twitter.com/teo_leibowitz). For more information please see his article (https://medium.com/coinmonks/introducing-fee-ratio-multiple-frm-1eada9ac9bec).
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=fees.FeeRatioMultiple
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 10m, 1h, 24h
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":4.024437563772867}]
Exchange Fee Dominance
https://api.glassnode.com/v1/metrics/fees/exchanges_relative
The Exchange Fee Dominance metric is defined as the percent amount of total fees paid in transactions related to on-chain exchange activity. Deposits: Transactions that include an exchange address as the receiver of funds. Withdrawals: Transactions that include an exchange address as the sender of funds. In-House: Transactions that include addresses of a single exchange as both the sender and receiver of funds. Inter-Exchange: Transactions that include addresses of (disctinct) exchanges as both the sender and receiver of funds. If a transaction can be categorized into multiple of these cateogories (e.g. a transaction that sends funds externally as well as in-house), the fees are split into percentages according to the volume transferred.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=fees.ExchangesRelative
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"o":{"deposit":0.09856629940021384,"inhouse":0.07218280586391237,"inter":0.007430613463508121,"total":0.20299015968912573,"withdrawal":0.024810440961491282}}]
Exchange Fees (Total)
https://api.glassnode.com/v1/metrics/fees/exchanges_sum
The total amount of fees paid in transactions related to on-chain exchange activity. Deposits: Transactions that include an exchange address as the receiver of funds. Withdrawals: Transactions that include an exchange address as the sender of funds. In-House: Transactions that include addresses of a single exchange as both the sender and receiver of funds. Inter-Exchange: Transactions that include addresses of (distinct) exchanges as both the sender and receiver of funds. If a transaction can be categorized into multiple of these categories (e.g. a transaction that sends funds externally as well as in-house), the fees are split into percentages according to the volume transferred.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=fees.ExchangesSum
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"o":{"deposit":28.5162150504437,"inhouse":20.8832068109,"inter":2.14975070355193,"total":58.7270809804437,"withdrawal":7.17790841554804}}]
Exchange Fees (Mean)
https://api.glassnode.com/v1/metrics/fees/exchanges_mean
The mean amount of fees paid in transactions related to on-chain exchange activity. Note that the mean is computed over transfers, not transactions. Deposits: Transactions that include an exchange address as the receiver of funds. Withdrawals: Transactions that include an exchange address as the sender of funds. In-House: Transactions that include addresses of a single exchange as both the sender and receiver of funds. Inter-Exchange: Transactions that include addresses of (distinct) exchanges as both the sender and receiver of funds. If a transaction can be categorized into multiple of these categories (e.g. a transaction that sends funds externally as well as in-house), the fees are split into percentages according to the volume transferred.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=fees.ExchangesMean
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"o":{"deposit":0.000486135376505629,"inhouse":0.00245050537560432,"inter":0.000488025131339825,"total":0.000521981378928109,"withdrawal":0.000175404633584577}}]