Glassnode Docs
WebsiteStudioInsightsTwitter
  • Welcome to Glassnode
    • Introduction
      • Studio
  • 📊Data
    • General Information
      • Timestamps and Resolutions
      • Data Availability
      • Data Finalization
    • Metric Catalog
    • Supported Blockchains
    • Supported Assets
      • Market Metrics Coverage
      • On-chain Metrics Coverage
    • Point-in-Time Metrics
  • 📖Guides & Tutorials
    • Getting Started
      • Use-Case Tutorials
        • Tutorial 1 - Navigating Market Tops and Bottoms
        • Tutorial 2 - Introduction to On-chain Activity
        • Tutorial 3 - Fundamentals of Proof-of-Work Mining
        • Tutorial 4 - Introduction to Supply Dynamics
      • Get started with Glassnode Metrics
      • Granular Cohorts for Key On-Chain Metrics
    • Metric Guides
      • Market Capitalization
      • Realized Capitalization
      • MVRV
        • LTH-MVRV
        • MVRV Ratio
        • MVRV-Z Score
        • STH-MVRV
      • SOPR
        • SOPR (Spent Output Profit Ratio)
        • aSOPR (Adjusted SOPR)
        • LTH-SOPR
        • STH-SOPR
      • Unrealized Profit/Loss
        • NUPL (Net Unrealized Profit/Loss)
        • Unrealized Profit
        • Unrealized Loss
        • LTH-NUPL
        • STH-NUPL
      • Realized Profit/Loss
        • Net Realized Profit/Loss
        • Realized Profit
        • Realized Loss
      • Coin Issuance
        • Puell Multiple
      • Stablecoin
        • SSR (Stablecoin Supply Ratio)
      • Coin Days Destroyed
        • CDD (Coin Days Destroyed)
        • Supply-Adjusted CDD
        • Binary CDD
        • CYD (Coin Years Destroyed)
        • Supply-Adjusted CYD
        • Reserve Risk
      • Liveliness
      • Dormancy
        • Average Coin Dormancy
        • Supply-Adjusted Dormancy
      • Lifespan
        • Spent Output Age Bands (SOAB)
        • Average Spent Output Lifespan (ASOL)
        • Median Spent Output Lifespan (MSOL)
      • NVT
        • NVT Ratio
        • NVT Signal
        • Velocity
      • Stock to Flow
        • Stock to Flow Ratio
        • Stock to Flow Deflection
      • Price Distribution
        • URPD (UTXO Realized Price Distribution)
        • SOPD (Spent Output Price Distribution)
      • Accumulation Trend Score
      • Long and Short-Term Holder Supply
        • Supply Held by Long and Short-Term Holders
      • Profit/Loss (Supply)
        • Percent Supply in Profit
        • Supply in Profit
        • Supply in Loss
      • Age Distribution
        • HODL Waves
        • Realized Cap HODL Waves
      • Profit/Loss (UTXO)
        • Percent UTXOs in Profit
        • UTXOs in Profit
        • UTXOs in Loss
    • On-Chain Concepts
      • Entity-Adjusted Metrics
      • On-chain Glossary
      • Understanding UTXOs - The Gold Coin Analogy
      • UTXO vs. Account-Based Chains
    • Workbench Guide
  • ⚙️API
    • Introduction
    • API Key
    • API Credits
    • Metadata
    • Bulk metrics (beta)
    • Endpoints
      • Addresses
      • Bridges
      • Blockchain
      • Breakdowns
      • DeFi
      • Derivatives
      • Distribution
      • Entities
      • ETH 2.0
      • Fees
      • Indicators
      • Institutions
      • Lightning
      • Market
      • Mempool
      • Mining
      • Point-In-Time
      • Protocols
      • Signals
      • Supply
      • Transactions
  • ℹ️Further Information
    • Changelog
      • 2025
      • 2024
      • 2023
      • 2022
      • 2021
      • 2020
    • Support FAQ
    • Affiliate FAQs
    • Exchange Data: Transparency Notice
Powered by GitBook
On this page
  • Exchange Fee Dominance
  • Exchange Fees (Mean)
  • Exchange Fees (Total)
  • Fee Ratio Multiple (FRM)
  • Fees (Mean)
  • Fees (Median)
  • Fees (Total)
  • Gas Price (Mean)
  • Gas Price (Median)
  • Gas Usage by Bridges (Absolute)
  • Gas Usage by Bridges (Relative)
  • Gas Usage by DeFi (Absolute)
  • Gas Usage by DeFi (Relative)
  • Gas Usage by ERC-20 Tokens (Absolute)
  • Gas Usage by ERC-20 Tokens (Relative)
  • Gas Usage by NFTs (Absolute)
  • Gas Usage by NFTs (Relative)
  • Gas Usage by Stablecoins (Absolute)
  • Gas Usage by Stablecoins (Relative)
  • Gas Usage by Transaction Type (Absolute)
  • Gas Usage by Transaction Type (Relative)
  • Gas Usage by Vanilla Transactions (Absolute)
  • Gas Usage by Vanilla Transactions (Relative)
  • Gas Used (Mean)
  • Gas Used (Median)
  • Gas Used (Total)
  • Transaction Gas Limit (Mean)
  • Transaction Gas Limit (Median)
  1. API
  2. Endpoints

Fees

PreviousETH 2.0NextIndicators

Last updated 1 month ago

Exchange Fee Dominance

GET 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 (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.

Query Parameters

Name
Type
Description

a*

string

asset id: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"deposit":0.11075245931424242,"inhouse":0.10099661637193749,"inter":0.0035430773246884263,"total":0.228581464166769,"withdrawal":0.013289311155900652}}]
unsupported asset

Exchange Fees (Mean)

GET 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.

Query Parameters

Name
Type
Description

a*

string

asset id: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: csv, json

c

string

currency: native, usd

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"deposit":0.000017757691979761475,"inhouse":0.00012512140258373163,"inter":0.000008805178186139776,"total":0.00002166366441525198,"withdrawal":0.000004280069601935042}}]
unsupported asset

Exchange Fees (Total)

GET 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.

Query Parameters

Name
Type
Description

a*

string

asset id: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: csv, json

c

string

currency: native, usd

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"deposit":1.0536171382351875,"inhouse":0.9608072504404752,"inter":0.03370622209654306,"total":2.174555306674163,"withdrawal":0.1264246959019573}}]
unsupported asset

Fee Ratio Multiple (FRM)

GET https://api.glassnode.com/v1/metrics/fees/fee_ratio_multiple

Query Parameters

Name
Type
Description

a*

string

asset id: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":48.63087682004269}]
unsupported asset

Fees (Mean)

GET https://api.glassnode.com/v1/metrics/fees/volume_mean

The mean fee per transaction. Issued (minted) coins are not included.

SOL: The mean fee per transaction. Issued (minted) coins and voting transactions are not included.

TON: The mean fee per transaction. Calculated based only on transaction fees, excluding message fees.

Query Parameters

Name
Type
Description

a*

string

asset id: BTC, ETH, BNB, DOGE, SOL, TON, TRX, XRP

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

c

string

currency: native, usd

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":0.000018077628823076807}]
unsupported asset

Fees (Median)

GET https://api.glassnode.com/v1/metrics/fees/volume_median

The median fee per transaction. Issued (minted) coins are not included.

SOL: The median fee per transaction. Issued (minted) coins and voting transactions are not included.

TON: The median fee per transaction. Calculated based only on transaction fees, excluding message fees.

Query Parameters

Name
Type
Description

a*

string

asset id: BTC, ETH, BNB, DOGE, SOL, TON, TRX, XRP

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

c

string

currency: native, usd

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":0.00000471}]
unsupported asset

Fees (Total)

GET https://api.glassnode.com/v1/metrics/fees/volume_sum

The total amount of fees paid to miners. Issued (minted) coins are not included.

SOL: The total amount of fees paid to miners. Issued (minted) coins and voting transactions are not included.

TON: The total amount of fees from both transactions and messages.

Query Parameters

Name
Type
Description

a*

string

asset id: BTC, ETH, BNB, DOGE, SOL, TON, TRX, XRP

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

c

string

currency: native, usd

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":9.51326178}]
unsupported asset

Gas Price (Mean)

GET https://api.glassnode.com/v1/metrics/fees/gas_price_mean

The mean gas price paid per transaction.

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

c

string

currency: native, usd

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":20278518564.18934}]
unsupported asset

Supported asset ids: ETH, 0X0, 10SET, 1EX, 1INCH, A8, AAVE, ABT, ACH, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGEUR, AGI, AGIX, AGLD, AGRS, AHT, AIAT, AIOZ, AIPAD, AIR, AIT, AIUS, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, AMB, AMO, AMP, AMPL, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARB, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, AST, ASTO, ATA, ATH, AUCTION, AUDIO, AURA, AURABAL, AURORA, AVA, AVI, AVINOC, AVT, AXGT, AXL, AXS, B2M, BABYDOGE, BAD, BADGER, BAG, BAL, BANANA, BAND, BASEDAI, BAT, BAX, BBL, BCUT, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BOO, BORA, BORG, BOSON, BOTTO, BREED, BRG, BRISE, BROCK, BRWL, BST, BTM, BTRFLY, BTSE, BTT, BUSD, BXX, BZR, BZRX, BZZ, C98, CAGA, CAH, CAKE, CANTO, CAPS, CARV, CAST, CATE, CAW, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CERE, CET, CETH, CGPT, CHEQ, CHESS, CHEX, CHNG, CHO, CHR, CHRP, CHZ, CLV, CMETH, COMAI, COMBO, COMP, COPI, CORGIAI, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRE, CREAM, CREDI, CREO, CRO, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACXI, DAG, DAI, DAO, DAR, DATA, DC, DDX, DEAI, DEFIT, DEGO, DENT, DEP, DERC, DEXE, DEXT, DEXTF, DF, DFI, DG, DHT, DIA, DIMO, DIVI, DKA, DMAIL, DMTR, DNT, DODO, DOGENFT, DOLA, DOMI, DORA, DOSE, DOVU, DPAY, DPI, DRGN, DUEL, DUSK, DUST, DVF, DYPV1, ECOX, EDEN, EDU, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELON, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIK, ERN, ES, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURS, EURT, EVEREST, EZETH, F, FARM, FCT, FDUSD, FEG, FEI, FER, FET, FI, FIS, FLEX, FLIP, FLOKI, FLT, FLUX, FLX, FOLD, FOOM, FOR, FORT, FORTH, FOX, FPIS, FRAX, FRM, FRONT, FRXETH, FTM, FTN, FTT, FUN, FUSE, FX, FXS, G, GAINS, GAL, GALA, GAME, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEOJ, GET, GF, GFI, GHO, GHST, GHX, GLM, GMEE, GMM, GMTT, GNO, GODS, GOG, GPU, GRG, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUSD, GYEN, HAI, HAIR, HAPI, HARRYP, HASHAI, HBTC, HEART, HEGIC, HELLO, HEMULE, HEZ, HFT, HIFI, HOGE, HOPPY, HOPR, HOT, HPO, HT, HUNT, HVH, HXRO, IAG, ICHI, ID, IDEX, IDRT, ILV, IMGNAI, IMX, INDEX, INJ, INSP, INST, INV, IOTX, IPOR, IQ, IRIS, ISKR, ISP, IXS, JASMY, JBX, JESUS, JMPT, JOECOIN, JPEG, KAI, KAP, KARATE, KARRAT, KATA, KCS, KEEP, KEY, KISHU, KIZUNA, KNC, KNCL, KNDX, KOMPETE, KP3R, KRL, KUJI, LADYS, LAI, LAMB, LBA, LBTC, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIME, LINA, LINK, LIT, LITH, LM, LMEOW, LMR, LMWR, LNQ, LOKA, LON, LOOKS, LOOM, LORDS, LOVELY, LPT, LQTY, LRC, LSETH, LSK, LSS, LTO, LUNR, LUSD, LYXE, M87, MAGIC, MAHA, MAN, MANA, MANC, MANTLE, MAP, MARSH, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAZZE, MC, MCADE, MCB, MCRT, MDT, MEME, META, METH, METIS, MFT, MIM, MIN, MIR, MIX, MKR, ML, MLN, MLT, MMX, MNW, MOC, MOCA, MOG, MON, MORPHO, MPL, MTA, MTD, MTL, MTLX, MUBI, MUSE, MUSIC, MV, MVI, MVL, MVP, MX, MXC, MYRIA, MYTH, NAVI, NCDT, NCT, NEAR, NEIRO, NEST, NETVR, NEURAL, NEXO, NEXT, NFD, NFT, NFTX, NGL, NIZA, NKN, NMR, NMT, NOIA, NPC, NPXS, NRG, NSURE, NTX, NULS, NUM, NVIR, NWC, NXRA, NYM, OAX, OBSR, OCEAN, OCT, OETHER, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, ORAI, ORB, ORBS, ORDS, ORN, OSAK, OSETH, OSMO, OUSD, OVR, OX, OXT, OXY, PAAL, PAID, PALM, PANDORA, PARI, PAW, PAXG, PAY, PDA, PDT, PEAS, PENDLE, PEOPLE, PEPE, PEPE2, PEPECOIN, PERC, PERP, PHA, PIB, PICKLE, PIXEL, PKF, PLANET, PLU, PNDC, PNK, PNT, POL, POLA, POLS, POLY, POND, POOH, POOLZ, PORK, PORT3, PORTAL, POWR, PPT, PRE, PREMIA, PRIME, PRNT, PRO, PROM, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIX, PUSH, PYR, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAIL, RAMP, RARE, RARI, RBN, RBX, RDN, RDNT, RDT, REEF, REKT, REN, RENBTC, REP, REQ, RETH, REVV, REZ, RFOX, RING, RISE, RLB, RLC, RLY, RMRK, ROOK, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RUNE, RVF, RVST, RWA, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAND, SAVM, SD, SDAO, SDEX, SEAM, SENATE, SENT, SETH2, SFP, SFRXETH, SFUND, SHFT, SHIB, SHIDO, SHINA, SHIRO, SHOPX, SHRAP, SHX, SIDESHIFT, SIDUS, SILO, SIPHER, SIS, SKEB, SKEY, SKL, SLN, SLP, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMM, SOMNIUM, SORA, SOV, SPA, SPECTRE, SPELL, SPOOL, SPX, SQT, SQUIDGROW, SRM, SSV, STAKE, STARL, STAT, STBU, STETH, STFX, STG, STMX, STORJ, STOS, STPT, STRIKE, STRK, STRP, STRUMP, SUKU, SUPER, SURE, SUSD, SUSHI, SWAP, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SXP, SYLO, SYN, SYRUP, T, TAIKO, TALK, TARA, TBTC, TEL, TENET, TET, THALES, THOR, TIME, TKP, TKX, TLM, TLOS, TOKE, TOKEN, TOMI, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TRIAS, TRIBE, TRU, TRUF, TRUMP, TRVL, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, UBT, UDS, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UOS, UQC, USDC, USDD, USDE, USDP, USDS, USDT, USDY, USTC, UTK, UX, VAIOT, VALOR, VANRY, VCX, VEE, VEGA, VERI, VEXT, VGX, VIB, VIDT, VINU, VIRTUAL, VITA, VITE, VIX, VLX, VMINT, VNM, VOLT, VR, VRA, VRO, VVS, VXV, WAGMIGAMES, WALLET, WAMPL, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WEETH, WETH, WEXO, WHALE, WHITE, WIKEN, WILD, WING, WISE, WLD, WMT, WNXM, WOJAK, WOO, WRLD, WSM, WSTETH, WXT, XAUT, XCAD, XCN, XDAO, XDB, XDEFI, XEN, XETA, XFI, XIDO, XOR, XPR, XPRT, XRT, XSGD, XSUSHI, XT, XTM, XTP, XVS, XYO, YAM, YFI, YFII, YGG, YLD, ZCX, ZENT, ZETA, ZIG, ZKB, ZKJ, ZKML, ZRO, ZRX

Gas Price (Median)

GET https://api.glassnode.com/v1/metrics/fees/gas_price_median

The median gas price paid per transaction.

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

c

string

currency: native, usd

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":15515324003}]
unsupported asset

Supported asset ids: ETH, 0X0, 10SET, 1EX, 1INCH, A8, AAVE, ABT, ACH, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGEUR, AGI, AGIX, AGLD, AGRS, AHT, AIAT, AIOZ, AIPAD, AIR, AIT, AIUS, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, AMB, AMO, AMP, AMPL, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARB, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, AST, ASTO, ATA, ATH, AUCTION, AUDIO, AURA, AURABAL, AURORA, AVA, AVI, AVINOC, AVT, AXGT, AXL, AXS, B2M, BABYDOGE, BAD, BADGER, BAG, BAL, BANANA, BAND, BASEDAI, BAT, BAX, BBL, BCUT, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BOO, BORA, BORG, BOSON, BOTTO, BREED, BRG, BRISE, BROCK, BRWL, BST, BTM, BTRFLY, BTSE, BTT, BUSD, BXX, BZR, BZRX, BZZ, C98, CAGA, CAH, CAKE, CANTO, CAPS, CARV, CAST, CATE, CAW, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CERE, CET, CETH, CGPT, CHEQ, CHESS, CHEX, CHNG, CHO, CHR, CHRP, CHZ, CLV, CMETH, COMAI, COMBO, COMP, COPI, CORGIAI, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRE, CREAM, CREDI, CREO, CRO, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACXI, DAG, DAI, DAO, DAR, DATA, DC, DDX, DEAI, DEFIT, DEGO, DENT, DEP, DERC, DEXE, DEXT, DEXTF, DF, DFI, DG, DHT, DIA, DIMO, DIVI, DKA, DMAIL, DMTR, DNT, DODO, DOGENFT, DOLA, DOMI, DORA, DOSE, DOVU, DPAY, DPI, DRGN, DUEL, DUSK, DUST, DVF, DYPV1, ECOX, EDEN, EDU, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELON, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIK, ERN, ES, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURS, EURT, EVEREST, EZETH, F, FARM, FCT, FDUSD, FEG, FEI, FER, FET, FI, FIS, FLEX, FLIP, FLOKI, FLT, FLUX, FLX, FOLD, FOOM, FOR, FORT, FORTH, FOX, FPIS, FRAX, FRM, FRONT, FRXETH, FTM, FTN, FTT, FUN, FUSE, FX, FXS, G, GAINS, GAL, GALA, GAME, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEOJ, GET, GF, GFI, GHO, GHST, GHX, GLM, GMEE, GMM, GMTT, GNO, GODS, GOG, GPU, GRG, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUSD, GYEN, HAI, HAIR, HAPI, HARRYP, HASHAI, HBTC, HEART, HEGIC, HELLO, HEMULE, HEZ, HFT, HIFI, HOGE, HOPPY, HOPR, HOT, HPO, HT, HUNT, HVH, HXRO, IAG, ICHI, ID, IDEX, IDRT, ILV, IMGNAI, IMX, INDEX, INJ, INSP, INST, INV, IOTX, IPOR, IQ, IRIS, ISKR, ISP, IXS, JASMY, JBX, JESUS, JMPT, JOECOIN, JPEG, KAI, KAP, KARATE, KARRAT, KATA, KCS, KEEP, KEY, KISHU, KIZUNA, KNC, KNCL, KNDX, KOMPETE, KP3R, KRL, KUJI, LADYS, LAI, LAMB, LBA, LBTC, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIME, LINA, LINK, LIT, LITH, LM, LMEOW, LMR, LMWR, LNQ, LOKA, LON, LOOKS, LOOM, LORDS, LOVELY, LPT, LQTY, LRC, LSETH, LSK, LSS, LTO, LUNR, LUSD, LYXE, M87, MAGIC, MAHA, MAN, MANA, MANC, MANTLE, MAP, MARSH, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAZZE, MC, MCADE, MCB, MCRT, MDT, MEME, META, METH, METIS, MFT, MIM, MIN, MIR, MIX, MKR, ML, MLN, MLT, MMX, MNW, MOC, MOCA, MOG, MON, MORPHO, MPL, MTA, MTD, MTL, MTLX, MUBI, MUSE, MUSIC, MV, MVI, MVL, MVP, MX, MXC, MYRIA, MYTH, NAVI, NCDT, NCT, NEAR, NEIRO, NEST, NETVR, NEURAL, NEXO, NEXT, NFD, NFT, NFTX, NGL, NIZA, NKN, NMR, NMT, NOIA, NPC, NPXS, NRG, NSURE, NTX, NULS, NUM, NVIR, NWC, NXRA, NYM, OAX, OBSR, OCEAN, OCT, OETHER, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, ORAI, ORB, ORBS, ORDS, ORN, OSAK, OSETH, OSMO, OUSD, OVR, OX, OXT, OXY, PAAL, PAID, PALM, PANDORA, PARI, PAW, PAXG, PAY, PDA, PDT, PEAS, PENDLE, PEOPLE, PEPE, PEPE2, PEPECOIN, PERC, PERP, PHA, PIB, PICKLE, PIXEL, PKF, PLANET, PLU, PNDC, PNK, PNT, POL, POLA, POLS, POLY, POND, POOH, POOLZ, PORK, PORT3, PORTAL, POWR, PPT, PRE, PREMIA, PRIME, PRNT, PRO, PROM, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIX, PUSH, PYR, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAIL, RAMP, RARE, RARI, RBN, RBX, RDN, RDNT, RDT, REEF, REKT, REN, RENBTC, REP, REQ, RETH, REVV, REZ, RFOX, RING, RISE, RLB, RLC, RLY, RMRK, ROOK, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RUNE, RVF, RVST, RWA, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAND, SAVM, SD, SDAO, SDEX, SEAM, SENATE, SENT, SETH2, SFP, SFRXETH, SFUND, SHFT, SHIB, SHIDO, SHINA, SHIRO, SHOPX, SHRAP, SHX, SIDESHIFT, SIDUS, SILO, SIPHER, SIS, SKEB, SKEY, SKL, SLN, SLP, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMM, SOMNIUM, SORA, SOV, SPA, SPECTRE, SPELL, SPOOL, SPX, SQT, SQUIDGROW, SRM, SSV, STAKE, STARL, STAT, STBU, STETH, STFX, STG, STMX, STORJ, STOS, STPT, STRIKE, STRK, STRP, STRUMP, SUKU, SUPER, SURE, SUSD, SUSHI, SWAP, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SXP, SYLO, SYN, SYRUP, T, TAIKO, TALK, TARA, TBTC, TEL, TENET, TET, THALES, THOR, TIME, TKP, TKX, TLM, TLOS, TOKE, TOKEN, TOMI, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TRIAS, TRIBE, TRU, TRUF, TRUMP, TRVL, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, UBT, UDS, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UOS, UQC, USDC, USDD, USDE, USDP, USDS, USDT, USDY, USTC, UTK, UX, VAIOT, VALOR, VANRY, VCX, VEE, VEGA, VERI, VEXT, VGX, VIB, VIDT, VINU, VIRTUAL, VITA, VITE, VIX, VLX, VMINT, VNM, VOLT, VR, VRA, VRO, VVS, VXV, WAGMIGAMES, WALLET, WAMPL, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WEETH, WETH, WEXO, WHALE, WHITE, WIKEN, WILD, WING, WISE, WLD, WMT, WNXM, WOJAK, WOO, WRLD, WSM, WSTETH, WXT, XAUT, XCAD, XCN, XDAO, XDB, XDEFI, XEN, XETA, XFI, XIDO, XOR, XPR, XPRT, XRT, XSGD, XSUSHI, XT, XTM, XTP, XVS, XYO, YAM, YFI, YFII, YGG, YLD, ZCX, ZENT, ZETA, ZIG, ZKB, ZKJ, ZKML, ZRO, ZRX

Gas Usage by Bridges (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_bridges

The amount of gas consumed by the Ethereum network by contracts that allow transfer of tokens between different blockchains.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"arbitrum":161759604,"axie_infinity":0,"hop":0,"immutable_x":18128426,"multichain":77343,"optimism":7887156,"other_bridges":241181923,"polygon":46631976,"synapse":4717027,"unichain":0,"wormhole":78860957,"zksync":10265193}}]
unsupported asset

Gas Usage by Bridges (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_bridges_relative

The relative amount (share) of gas consumed by the Ethereum network by contracts that allow transfer of tokens between different blockchains.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"arbitrum":0.001497504,"axie_infinity":0,"hop":0,"immutable_x":0.000167823,"multichain":7.16e-7,"optimism":0.000073001,"other_bridges":0.002232859,"polygon":0.000431635,"synapse":0.000043659,"unichain":0,"wormhole":0.00072996,"zksync":0.00009502}}]
unsupported asset

Gas Usage by DeFi (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_defi

The amount of gas consumed by the Ethereum network by on-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs).

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"0x":1326930355,"1inch":1992560360,"aave":92791940,"compound":23056158,"etherdelta":63172,"idex":0,"kyber":46375,"metamask":1467157518,"other_defi":7264786850,"sushiswap":20848708,"uniswap":20182513160}}]
unsupported asset

Gas Usage by DeFi (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_defi_relative

The relative amount (share) of gas consumed by the Ethereum network by on-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs).

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"0x":0.012282514,"1inch":0.018443895,"aave":0.000858961,"compound":0.000213415,"etherdelta":5.84e-7,"idex":0,"kyber":4.29e-7,"metamask":0.013580482,"other_defi":0.067245639,"sushiswap":0.000192984,"uniswap":0.186815468}}]
unsupported asset

Gas Usage by ERC-20 Tokens (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_erc20

The amount of gas consumed by the Ethereum network by transactions calling ERC20 contracts. Stablecoins contracts are excluded here.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"APE":20169297,"BAT":6837981,"BNB":3227427,"CRO":17354332,"LEO":508161,"LINK":85918284,"MANA":14878307,"MATIC":155975134,"SAND":11935911,"SHIB":110836945,"SNX":21537079,"UNI":28615444,"WBTC":43806978,"WETH":182588543,"other_erc20s":8075113941}}]
unsupported asset

Gas Usage by ERC-20 Tokens (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_erc20_relative

The relative amount (share) of gas consumed by the Ethereum network by transactions calling ERC20 contracts. Stablecoins contracts are excluded here.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"APE":0.000186679,"BAT":0.00006329,"BNB":0.000029867,"CRO":0.000160659,"LEO":0.000004703,"LINK":0.000795408,"MANA":0.000137707,"MATIC":0.001444036,"SAND":0.00011047,"SHIB":0.001025797,"SNX":0.000199343,"UNI":0.00026488,"WBTC":0.000405442,"WETH":0.001690394,"other_erc20s":0.07474431}}]
unsupported asset

Gas Usage by NFTs (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_nfts

The amount of gas consumed by the Ethereum network by transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"blur.io":301308420,"cryptokitties":96944,"looksrare":4566901,"opensea":236393000,"other_nft_transactions":979476598,"rarible":1229095,"superrare":4913802}}]
unsupported asset

Gas Usage by NFTs (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_nfts_relative

The relative amount (share) of gas consumed by the Ethereum network by transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"blur.io":0.002789012,"cryptokitties":8.97e-7,"looksrare":0.000042273,"opensea":0.002188133,"other_nft_transactions":0.009066364,"rarible":0.000011377,"superrare":0.000045484}}]
unsupported asset

Gas Usage by Stablecoins (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_stablecoins

The amount of gas consumed by the Ethereum network by stablecoin transactions. Stablecoin are fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"busd":1085009,"dai":81567283,"gusd":921365,"other_stablecoins":47829056,"sai":48673,"tusd":2367052,"usda":0,"usdc":1600795815,"usdp":3480129,"usdt":5221205039,"ust":217454}}]
unsupported asset

Gas Usage by Stablecoins (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_stablecoins_relative

The relative amount (share) of gas consumed by the Ethereum network by stablecoin transactions. Stablecoin are fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"busd":0.000010041,"dai":0.000754924,"gusd":0.000008529,"other_stablecoins":0.000442672,"sai":4.51e-7,"tusd":0.000021913,"usda":0,"usdc":0.014815706,"usdp":0.000032214,"usdt":0.04832672,"ust":0.000002012}}]
unsupported asset

Gas Usage by Transaction Type (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/tx_types_breakdown_sum

The amount of gas consumed by the Ethereum network by category. Transactions are classified into the following categories:

  • Vanilla: Pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called.

  • ERC20: All transactions calling ERC20 contracts. Contracts in the Stablecoins category are excluded here.

  • Stablecoins: Fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.

  • DeFi: On-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs). We include over 90+ DeFi protocols in this category, such as Uniswap, Etherdelta, 1inch, Sushiswap, Aave, and 0x.

  • Bridges: Contracts allowing transfer of tokens between different blockchains. We include 50+ bridges in this category, such as Ronin, Polygon, Optimism, and Arbitrum.

  • NFTs: Transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.

  • MEV Bots: Miner Extractable Value (MEV) bots execute transactions for profit by reordering, inserting, and censoring transactions within blocks.

  • Other: This category includes all other transactions in the Ethereum network that are not included in categories listed above.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"bridge":569509605,"defi":32420907119,"erc20":8749974488,"mev-bot":691613721,"nft_transfer":1524880025,"other":49552514687,"stablecoin":6959516875,"vanilla":7565199188}}]
unsupported asset

Gas Usage by Transaction Type (Relative)

GET https://api.glassnode.com/v1/metrics/fees/tx_types_breakdown_relative

The relative amount (share) of gas consumed by the Ethereum network by category. Transactions are classified into one of the following categories:

  • Vanilla: Pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called.

  • ERC20: All transactions calling ERC20 contracts. Contracts in the Stablecoins category are excluded here.

  • Stablecoins: Fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.

  • DeFi: On-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs). We include over 90+ DeFi protocols in this category, such as Uniswap, Etherdelta, 1inch, Sushiswap, Aave, and 0x.

  • Bridges: Contracts allowing transfer of tokens between different blockchains. We include 50+ bridges in this category, such as Ronin, Polygon, Optimism, and Arbitrum.

  • NFTs: Transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.

  • MEV Bots: Miner Extractable Value (MEV) bots execute transactions for profit by reordering, inserting, and censoring transactions within blocks.

  • Other: This category includes all other transactions in the Ethereum network that are not included in categories listed above.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"bridge":0.005271572,"defi":0.300098787,"erc20":0.080992698,"mev-bot":0.006401809,"nft_transfer":0.014114801,"other":0.458674691,"stablecoin":0.064419622,"vanilla":0.07002602}}]
unsupported asset

Gas Usage by Vanilla Transactions (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_vanilla

The amount of gas consumed by the Ethereum network by vanilla transactions. Vanilla transactions are pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called. Note that occasionally the value of the last datapoint can slightly change as some addresses initially transact as "vanilla" before their associated smart contract deployment is observed.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"exchange":3005837956,"vanilla":5953053832}}]
unsupported asset

Gas Usage by Vanilla Transactions (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_vanilla_relative

The relative amount (share) of gas consumed by the Ethereum network by vanilla transactions. Vanilla transactions are pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called. Note that occasionally the value of the last datapoint can slightly change as some addresses initially transact as "vanilla" before their associated smart contract deployment is observed.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"exchange":0.027793732,"vanilla":0.054996357}}]
unsupported asset

Gas Used (Mean)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_mean

The mean amount of gas used per transaction.

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":93388.469049338}]
unsupported asset

Supported asset ids: ETH, 0X0, 10SET, 1EX, 1INCH, A8, AAVE, ABT, ACH, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGEUR, AGI, AGIX, AGLD, AGRS, AHT, AIAT, AIOZ, AIPAD, AIR, AIT, AIUS, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, AMB, AMO, AMP, AMPL, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARB, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, AST, ASTO, ATA, ATH, AUCTION, AUDIO, AURA, AURABAL, AURORA, AVA, AVI, AVINOC, AVT, AXGT, AXL, AXS, B2M, BABYDOGE, BAD, BADGER, BAG, BAL, BANANA, BAND, BASEDAI, BAT, BAX, BBL, BCUT, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BOO, BORA, BORG, BOSON, BOTTO, BREED, BRG, BRISE, BROCK, BRWL, BST, BTM, BTRFLY, BTSE, BTT, BUSD, BXX, BZR, BZRX, BZZ, C98, CAGA, CAH, CAKE, CANTO, CAPS, CARV, CAST, CATE, CAW, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CERE, CET, CETH, CGPT, CHEQ, CHESS, CHEX, CHNG, CHO, CHR, CHRP, CHZ, CLV, CMETH, COMAI, COMBO, COMP, COPI, CORGIAI, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRE, CREAM, CREDI, CREO, CRO, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACXI, DAG, DAI, DAO, DAR, DATA, DC, DDX, DEAI, DEFIT, DEGO, DENT, DEP, DERC, DEXE, DEXT, DEXTF, DF, DFI, DG, DHT, DIA, DIMO, DIVI, DKA, DMAIL, DMTR, DNT, DODO, DOGENFT, DOLA, DOMI, DORA, DOSE, DOVU, DPAY, DPI, DRGN, DUEL, DUSK, DUST, DVF, DYPV1, ECOX, EDEN, EDU, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELON, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIK, ERN, ES, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURS, EURT, EVEREST, EZETH, F, FARM, FCT, FDUSD, FEG, FEI, FER, FET, FI, FIS, FLEX, FLIP, FLOKI, FLT, FLUX, FLX, FOLD, FOOM, FOR, FORT, FORTH, FOX, FPIS, FRAX, FRM, FRONT, FRXETH, FTM, FTN, FTT, FUN, FUSE, FX, FXS, G, GAINS, GAL, GALA, GAME, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEOJ, GET, GF, GFI, GHO, GHST, GHX, GLM, GMEE, GMM, GMTT, GNO, GODS, GOG, GPU, GRG, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUSD, GYEN, HAI, HAIR, HAPI, HARRYP, HASHAI, HBTC, HEART, HEGIC, HELLO, HEMULE, HEZ, HFT, HIFI, HOGE, HOPPY, HOPR, HOT, HPO, HT, HUNT, HVH, HXRO, IAG, ICHI, ID, IDEX, IDRT, ILV, IMGNAI, IMX, INDEX, INJ, INSP, INST, INV, IOTX, IPOR, IQ, IRIS, ISKR, ISP, IXS, JASMY, JBX, JESUS, JMPT, JOECOIN, JPEG, KAI, KAP, KARATE, KARRAT, KATA, KCS, KEEP, KEY, KISHU, KIZUNA, KNC, KNCL, KNDX, KOMPETE, KP3R, KRL, KUJI, LADYS, LAI, LAMB, LBA, LBTC, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIME, LINA, LINK, LIT, LITH, LM, LMEOW, LMR, LMWR, LNQ, LOKA, LON, LOOKS, LOOM, LORDS, LOVELY, LPT, LQTY, LRC, LSETH, LSK, LSS, LTO, LUNR, LUSD, LYXE, M87, MAGIC, MAHA, MAN, MANA, MANC, MANTLE, MAP, MARSH, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAZZE, MC, MCADE, MCB, MCRT, MDT, MEME, META, METH, METIS, MFT, MIM, MIN, MIR, MIX, MKR, ML, MLN, MLT, MMX, MNW, MOC, MOCA, MOG, MON, MORPHO, MPL, MTA, MTD, MTL, MTLX, MUBI, MUSE, MUSIC, MV, MVI, MVL, MVP, MX, MXC, MYRIA, MYTH, NAVI, NCDT, NCT, NEAR, NEIRO, NEST, NETVR, NEURAL, NEXO, NEXT, NFD, NFT, NFTX, NGL, NIZA, NKN, NMR, NMT, NOIA, NPC, NPXS, NRG, NSURE, NTX, NULS, NUM, NVIR, NWC, NXRA, NYM, OAX, OBSR, OCEAN, OCT, OETHER, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, ORAI, ORB, ORBS, ORDS, ORN, OSAK, OSETH, OSMO, OUSD, OVR, OX, OXT, OXY, PAAL, PAID, PALM, PANDORA, PARI, PAW, PAXG, PAY, PDA, PDT, PEAS, PENDLE, PEOPLE, PEPE, PEPE2, PEPECOIN, PERC, PERP, PHA, PIB, PICKLE, PIXEL, PKF, PLANET, PLU, PNDC, PNK, PNT, POL, POLA, POLS, POLY, POND, POOH, POOLZ, PORK, PORT3, PORTAL, POWR, PPT, PRE, PREMIA, PRIME, PRNT, PRO, PROM, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIX, PUSH, PYR, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAIL, RAMP, RARE, RARI, RBN, RBX, RDN, RDNT, RDT, REEF, REKT, REN, RENBTC, REP, REQ, RETH, REVV, REZ, RFOX, RING, RISE, RLB, RLC, RLY, RMRK, ROOK, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RUNE, RVF, RVST, RWA, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAND, SAVM, SD, SDAO, SDEX, SEAM, SENATE, SENT, SETH2, SFP, SFRXETH, SFUND, SHFT, SHIB, SHIDO, SHINA, SHIRO, SHOPX, SHRAP, SHX, SIDESHIFT, SIDUS, SILO, SIPHER, SIS, SKEB, SKEY, SKL, SLN, SLP, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMM, SOMNIUM, SORA, SOV, SPA, SPECTRE, SPELL, SPOOL, SPX, SQT, SQUIDGROW, SRM, SSV, STAKE, STARL, STAT, STBU, STETH, STFX, STG, STMX, STORJ, STOS, STPT, STRIKE, STRK, STRP, STRUMP, SUKU, SUPER, SURE, SUSD, SUSHI, SWAP, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SXP, SYLO, SYN, SYRUP, T, TAIKO, TALK, TARA, TBTC, TEL, TENET, TET, THALES, THOR, TIME, TKP, TKX, TLM, TLOS, TOKE, TOKEN, TOMI, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TRIAS, TRIBE, TRU, TRUF, TRUMP, TRVL, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, UBT, UDS, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UOS, UQC, USDC, USDD, USDE, USDP, USDS, USDT, USDY, USTC, UTK, UX, VAIOT, VALOR, VANRY, VCX, VEE, VEGA, VERI, VEXT, VGX, VIB, VIDT, VINU, VIRTUAL, VITA, VITE, VIX, VLX, VMINT, VNM, VOLT, VR, VRA, VRO, VVS, VXV, WAGMIGAMES, WALLET, WAMPL, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WEETH, WETH, WEXO, WHALE, WHITE, WIKEN, WILD, WING, WISE, WLD, WMT, WNXM, WOJAK, WOO, WRLD, WSM, WSTETH, WXT, XAUT, XCAD, XCN, XDAO, XDB, XDEFI, XEN, XETA, XFI, XIDO, XOR, XPR, XPRT, XRT, XSGD, XSUSHI, XT, XTM, XTP, XVS, XYO, YAM, YFI, YFII, YGG, YLD, ZCX, ZENT, ZETA, ZIG, ZKB, ZKJ, ZKML, ZRO, ZRX

Gas Used (Median)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_median

The median amount of gas used per transaction.

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":46742}]
unsupported asset

Supported asset ids: ETH, 0X0, 10SET, 1EX, 1INCH, A8, AAVE, ABT, ACH, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGEUR, AGI, AGIX, AGLD, AGRS, AHT, AIAT, AIOZ, AIPAD, AIR, AIT, AIUS, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, AMB, AMO, AMP, AMPL, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARB, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, AST, ASTO, ATA, ATH, AUCTION, AUDIO, AURA, AURABAL, AURORA, AVA, AVI, AVINOC, AVT, AXGT, AXL, AXS, B2M, BABYDOGE, BAD, BADGER, BAG, BAL, BANANA, BAND, BASEDAI, BAT, BAX, BBL, BCUT, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BOO, BORA, BORG, BOSON, BOTTO, BREED, BRG, BRISE, BROCK, BRWL, BST, BTM, BTRFLY, BTSE, BTT, BUSD, BXX, BZR, BZRX, BZZ, C98, CAGA, CAH, CAKE, CANTO, CAPS, CARV, CAST, CATE, CAW, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CERE, CET, CETH, CGPT, CHEQ, CHESS, CHEX, CHNG, CHO, CHR, CHRP, CHZ, CLV, CMETH, COMAI, COMBO, COMP, COPI, CORGIAI, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRE, CREAM, CREDI, CREO, CRO, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACXI, DAG, DAI, DAO, DAR, DATA, DC, DDX, DEAI, DEFIT, DEGO, DENT, DEP, DERC, DEXE, DEXT, DEXTF, DF, DFI, DG, DHT, DIA, DIMO, DIVI, DKA, DMAIL, DMTR, DNT, DODO, DOGENFT, DOLA, DOMI, DORA, DOSE, DOVU, DPAY, DPI, DRGN, DUEL, DUSK, DUST, DVF, DYPV1, ECOX, EDEN, EDU, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELON, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIK, ERN, ES, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURS, EURT, EVEREST, EZETH, F, FARM, FCT, FDUSD, FEG, FEI, FER, FET, FI, FIS, FLEX, FLIP, FLOKI, FLT, FLUX, FLX, FOLD, FOOM, FOR, FORT, FORTH, FOX, FPIS, FRAX, FRM, FRONT, FRXETH, FTM, FTN, FTT, FUN, FUSE, FX, FXS, G, GAINS, GAL, GALA, GAME, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEOJ, GET, GF, GFI, GHO, GHST, GHX, GLM, GMEE, GMM, GMTT, GNO, GODS, GOG, GPU, GRG, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUSD, GYEN, HAI, HAIR, HAPI, HARRYP, HASHAI, HBTC, HEART, HEGIC, HELLO, HEMULE, HEZ, HFT, HIFI, HOGE, HOPPY, HOPR, HOT, HPO, HT, HUNT, HVH, HXRO, IAG, ICHI, ID, IDEX, IDRT, ILV, IMGNAI, IMX, INDEX, INJ, INSP, INST, INV, IOTX, IPOR, IQ, IRIS, ISKR, ISP, IXS, JASMY, JBX, JESUS, JMPT, JOECOIN, JPEG, KAI, KAP, KARATE, KARRAT, KATA, KCS, KEEP, KEY, KISHU, KIZUNA, KNC, KNCL, KNDX, KOMPETE, KP3R, KRL, KUJI, LADYS, LAI, LAMB, LBA, LBTC, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIME, LINA, LINK, LIT, LITH, LM, LMEOW, LMR, LMWR, LNQ, LOKA, LON, LOOKS, LOOM, LORDS, LOVELY, LPT, LQTY, LRC, LSETH, LSK, LSS, LTO, LUNR, LUSD, LYXE, M87, MAGIC, MAHA, MAN, MANA, MANC, MANTLE, MAP, MARSH, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAZZE, MC, MCADE, MCB, MCRT, MDT, MEME, META, METH, METIS, MFT, MIM, MIN, MIR, MIX, MKR, ML, MLN, MLT, MMX, MNW, MOC, MOCA, MOG, MON, MORPHO, MPL, MTA, MTD, MTL, MTLX, MUBI, MUSE, MUSIC, MV, MVI, MVL, MVP, MX, MXC, MYRIA, MYTH, NAVI, NCDT, NCT, NEAR, NEIRO, NEST, NETVR, NEURAL, NEXO, NEXT, NFD, NFT, NFTX, NGL, NIZA, NKN, NMR, NMT, NOIA, NPC, NPXS, NRG, NSURE, NTX, NULS, NUM, NVIR, NWC, NXRA, NYM, OAX, OBSR, OCEAN, OCT, OETHER, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, ORAI, ORB, ORBS, ORDS, ORN, OSAK, OSETH, OSMO, OUSD, OVR, OX, OXT, OXY, PAAL, PAID, PALM, PANDORA, PARI, PAW, PAXG, PAY, PDA, PDT, PEAS, PENDLE, PEOPLE, PEPE, PEPE2, PEPECOIN, PERC, PERP, PHA, PIB, PICKLE, PIXEL, PKF, PLANET, PLU, PNDC, PNK, PNT, POL, POLA, POLS, POLY, POND, POOH, POOLZ, PORK, PORT3, PORTAL, POWR, PPT, PRE, PREMIA, PRIME, PRNT, PRO, PROM, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIX, PUSH, PYR, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAIL, RAMP, RARE, RARI, RBN, RBX, RDN, RDNT, RDT, REEF, REKT, REN, RENBTC, REP, REQ, RETH, REVV, REZ, RFOX, RING, RISE, RLB, RLC, RLY, RMRK, ROOK, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RUNE, RVF, RVST, RWA, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAND, SAVM, SD, SDAO, SDEX, SEAM, SENATE, SENT, SETH2, SFP, SFRXETH, SFUND, SHFT, SHIB, SHIDO, SHINA, SHIRO, SHOPX, SHRAP, SHX, SIDESHIFT, SIDUS, SILO, SIPHER, SIS, SKEB, SKEY, SKL, SLN, SLP, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMM, SOMNIUM, SORA, SOV, SPA, SPECTRE, SPELL, SPOOL, SPX, SQT, SQUIDGROW, SRM, SSV, STAKE, STARL, STAT, STBU, STETH, STFX, STG, STMX, STORJ, STOS, STPT, STRIKE, STRK, STRP, STRUMP, SUKU, SUPER, SURE, SUSD, SUSHI, SWAP, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SXP, SYLO, SYN, SYRUP, T, TAIKO, TALK, TARA, TBTC, TEL, TENET, TET, THALES, THOR, TIME, TKP, TKX, TLM, TLOS, TOKE, TOKEN, TOMI, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TRIAS, TRIBE, TRU, TRUF, TRUMP, TRVL, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, UBT, UDS, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UOS, UQC, USDC, USDD, USDE, USDP, USDS, USDT, USDY, USTC, UTK, UX, VAIOT, VALOR, VANRY, VCX, VEE, VEGA, VERI, VEXT, VGX, VIB, VIDT, VINU, VIRTUAL, VITA, VITE, VIX, VLX, VMINT, VNM, VOLT, VR, VRA, VRO, VVS, VXV, WAGMIGAMES, WALLET, WAMPL, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WEETH, WETH, WEXO, WHALE, WHITE, WIKEN, WILD, WING, WISE, WLD, WMT, WNXM, WOJAK, WOO, WRLD, WSM, WSTETH, WXT, XAUT, XCAD, XCN, XDAO, XDB, XDEFI, XEN, XETA, XFI, XIDO, XOR, XPR, XPRT, XRT, XSGD, XSUSHI, XT, XTM, XTP, XVS, XYO, YAM, YFI, YFII, YGG, YLD, ZCX, ZENT, ZETA, ZIG, ZKB, ZKJ, ZKML, ZRO, ZRX

Gas Used (Total)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum

The total amount of gas used in all transactions.

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":108034115708}]
unsupported asset

Supported asset ids: ETH, 0X0, 10SET, 1EX, 1INCH, A8, AAVE, ABT, ACH, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGEUR, AGI, AGIX, AGLD, AGRS, AHT, AIAT, AIOZ, AIPAD, AIR, AIT, AIUS, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, AMB, AMO, AMP, AMPL, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARB, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, AST, ASTO, ATA, ATH, AUCTION, AUDIO, AURA, AURABAL, AURORA, AVA, AVI, AVINOC, AVT, AXGT, AXL, AXS, B2M, BABYDOGE, BAD, BADGER, BAG, BAL, BANANA, BAND, BASEDAI, BAT, BAX, BBL, BCUT, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BOO, BORA, BORG, BOSON, BOTTO, BREED, BRG, BRISE, BROCK, BRWL, BST, BTM, BTRFLY, BTSE, BTT, BUSD, BXX, BZR, BZRX, BZZ, C98, CAGA, CAH, CAKE, CANTO, CAPS, CARV, CAST, CATE, CAW, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CERE, CET, CETH, CGPT, CHEQ, CHESS, CHEX, CHNG, CHO, CHR, CHRP, CHZ, CLV, CMETH, COMAI, COMBO, COMP, COPI, CORGIAI, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRE, CREAM, CREDI, CREO, CRO, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACXI, DAG, DAI, DAO, DAR, DATA, DC, DDX, DEAI, DEFIT, DEGO, DENT, DEP, DERC, DEXE, DEXT, DEXTF, DF, DFI, DG, DHT, DIA, DIMO, DIVI, DKA, DMAIL, DMTR, DNT, DODO, DOGENFT, DOLA, DOMI, DORA, DOSE, DOVU, DPAY, DPI, DRGN, DUEL, DUSK, DUST, DVF, DYPV1, ECOX, EDEN, EDU, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELON, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIK, ERN, ES, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURS, EURT, EVEREST, EZETH, F, FARM, FCT, FDUSD, FEG, FEI, FER, FET, FI, FIS, FLEX, FLIP, FLOKI, FLT, FLUX, FLX, FOLD, FOOM, FOR, FORT, FORTH, FOX, FPIS, FRAX, FRM, FRONT, FRXETH, FTM, FTN, FTT, FUN, FUSE, FX, FXS, G, GAINS, GAL, GALA, GAME, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEOJ, GET, GF, GFI, GHO, GHST, GHX, GLM, GMEE, GMM, GMTT, GNO, GODS, GOG, GPU, GRG, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUSD, GYEN, HAI, HAIR, HAPI, HARRYP, HASHAI, HBTC, HEART, HEGIC, HELLO, HEMULE, HEZ, HFT, HIFI, HOGE, HOPPY, HOPR, HOT, HPO, HT, HUNT, HVH, HXRO, IAG, ICHI, ID, IDEX, IDRT, ILV, IMGNAI, IMX, INDEX, INJ, INSP, INST, INV, IOTX, IPOR, IQ, IRIS, ISKR, ISP, IXS, JASMY, JBX, JESUS, JMPT, JOECOIN, JPEG, KAI, KAP, KARATE, KARRAT, KATA, KCS, KEEP, KEY, KISHU, KIZUNA, KNC, KNCL, KNDX, KOMPETE, KP3R, KRL, KUJI, LADYS, LAI, LAMB, LBA, LBTC, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIME, LINA, LINK, LIT, LITH, LM, LMEOW, LMR, LMWR, LNQ, LOKA, LON, LOOKS, LOOM, LORDS, LOVELY, LPT, LQTY, LRC, LSETH, LSK, LSS, LTO, LUNR, LUSD, LYXE, M87, MAGIC, MAHA, MAN, MANA, MANC, MANTLE, MAP, MARSH, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAZZE, MC, MCADE, MCB, MCRT, MDT, MEME, META, METH, METIS, MFT, MIM, MIN, MIR, MIX, MKR, ML, MLN, MLT, MMX, MNW, MOC, MOCA, MOG, MON, MORPHO, MPL, MTA, MTD, MTL, MTLX, MUBI, MUSE, MUSIC, MV, MVI, MVL, MVP, MX, MXC, MYRIA, MYTH, NAVI, NCDT, NCT, NEAR, NEIRO, NEST, NETVR, NEURAL, NEXO, NEXT, NFD, NFT, NFTX, NGL, NIZA, NKN, NMR, NMT, NOIA, NPC, NPXS, NRG, NSURE, NTX, NULS, NUM, NVIR, NWC, NXRA, NYM, OAX, OBSR, OCEAN, OCT, OETHER, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, ORAI, ORB, ORBS, ORDS, ORN, OSAK, OSETH, OSMO, OUSD, OVR, OX, OXT, OXY, PAAL, PAID, PALM, PANDORA, PARI, PAW, PAXG, PAY, PDA, PDT, PEAS, PENDLE, PEOPLE, PEPE, PEPE2, PEPECOIN, PERC, PERP, PHA, PIB, PICKLE, PIXEL, PKF, PLANET, PLU, PNDC, PNK, PNT, POL, POLA, POLS, POLY, POND, POOH, POOLZ, PORK, PORT3, PORTAL, POWR, PPT, PRE, PREMIA, PRIME, PRNT, PRO, PROM, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIX, PUSH, PYR, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAIL, RAMP, RARE, RARI, RBN, RBX, RDN, RDNT, RDT, REEF, REKT, REN, RENBTC, REP, REQ, RETH, REVV, REZ, RFOX, RING, RISE, RLB, RLC, RLY, RMRK, ROOK, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RUNE, RVF, RVST, RWA, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAND, SAVM, SD, SDAO, SDEX, SEAM, SENATE, SENT, SETH2, SFP, SFRXETH, SFUND, SHFT, SHIB, SHIDO, SHINA, SHIRO, SHOPX, SHRAP, SHX, SIDESHIFT, SIDUS, SILO, SIPHER, SIS, SKEB, SKEY, SKL, SLN, SLP, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMM, SOMNIUM, SORA, SOV, SPA, SPECTRE, SPELL, SPOOL, SPX, SQT, SQUIDGROW, SRM, SSV, STAKE, STARL, STAT, STBU, STETH, STFX, STG, STMX, STORJ, STOS, STPT, STRIKE, STRK, STRP, STRUMP, SUKU, SUPER, SURE, SUSD, SUSHI, SWAP, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SXP, SYLO, SYN, SYRUP, T, TAIKO, TALK, TARA, TBTC, TEL, TENET, TET, THALES, THOR, TIME, TKP, TKX, TLM, TLOS, TOKE, TOKEN, TOMI, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TRIAS, TRIBE, TRU, TRUF, TRUMP, TRVL, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, UBT, UDS, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UOS, UQC, USDC, USDD, USDE, USDP, USDS, USDT, USDY, USTC, UTK, UX, VAIOT, VALOR, VANRY, VCX, VEE, VEGA, VERI, VEXT, VGX, VIB, VIDT, VINU, VIRTUAL, VITA, VITE, VIX, VLX, VMINT, VNM, VOLT, VR, VRA, VRO, VVS, VXV, WAGMIGAMES, WALLET, WAMPL, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WEETH, WETH, WEXO, WHALE, WHITE, WIKEN, WILD, WING, WISE, WLD, WMT, WNXM, WOJAK, WOO, WRLD, WSM, WSTETH, WXT, XAUT, XCAD, XCN, XDAO, XDB, XDEFI, XEN, XETA, XFI, XIDO, XOR, XPR, XPRT, XRT, XSGD, XSUSHI, XT, XTM, XTP, XVS, XYO, YAM, YFI, YFII, YGG, YLD, ZCX, ZENT, ZETA, ZIG, ZKB, ZKJ, ZKML, ZRO, ZRX

Transaction Gas Limit (Mean)

GET https://api.glassnode.com/v1/metrics/fees/gas_limit_tx_mean

The mean gas limit per transaction.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":239249.3084572}]
unsupported asset

Transaction Gas Limit (Median)

GET https://api.glassnode.com/v1/metrics/fees/gas_limit_tx_median

The median gas limit per transaction.

Query Parameters

Name
Type
Description

a*

string

asset id: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: csv, json

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1726790400,"v":98358}]
unsupported asset

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 . For more information please see his .

⚙️
View in Studio
View in Studio
View in Studio
Matteo Leibowitz
article
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio