Supply

Adjusted Supply

GET https://api.glassnode.com/v1/metrics/supply/current_adjusted

Adjusted Supply

get

The circulating supply adjusted by accounting for lost coins. The amount of lost coins is estimated by all those that have not moved in over 7 years.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/current_adjusted HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 15395360.421512881
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":15395360.421512881}]

Asia Year-over-Year Supply Change

GET https://api.glassnode.com/v1/metrics/supply/apac_1y_supply_change

Asia Year-over-Year Supply Change

get

\nThis metric aims at giving an estimate for the year-over-year change in the share of the Bitcoin supply to be held/traded in Asia.\n\nGeolocation of Bitcoin supply is performed probabilistically at the entity level. The timestamps of all transactions created by an entity are correlated with the working hours of different geographical regions to determine the probabilities for each entity being located in the US, Europe, or Asia. Working hours are defined as:\n\n* US: 8am to 8pm Eastern Time (13:00-01:00 UTC)\n* EU: 8am to 8pm Central European Time (07:00-19:00 UTC)\n* Asia: 8am to 8pm China Standard Time (00:00-12:00 UTC)\n\nAn entity's balance will only contribute to the supply in the respective region if the location can be determined with a high certainty. Supply held on exchanges wallets are excluded.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/apac_1y_supply_change HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": -0.03105063031358729
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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,"v":-0.030880911555674406}]

Burn Rate (Base Fee)

GET https://api.glassnode.com/v1/metrics/supply/burn_rate

Burn Rate (Base Fee)

get

This metric represents the ongoing pace at which ETH is being burned, following the introduction of the London Hard Fork and the implementation of EIP-1559. The Ethereum Improvement Proposal (EIP-1559) established a base fee for each transaction, which is subsequently incinerated, reducing the overall ETH supply. By tracking the ETH burn rate, users can gain insights into the deflationary pressure on Ethereum and its potential impact on the network's long-term economic dynamics.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

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

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/burn_rate HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1657.196123401
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 10m, 1h, 24h, 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":1657.196123401}]

Burned Supply

GET https://api.glassnode.com/v1/metrics/supply/burned

Burned Supply

get

This metric represents the cumulative sum of ETH incinerated since the implementation of the London Hard Fork, which introduced EIP-1559. The Ethereum Improvement Proposal (EIP-1559) established a base fee for transactions, which is burned to reduce the overall ETH supply. As a result, this metric indicates the deflationary pressure on Ethereum.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

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

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/burned HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 4377312.321296755
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 10m, 1h, 24h, 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":4377312.321296755}]

Circulating Supply

GET https://api.glassnode.com/v1/metrics/supply/current

Circulating Supply

get

The total amount of all coins ever created/issued, i.e. the circulating supply.\n\nETH: The total amount of coins created or issued - the total amount of coins burned. This includes issuance via the Beacon chain since Beacon Chain genesis and ETH burned since the London upgrade (EIP-1559).

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

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

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/current HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 19756758.54497096
  }
]

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":19756758.54497096}]

Supported asset ids: BTC, ETH, LTC, $CWIF, $MICHI, 00, 0X0, 1, 1000SATS, 10SET, 1EX, 1INCH, A47, A8, AAG, AAPLX, AAVE, ABT, ACE, ACH, ACS, ACT, ACX, ADA, ADP, ADS, ADX, AE, AERGO, AERO, AEVO, AGETH, AGEUR, AGI, AGIX, AGLD, AGRI, AGRS, AHT, AI, AI16Z, AIAT, AIDOGE, AIKEK, AIMONICA, AIN, AINTI, AIOZ, AIPAD, AIR, AIT, AIUS, AIXBT, AKT, ALCH, ALCX, ALD, ALEO, ALEPH, ALEX, ALGO, ALI, ALICE, ALKI, ALPACA, ALPH, ALPHA, ALPINE, ALT, ALU, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANIME, ANKR, ANKRETH, ANT, ANVL, ANYONE, ANZENUSD, APE, APEX, APFC, API3, APRS, APT, APU, APW, APXT, AQT, AQTIS, AR, ARB, ARC, ARCA, ARIA20, ARIX, ARK, ARKM, ARPA, ASD, ASIA, ASM, ASR, AST, ASTO, ASTR, ASTROP, ATA, ATH, ATLAS, ATOM, ATOR, ATR, AUCTION, AUDIO, AURA, AURABAL, AURORA, AURY, AUTOS, AVA, AVAAI, AVAIL, AVAX, AVB, AVI, AVINOC, AVT, AXGT, AXL, AXS, AZUR, B2M, B3, BAAS, BABY, BABYDOGE, BAD, BADGER, BAG, BAKE, BAL, BAN, BANANA, BANANAS31, BAND, BARSIK, BASEDAI, BAT, BAX, BAZED, BB, BBL, BBSOL, BCH, BCUT, BDC, BEAM, BEAMMW, BEER, BEL, BEN, BENDOG, BEPRO, BERA, BERT, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BILLY, BINK, BIO, BITRUE, BKN, BLAST, BLENDR, BLOCK, BLUE, BLUR, BLZ, BMEX, BMT, BMX, BNB, BNSOL, BNT, BNX, BOA, BOBA, BOBAOPPA, BOBO, BOBT, BODEN, BOLT, BOME, BOND, BONE, BONGO, BONK, BOO, BOOE, BORA, BORG, BOSON, BOTIFY, BOTTO, BOX, BR, BRAINLET, BREED, BRETT, BRETTFYI, BRG, BRISE, BROCCOLI, BROCK, BRWL, BST, BSV, BSW, BTC2XFLI, BTM, BTRFLY, BTSE, BTT, BTU, BUIDL, BULLY, BURGER, BUSD, BUTTHOLE, BUZZ, BVM, BXBT, BXX, BZR, BZRX, BZZ, C98, CA, CAGA, CAH, CAI, CAKE, CANTO, CAPS, CARR, CARROT, CARV, CAST, CAT, CATCOIN, CATE, CATI, CAW, CBAT, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELO, CELR, CENTS, CERE, CET, CETH, CETUS, CFX, CGPT, CHAT, CHEEMS, CHEQ, CHESS, CHEX, CHILLGUY, CHKN, CHNG, CHO, CHOMP, CHR, CHRP, CHZ, CKB, CLANKER, CLEAR, CLOUD, CLV, CMETH, CNHT, COINX, COMAI, COMBO, COMP, COOK, COOKIE, COPI, CORE, CORGIAI, CORN, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRCLX, CRE, CREAM, CREDI, CREO, CRO, CROWN, CRTS, CRU, CRV, CRVUSD, CSIX, CSPR, CSWAP, CTA, CTC, CTK, CTSI, CTX, CTXC, CUDOS, CULT, CUNI, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, D, DACXI, DAG, DAI, DAKU, DAO, DAR, DASH, DATA, DATAO, DBR, DC, DDBAM, DDX, DEAI, DEEP, DEFIT, DEFX, DEGEN, DEGENAI, DEGO, DENT, DEP, DEUSD, DEVVE, DEXE, DEXT, DEXTF, DF, DFI, DG, DGB, DHT, DIA, DIMO, DINERO, DIONE, DIVER, DIVI, DKA, DMAIL, DMTR, DNT, DNX, DODO, DOG, DOGE, DOGEAI, DOGEGF, DOGEGOV, DOGENFT, DOGS, DOLA, DOLAN, DOLO, DOMI, DOOD, DORA, DORKY, DOSE, DOT, DOVU, DPAY, DPI, DRGN, DRIFT, DRV, DUCK, DUEL, DUKO, DUSK, DUST, DVF, DVI, DYM, DYPV1, EBET, EBULL, ECOX, EDEN, EDU, EDUM, EFFECT, EFI, EGLD, EIGEN, EJS, EL, ELA, ELF, ELG, ELIZA, ELON, ELON4AFD, ELONRWA, ELX, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EOS, EPIC, EPIK, EPT, EQUAD, ERN, ES, ETC, ETHDYDX, ETHFI, ETHW, ETHX, EUL, EURC, EURCV, EURQ, EURR, EURS, EURT, EVER, EVEREST, EXRD, EZETH, F, FACTR, FAKEAI, FARM, FARTBOY, FARTCOIN, FB, FCT, FDUSD, FEG, FEI, FER, FET, FHE, FI, FIDA, FIDU, FIL, FIO, FIRE, FIS, FITFI, FJO, FLAY, FLEX, FLIP, FLM, FLOCK, FLOCKE, FLOKI, FLOW, FLR, FLT, FLUX, FLUXB, FLUXT, FLX, FNCT, FOLD, FOMO, FOOM, FOR, FORM, FORT, FORTH, FOX, FOXSY, FOXY, FPIS, FRAX, FRED, FRIC, FRM, FRONT, FRXETH, FT, FTM, FTN, FTT, FUEL, FUN, FUSE, FWOG, FX, FXN, FXS, G, GAINS, GAL, GALA, GAME, GAMESTOP, GAMMA, GAS, GBYTE, GEAR, GEEQ, GELATO, GEMS, GENE, GENOME, GEOD, GEOJ, GET, GF, GFI, GFT, GHIBLI, GHO, GHST, GHX, GIGA, GIKO, GINNAN, GLM, GLMR, GLQ, GME, GMEE, GMM, GMT, GMTT, GMX, GNO, GNON, GNUS, GOAT, GODS, GOG, GOHOME, GOOGLX, GORK, GPS, GPU, GRASS, GRG, GRIFFAIN, GRIFT, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUAC, GUN, GUSD, GYEN, HAEDAL, HAI, HAIR, HANDY, HAPI, HARAMBE, HARRYP, HASHAI, HAT, HBAR, HBTC, HEART, HEGE, HEGIC, HEHE, HEI, HELLO, HEMULE, HERAF, HEU, HEZ, HFT, HI, HIFI, HIGH, HIPPO, HIVE, HMSTR, HMT, HNS, HNT, HOGE, HONEY, HOODX, HOOK, HOPPY, HOPR, HOT, HOUSE, HPO, HSK, HT, HUNT, HVH, HXD, HXRO, HYPE, HYPER, IAG, ICHI, ICP, ICX, ID, IDEX, IDRT, ILV, IMGNAI, IMPT, IMX, INDEX, INFR, INIT, INJ, INSP, INST, INV, IO, IOST, IOT, IOTX, IP, IPOR, IQ, IRIS, ISKR, ISLAND, ISP, IXS, IZI, J, JAILSTOOL, JASMY, JBX, JELLYJELLY, JESUS, JLP, JMPT, JOE, JOECOIN, JPEG, JST, JTO, JUP, JYAI, KAI, KAITO, KAN, KAP, KARATE, KARRAT, KAS, KATA, KAVA, KCS, KCT, KDA, KEEP, KEKIUS, KENDU, KERNEL, KEX, KEY, KHAI, KILO, KIN, KINET, KIP, KISHU, KIZUNA, KLAY, KMNO, KNC, KNCL, KNDX, KNINE, KOIN, KOKO, KOMA, KOMPETE, KP3R, KRL, KSM, KUJI, L3, LADYF, LADYS, LAI, LAKE, LAMB, LANDW, LAYER, LBA, LBL, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIBRA, LIKE, LIMBO, LIME, LINA, LINK, LISTA, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, LOCKIN, LOKA, LON, LOOKS, LOOM, LOOMV1, LORDS, LOULOU, LOVELY, LPT, LQTY, LRC, LRDS, LRT2, LSETH, LSK, LSS, LTO, LTX, LUCE, LUMIA, LUNA, LUNAB, LUNC, LUNR, LUSD, LUSH, LYXE, M3M3, M87, MADCOIN, MAGAHAT, MAGIC, MAHA, MAJOR, MAN, MANA, MANC, MANEKI, MANTA, MANTLE, MAP, MARSH, MASA, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAX, MAXAIAGENT, MAXETH, MAZZE, MBL, MBOX, MBS, MC, MCADE, MCB, MCDULL, MCRT, MDAI, MDT, ME, MEED, MEMDEX, MEME, MEMESAI, MEOW, MERL, META, METAL, METH, METIS, MEW, MFT, MICRO, MILK, MIM, MIN, MINA, MINI, MIOTA, MIR, MIX, MKR, ML, MLG, MLK, MLN, MLT, MMX, MNDE, MNEE, MNGO, MNW, MOBILE, MOC, MOCA, MOG, MON, MONG, MOODENG, MOODENGVIP, MORPHO, MOTHER, MOVE, MOVR, MPLX, MPS, MSOL, MSTRX, MTA, MTD, MTL, MTLX, MTO, MUBARAK, MUBI, MUMU, MUSD, MUSE, MUSIC, MV, MVC, MVI, MVL, MVP, MX, MXC, MYRIA, MYRO, MYST, MYTH, NAI, NANO, NATIX, NAVI, NAVX, NC, NCDT, NCT, NEAR, NEIRO, NEIROCOIN, NEIROLOL, NEO, NEST, NETVR, NEUR, NEURAL, NEURON, NEXO, NEXT, NFD, NFP, NFT, NFTX, NGL, NHT, NIL, NIZA, NKN, NMR, NMT, NOIA, NOS, NOT, NPC, NPCS, NPXS, NRG, NS, NSURE, NTRN, NTX, NUB, NULS, NUM, NUMI, NVDAX, NVIR, NWC, NXRA, NYM, OAX, OBOL, OBSR, OBT, OCEAN, OCT, OETHER, OG, OGN, OGV, OHM, OHMV2, OIK, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONE, ONGAS, ONT, OOE, OOKI, OP, OPEN, OPSEC, OPTI, OPUL, OPUS, ORAI, ORB, ORBS, ORCA, ORDER, ORDI, ORDS, ORN, OSAK, OSCAR, OSETH, OSMI, OSMO, OSOL, OUSD, OVR, OWN, OX, OXT, OXY, P, PAAL, PAI, PAID, PAIN, PAL, PALM, PANDORA, PARAL, PARI, PARTI, PASTERNAK, PATRIOT, PAW, PAXG, PAY, PDA, PDEX, PDT, PEAQ, PEAS, PEIPEI, PENDLE, PENG, PENP, PEOPLE, PEPE, PEPE2, PEPECOIN, PEPU, PERC, PERP, PHA, PHB, PHIL, PHRZ, PI, PIB, PICKLE, PIKA, PIN, PIPPIN, PIRATE, PIXEL, PKF, PLANET, PLU, PLUME, PNDC, PNK, PNT, PNUT, POL, POLA, POLIS, POLS, POLY, POLYX, POND, PONKE, POOH, POOL, POOLZ, POPCAT, PORK, PORT3, PORTAL, POWR, PPC, PPT, PRAI, PRCL, PRE, PREMIA, PRIME, PRISMA, PRNT, PRO, PROJECT89, PROM, PROMPT, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIAI, PUNDIX, PUNDU, PUPPIES, PURGE, PURPE, PUSH, PWEASE, PYR, PYTH, PYTHIA, PYUSD, QAI, QANX, QASH, QI, QKC, QNT, QOM, QORPO, QTCON, QTUM, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAI-1, RAIL, RAMP, RARE, RARI, RATS, RAY, RBC, RBN, RBNT, RBX, RDN, RDNT, RDPX, RDT, RED, REEF, REI, REKT, REKT-1, REN, RENBTC, RENDER, REPV2, REQ, RETAR, RETARDIO, RETH, REVV, REX, REZ, RFD, RFOX, RIF, RIFA, RING, RIO, RISE, RIZO, RIZZMAS, RJV, RLB, RLC, RLY, RMRK, ROA, ROAM, ROCK, ROKO, RONIN, ROOK, ROOT, ROSE, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RSWETH, RUNE, RVF, RVN, RVST, RWA, S, SAAS, SABAI, SAFE, SAGA, SAI, SAITA, SAITO, SAMA, SAMO, SAND, SANTOS, SAROS, SATS, SAVM, SBR, SC, SCA, SCF, SCIHUB, SCNSOL, SCROLL, SCRT, SD, SDAO, SDEX, SEAM, SEDA, SEI, SELFIE, SENATE, SEND, SENT, SERAPH, SETH, SETH2, SEXY, SFI, SFP, SFRXETH, SFUND, SG, SHDW, SHELL, SHFL, SHFT, SHIB, SHIBDOGE, SHIDO, SHINA, SHIRO, SHOGGOTH, SHOPX, SHRAP, SHRUB, SHX, SIDESHIFT, SIDUS, SIGMA, SIGN, SILLY, SILO, SIPHER, SIREN, SIS, SKBDI, SKEB, SKEY, SKL, SKYAI, SLAP, SLERF, SLF, SLG, SLIM, SLN, SLP, SMURFCATETH, SNAI, SNAPKERO, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOL, SOLAMA, SOLANAS, SOLO, SOLV, SOLVE, SOMM, SOMNIUM, SONIC, SORA, SOSO, SOUL, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, SPOOL, SPX, SPYX, SQGROW, SQT, SQUIDGROW, SRM, SSE, SSV, STARL, STAT, STBU, STEEM, STEP, STETH, STFX, STG, STIMA, STMX, STNK, STO, STORJ, STOS, STRAX, STRDY, STRIKE, STRK, STRP, STRUMP, STSOL, STTAO, STX, SUI, SUIAI, SUKU, SUN, SUNDOG, SUPER, SURE, SUSD, SUSDE, SUSDS, SUSHI, SWAP, SWARMS, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SWITCH, SWTH, SXP, SXT, SYLO, SYN, SYNTE, SYRUP, SYS, T, TADA, TAI, TAIKO, TALK, TAO, TAOBOT, TAONU, TARA, TBTC, TEL, TENET, TET, TETH, THALES, THE, THETA, THOR, TIA, TIME, TITCOIN, TITS, TJRM, TKO, TKP, TKX, TLM, TLOS, TNSR, TOKAMAK, TOKE, TOKEN, TOMI, TON, TOOKER, TOPIA, TORN, TOSHI, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TREAT, TREMP, TRIAS, TRIBE, TROG, TROY, TRU, TRUF, TRUMP, TRVL, TRX, TRYB, TSLAX, TST, TSUKA, TT, TURBOT, TUSD, TUT, TVK, TWT, TXAU, TYPE, UBT, UCASH, UDS, UFD, UFI, UFO, UFT, ULTI, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UPP, UPT, UQC, URO, USACOIN, USDC, USDD, USDE, USDG-1, USDP, USDQ, USDR, USDS, USDT, USDY, USDZ, USTC, USUAL, USYC, UTK, UX, UXLINK, VAIOT, VALOR, VANA, VANRY, VCX, VEE, VEGA, VELO, VELOD, VERI, VERSE, VET, VEXT, VGX, VIB, VIC, VICE, VIDT, VINE, VINU, VIRTUAL, VISTA, VITA, VITE, VIVI, VIX, VLX, VMINT, VNM, VOLT, VOW, VOXEL, VR, VRA, VRO, VSP, VTHO, VTRAD, VVAIFU, VVS, VVV, VXV, W, WAFFLES, WAGMIGAMES, WAL, WALLET, WAMPL, WARPED, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WCT, WECAN, WEETH, WEN, WEPE, WETH, WEXO, WHALE, WHITE, WIF, WIKEN, WILD, WING, WISE, WITCH, WLD, WMC, WMT, WNXM, WOJAK, WOLF, WOM, WOO, WRLD, WRX, WSM, WSTETH, WUF, WXT, X, XAI, XAND, XAR, XAUT, XCAD, XCH, XCN, XDAO, XDATA, XDB, XDC, XDEFI, XEM, XEN, XETA, XFI, XFUND, XIDO, XION, XLM, XMR, XMW, XOR, XPLA, XPR, XPRT, XRD, XRP, XRT, XSGD, XSUSHI, XSWAP, XT, XTM, XTN, XTP, XTZ, XVG, XVS, XX, XYO, XZK, YAI, YAM, YFI, YFII, YGG, YLD, YNE, YTC, ZARP, ZBCN, ZCHF, ZCX, ZEC, ZEN, ZENT, ZEREBRO, ZETA, ZEUS, ZEX, ZIG, ZIL, ZK, ZKB, ZKCRO, ZKF, ZKJ, ZKL, ZKML, ZKP, ZND, ZNN, ZORA, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

EU Year-over-Year Supply Change

GET https://api.glassnode.com/v1/metrics/supply/emea_1y_supply_change

EU Year-over-Year Supply Change

get

\nThis metric aims at giving an estimate for the year-over-year change in the share of the Bitcoin supply to be held/traded in Europe.\n\nGeolocation of Bitcoin supply is performed probabilistically at the entity level. The timestamps of all transactions created by an entity are correlated with the working hours of different geographical regions to determine the probabilities for each entity being located in the US, Europe, or Asia. Working hours are defined as:\n\n* US: 8am to 8pm Eastern Time (13:00-01:00 UTC)\n* EU: 8am to 8pm Central European Time (07:00-19:00 UTC)\n* Asia: 8am to 8pm China Standard Time (00:00-12:00 UTC)\n\nAn entity's balance will only contribute to the supply in the respective region if the location can be determined with a high certainty. Supply held on exchanges wallets are excluded.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/emea_1y_supply_change HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.09186690698871232
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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,"v":0.08645432393994201}]

Highly Liquid Supply

GET https://api.glassnode.com/v1/metrics/supply/highly_liquid_sum

Highly Liquid Supply

get

The total supply held by "highly liquid" entities. The liquidity of an entity is defined as the ratio of cumulative outflows and cumulative inflows over the entity's lifespan. An entity is considered to be illiquid / liquid / highly liquid if its liquidity L is ≲ 0.25 / 0.25 ≲ L ≲ 0.75 / 0.75 ≲ L, respectively. For more information see our introductory article on Bitcoin liquidity.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 10m, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/highly_liquid_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 3893832.2422248735
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":3894118.955983597}]

HODL Waves

GET https://api.glassnode.com/v1/metrics/supply/hodl_waves

HODL Waves

get

Bundle of all active supply age bands, aka HODL waves. Each colored band shows the percentage of in existence that was last moved within the time period denoted in the legend. The concept of HODL waves was first described in this post by Unchained Capital.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/hodl_waves HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "1d_1w": 0.017356953426726413,
      "1m_3m": 0.07160078924011061,
      "1w_1m": 0.037802585086087956,
      "1y_2y": 0.1200905883160282,
      "24h": 0.01204628611781315,
      "2y_3y": 0.07653042900548959,
      "3m_6m": 0.07585009082280825,
      "3y_5y": 0.1500357384288819,
      "5y_7y": 0.08843614493824489,
      "6m_12m": 0.12949565321979445,
      "7y_10y": 0.053359003227931565,
      "more_10y": 0.16739573817008307
    }
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"1d_1w":0.017356953426726413,"1m_3m":0.07160078924011061,"1w_1m":0.037802585086087956,"1y_2y":0.1200905883160282,"24h":0.01204628611781315,"2y_3y":0.07653042900548959,"3m_6m":0.07585009082280825,"3y_5y":0.1500357384288819,"5y_7y":0.08843614493824489,"6m_12m":0.12949565321979445,"7y_10y":0.053359003227931565,"more_10y":0.16739573817008307}}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Illiquid Supply

GET https://api.glassnode.com/v1/metrics/supply/illiquid_sum

Illiquid Supply

get

The total supply held by illiquid entities. The liquidity of an entity is defined as the ratio of cumulative outflows and cumulative inflows over the entity's lifespan. An entity is considered to be illiquid / liquid / highly liquid if its liquidity L is ≲ 0.25 / 0.25 ≲ L ≲ 0.75 / 0.75 ≲ L, respectively. For more information see our introductory article on Bitcoin liquidity.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h, 1h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/illiquid_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 13746169.938172555
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":13744217.38928559}]

Illiquid Supply Change

GET https://api.glassnode.com/v1/metrics/supply/illiquid_change

Illiquid Supply Change

get

The monthly (30d) net change of supply held by illiquid entities. For more information see our introductory article on Bitcoin liquidity.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h, 1h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/illiquid_change HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 71310.12891072594
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":71118.83084539324}]

Inflation Rate

GET https://api.glassnode.com/v1/metrics/supply/inflation_rate

Inflation Rate

get

The percentage of new coins issued, divided by the current supply.\n\nETH: The net supply change (issuance - burn) divided by the current supply.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC, ETH

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/inflation_rate HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.008406385024656293
  }
]

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,"v":0.008406385024656293}]

Issuance

GET https://api.glassnode.com/v1/metrics/supply/issued

Issuance

get

The total amount of new coins added to the current supply, i.e. minted coins or new coins released to the network.\n\nETH: The total amount of new coins added to the current supply, i.e. minted coins or new coins released to the network. Beacon Chain issuance since the genesis on 2020-12-01 is included. This is computed as (Base Reward Factor * Max Balance at Stake / sqrt(Max Balance at Stake)) per epoch on the Beacon Chain.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC, ETH

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/issued HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 453.125
  }
]

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, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":453.125}]

Liquid and Illiquid Supply

GET https://api.glassnode.com/v1/metrics/supply/liquid_illiquid_sum

Liquid and Illiquid Supply

get

The total supply held by illiquid, liquid, and highly liquid entities. The liquidity of an entity is defined as the ratio of cumulative outflows and cumulative inflows over the entity's lifespan. An entity is considered to be illiquid / liquid / highly liquid if its liquidity L is ≲ 0.25 / 0.25 ≲ L ≲ 0.75 / 0.75 ≲ L, respectively. For more information see our introductory article on Bitcoin liquidity.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h, 1h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/liquid_illiquid_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "highly_liquid": 3893832.2422248735,
      "illiquid": 13746169.938172555,
      "liquid": 2116756.364573422
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"highly_liquid":3894118.955983597,"illiquid":13744217.38928559,"liquid":2118422.1997016626}}]

Liquid Supply

GET https://api.glassnode.com/v1/metrics/supply/liquid_sum

Liquid Supply

get

The total supply held by "liquid" entities. The liquidity of an entity is defined as the ratio of cumulative outflows and cumulative inflows over the entity's lifespan. An entity is considered to be illiquid / liquid / highly liquid if its liquidity L is ≲ 0.25 / 0.25 ≲ L ≲ 0.75 / 0.75 ≲ L, respectively. For more information see our introductory article on Bitcoin liquidity.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h, 1h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/liquid_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 2116756.364573422
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":2118422.1997016626}]

Liquid Supply Change

GET https://api.glassnode.com/v1/metrics/supply/liquid_change

Liquid Supply Change

get

The monthly (30d) net change of supply held by liquid and highly liquid entities. For more information see our introductory article on Bitcoin liquidity.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h, 1h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/liquid_change HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": -57757.003910725936
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":-57565.7058453951}]

Long-Term Holder Position Change

GET https://api.glassnode.com/v1/metrics/supply/lth_net_change

Long-Term Holder Position Change

get

The monthly net position change of long term holders, i.e. the 30 day change in supply held by long term holders. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/lth_net_change HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 396788.62214528024
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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,"v":395859.9135719687}]

Long-Term Holder Supply

GET https://api.glassnode.com/v1/metrics/supply/lth_sum

Long-Term Holder Supply

get

The total amount of circulating supply held by long term holders. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/lth_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 14142078.329896746
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":14318853.18966822}]

Long-Term Holder Supply in Loss

GET https://api.glassnode.com/v1/metrics/supply/lth_loss_sum

Long-Term Holder Supply in Loss

get

The total amount of circulating supply that is currently at loss and held by long term holders. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/lth_loss_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 649544.2551240975
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":649348.0588538039}]

Long-Term Holder Supply in Profit

GET https://api.glassnode.com/v1/metrics/supply/lth_profit_sum

Long-Term Holder Supply in Profit

get

The total amount of circulating supply that is currently in profit and held by long term holders. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/lth_profit_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 13492534.074723788
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":13669505.130765557}]

Minted Supply

GET https://api.glassnode.com/v1/metrics/supply/minted

Minted Supply

get

The total amount of issued ETH.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

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

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/minted HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 124791892.95099808
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 10m, 1h, 24h, 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":124791892.95099808}]

MoM Activity Retention Supply

GET https://api.glassnode.com/v1/metrics/supply/activity_retention

Activity Retention Supply

get
Authorizations
Query parameters
astringRequired

asset id - BTC

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/activity_retention HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "churned": 965212.746373441,
      "dead": 14373659.40324185,
      "new": 719807.0757117945,
      "resurrected": 438094.05411402526,
      "retained_equal": 276966.7028088344,
      "retained_less": 2157638.390673358,
      "retained_more": 825380.1720475885
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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":{"churned":965212.746373441,"dead":14373659.40324185,"new":719807.0757117945,"resurrected":438094.05411402526,"retained_equal":276966.7028088344,"retained_less":2157638.390673358,"retained_more":825380.1720475885}}]

MoM Holder Retention Supply

GET https://api.glassnode.com/v1/metrics/supply/holder_retention

Holder Retention Supply

get
Authorizations
Query parameters
astringRequired

asset id - BTC

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/holder_retention HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "new": 724435.2612012944,
      "resurrected": 19606.763428810005,
      "retained_equal": 15339904.134830428,
      "retained_less": 511437.1463769609,
      "retained_more": 3159932.72066275
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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":{"new":724435.2612012944,"resurrected":19606.763428810005,"retained_equal":15339904.134830428,"retained_less":511437.1463769609,"retained_more":3159932.72066275}}]

Percent Supply in Profit

GET https://api.glassnode.com/v1/metrics/supply/profit_relative

Percent Supply in Profit

get

The percentage of circulating supply in profit, i.e. the percentage of existing coins whose price at the time they last moved was lower than the current price. For more information see this article.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/profit_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.8497818770215475
  }
]

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

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":0.8497818770215475}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 0X0, 1, 10SET, 1EX, 1INCH, A47, A8, AAG, AAPLX, AAVE, ABT, ACH, ACS, ACT, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGETH, AGEUR, AGI, AGIX, AGLD, AGRI, AGRS, AHT, AI16Z, AIAT, AIKEK, AIMONICA, AIN, AINTI, AIOZ, AIPAD, AIR, AIT, AIUS, AIXBT, ALCH, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, ANZENUSD, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARC, ARCA, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, ASM, AST, ASTO, ASTR, ASTROP, ATA, ATH, ATLAS, ATOR, ATR, AUCTION, AUDF, AUDIO, AURA, AURABAL, AURORA, AURY, AUTOS, AVA, AVAAI, AVAIL, AVB, AVI, AVINOC, AVT, AXGT, AXL, AXS, AZUR, B2M, BAAS, BABYDOGE, BAD, BADGER, BAG, BAL, BAN, BANANA, BAND, BARSIK, BASEDAI, BAT, BAX, BAZED, BB, BBL, BBSOL, BCUT, BDC, BEER, BEL, BEN, BENDOG, BEPRO, BERT, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BILLY, BINK, BITRUE, BKN, BLENDR, BLOCK, BLUR, BLZ, BMEX, BMX, BNB, BNSOL, BNT, BOA, BOBA, BOBAOPPA, BOBO, BOBT, BODEN, BOLT, BOME, BOND, BONE, BONGO, BONK, BOO, BOOE, BORA, BORG, BOSON, BOTIFY, BOTTO, BOX, BREED, BRG, BRISE, BROCK, BRWL, BST, BTC2XFLI, BTM, BTRFLY, BTSE, BTT, BTU, BUIDL, BULLY, BUSD, BUTTHOLE, BUZZ, BVM, BXBT, BXX, BZR, BZRX, BZZ, C98, CA, CAGA, CAH, CAI, CAKE, CANTO, CAPS, CARR, CARROT, CARV, CAST, CATE, CAW, CBAT, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CENTS, CERE, CET, CETH, CGPT, CHAT, CHEQ, CHESS, CHEX, CHILLGUY, CHKN, CHNG, CHO, CHOMP, CHR, CHRP, CHZ, CLEAR, CLOUD, CLV, CMETH, CNHT, COINX, COMAI, COMBO, COMP, COPI, CORGIAI, CORN, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRCLX, CRE, CREAM, CREDI, CREO, CRO, CROWN, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUNI, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACXI, DAG, DAI, DAKU, DAO, DAR, DATA, DATAO, DBR, DC, DDBAM, DDX, DEAI, DEFIT, DEFX, DEGENAI, DEGO, DENT, DEP, DERC, DEUSD, DEVVE, DEXE, DEXT, DEXTF, DF, DFI, DG, DHT, DIA, DIMO, DINERO, DIP, DIVER, DIVI, DKA, DMAIL, DMTR, DNT, DNX, DODO, DOG, DOGE, DOGEAI, DOGEGF, DOGEGOV, DOGENFT, DOLA, DOLAN, DOLO, DOMI, DORA, DORKY, DOSE, DOVU, DPAY, DPI, DRGN, DRIFT, DRV, DUEL, DUKO, DUSK, DUST, DVF, DYPV1, EBET, EBULL, ECOX, EDEN, EDU, EDUM, EFFECT, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELIZA, ELON, ELON4AFD, ELONRWA, ELX, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIC, EPIK, EQUAD, ERN, ES, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURCV, EURQ, EURR, EURS, EURT, EVER, EVEREST, EXRD, EZETH, F, FACTR, FAKEAI, FARM, FARTBOY, FARTCOIN, FCT, FDUSD, FEG, FEI, FER, FET, FHE, FI, FIDA, FIDU, FIS, FJO, FLAY, FLEX, FLIP, FLOCKE, FLOKI, FLT, FLUX, FLUXB, FLUXT, FLX, FNCT, FOLD, FOMO, FOOM, FOR, FORT, FORTH, FOX, FOXSY, FPIS, FRAX, FRED, FRIC, FRM, FRONT, FRXETH, FT, FTM, FTN, FTT, FUEL, FUN, FUSE, FWOG, FX, FXN, FXS, G, GAINS, GAL, GALA, GAME, GAMESTOP, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEMS, GENE, GENOME, GEOD, GEOJ, GET, GF, GFI, GHIBLI, GHO, GHST, GHX, GIGA, GIKO, GINNAN, GLM, GLQ, GME, GMEE, GMEX, GMM, GMT, GMTT, GNO, GNON, GNUS, GOAT, GODS, GOG, GOHOME, GOOGLX, GORK, GPU, GRASS, GRG, GRIFFAIN, GRIFT, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUAC, GUSD, GYEN, HAI, HAIR, HANDY, HAPI, HARAMBE, HARRYP, HASHAI, HAT, HBTC, HEART, HEGE, HEGIC, HEHE, HEI, HELLO, HEMULE, HERAF, HEU, HEZ, HFT, HI, HIFI, HMT, HNS, HNT, HOGE, HONEY, HOODX, HOPPY, HOPR, HOT, HOUSE, HPO, HSK, HT, HUNT, HVH, HXD, HXRO, HYPER, IAG, ICHI, ID, IDEX, IDRT, ILV, IMGNAI, IMPT, IMX, INDEX, INFR, INJ, INSP, INST, INV, IO, IOT, IOTX, IPOR, IQ, IRIS, ISKR, ISLAND, ISP, IXS, IZI, J, JAILSTOOL, JASMY, JBX, JELLYJELLY, JESUS, JLP, JMPT, JOECOIN, JPEG, JTO, JUP, JYAI, KAI, KAN, KAP, KARATE, KARRAT, KATA, KCS, KCT, KEEP, KEKIUS, KENDU, KEY, KHAI, KIN, KINET, KIP, KISHU, KIZUNA, KMNO, KNC, KNCL, KNDX, KNINE, KOIN, KOKO, KOMPETE, KP3R, KRL, KUJI, LADYF, LADYS, LAI, LAKE, LAMB, LANDW, LAYER, LBA, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIBRA, LIKE, LIMBO, LIME, LINA, LINK, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, LOCKIN, LOKA, LON, LOOKS, LOOM, LOOMV1, LORDS, LOULOU, LOVELY, LPT, LQTY, LRC, LRDS, LRT2, LSETH, LSK, LSS, LTO, LTX, LUCE, LUNAB, LUNR, LUSD, LUSH, LYXE, M3M3, M87, MADCOIN, MAGAHAT, MAGIC, MAHA, MAN, MANA, MANC, MANEKI, MANTLE, MAP, MARSH, MASA, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAX, MAXAIAGENT, MAXETH, MAZZE, MBS, MC, MCADE, MCB, MCDULL, MCRT, MDAI, MDT, ME, MEED, MELANIA, MEMDEX, MEME, MEMESAI, MEOW, META, METAL, METH, METIS, MEW, MFT, MICRO, MIM, MIN, MINI, MIR, MIX, MKR, ML, MLG, MLN, MLT, MMX, MNDE, MNEE, MNGO, MNW, MOBILE, MOC, MOCA, MOG, MON, MONG, MOODENG, MOODENGVIP, MORPHO, MOTHER, MOVE, MPLX, MPS, MSOL, MSTRX, MTA, MTD, MTL, MTLX, MTO, MUBI, MUMU, MUSD, MUSE, MUSIC, MV, MVC, MVI, MVL, MVP, MX, MXC, MYRIA, MYRO, MYST, MYTH, NAI, NATIX, NAVI, NC, NCDT, NCT, NEAR, NEIRO, NEIROCOIN, NEIROLOL, NEST, NETVR, NEUR, NEURAL, NEURON, NEXO, NEXT, NFD, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, NOIA, NOS, NPC, NPCS, NPXS, NRG, NSURE, NTX, NUB, NULS, NUM, NUMI, NVDAX, NVIR, NWC, NXRA, NYM, OAX, OBOL, OBSR, OCEAN, OCT, OETHER, OFFICIAL-TRUMP, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, OPUS, ORAI, ORB, ORBS, ORCA, ORDI, ORDS, ORN, OSAK, OSCAR, OSETH, OSMI, OSMO, OSOL, OUSD, OVR, OWN, OX, OXT, OXY, P, PAAL, PAI, PAID, PAIN, PAL, PALM, PANDORA, PARAL, PARI, PASTERNAK, PATRIOT, PAW, PAXG, PAY, PDA, PDEX, PDT, PEAS, PEIPEI, PENDLE, PENG, PENGU, PENP, PEOPLE, PEPE, PEPE2, PEPECOIN, PEPU, PERC, PERP, PHA, PHIL, PHRZ, PIB, PICKLE, PIKA, PIN, PIPPIN, PIRATE, PIXEL, PKF, PLANET, PLU, PLUME, PNDC, PNK, PNT, PNUT, POL, POLA, POLIS, POLS, POLY, POND, PONKE, POOH, POOL, POOLZ, POPCAT, PORK, PORT3, PORTAL, POWR, PPC, PPT, PRCL, PRE, PREMIA, PRIME, PRISMA, PRNT, PRO, PROJECT89, PROM, PROMPT, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIAI, PUNDIX, PUNDU, PUPPIES, PURGE, PURPE, PUSH, PWEASE, PYR, PYTH, PYTHIA, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAI-1, RAIL, RAMP, RARE, RARI, RAY, RBC, RBN, RBNT, RBX, RDN, RDNT, RDPX, RDT, RED, REEF, REKT, REKT-1, REN, RENBTC, REP, REPV2, REQ, RETAR, RETARDIO, RETH, REVV, REZ, RFD, RFOX, RIFA, RING, RIO, RISE, RIZO, RJV, RLB, RLC, RLUSD, RLY, RMRK, ROA, ROAM, ROCK, ROKO, ROOK, ROOT, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RSWETH, RUNE, RVF, RVST, RWA, SAAS, SABAI, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAMO, SAN, SAND, SAROS, SAVM, SBR, SCF, SCIHUB, SCNSOL, SD, SDAO, SDEX, SEAM, SEDA, SELFIE, SENATE, SENT, SETH, SETH2, SEXY, SFI, SFP, SFRXETH, SFUND, SG, SHDW, SHFL, SHFT, SHIB, SHIBDOGE, SHIDO, SHINA, SHIRO, SHOGGOTH, SHOPX, SHRAP, SHRUB, SHX, SIDESHIFT, SIDUS, SIGMA, SIGN, SILLY, SILO, SIPHER, SIS, SKBDI, SKEB, SKEY, SKL, SLAP, SLERF, SLIM, SLN, SLP, SMURFCATETH, SNAI, SNAPKERO, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOL, SOLAMA, SOLANAS, SOLVE, SOMM, SOMNIUM, SONIC, SORA, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, SPOOL, SPX, SPYX, SQGROW, SQT, SQUIDGROW, SRM, SSE, SSV, STAKE, STARL, STAT, STBU, STEP, STETH, STFX, STG, STIMA, STMX, STNK, STORJ, STOS, STPT, STRDY, STRIKE, STRK, STRP, STRUMP, STSOL, STTAO, SUIAI, SUKU, SUPER, SURE, SUSD, SUSDE, SUSDS, SUSHI, SWAP, SWARMS, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SWITCH, SWTH, SXP, SYLO, SYN, SYNTE, SYRUP, T, TADA, TAI, TAIKO, TALK, TAOBOT, TAONU, TARA, TBTC, TEL, TENET, TET, TETH, THALES, THOR, TIME, TITCOIN, TITS, TJRM, TKP, TKX, TLM, TLOS, TNSR, TOKE, TOKEN, TOMI, TON, TOOKER, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TREAT, TREMP, TRIAS, TRIBE, TROG, TRU, TRUF, TRUMP, TRVL, TRX, TRYB, TSLAX, TSUKA, TT, TURBOT, TUSD, TVK, TXAU, TYPE, UBT, UCASH, UDS, UFD, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UPT, UQC, URO, USDC, USDD, USDE, USDG, USDG-1, USDP, USDQ, USDR, USDS, USDT, USDY, USDZ, USTC, USUAL, USYC, UTK, UX, VAIOT, VALOR, VANRY, VCX, VEE, VEGA, VERI, VERSE, VEXT, VGX, VIB, VICE, VIDT, VINE, VINU, VIRTUAL, VISTA, VITA, VITE, VIVI, VIX, VLX, VMINT, VNM, VOLT, VOW, VR, VRA, VRO, VSP, VTRAD, VVAIFU, VVS, VXV, W, WAFFLES, WAGMIGAMES, WALLET, WAMPL, WARPED, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WCT, WECAN, WEETH, WEN, WEPE, WETH, WEXO, WHALE, WHITE, WIF, WIKEN, WILD, WING, WISE, WITCH, WLD, WMC, WMT, WNXM, WOJAK, WOLF, WOM, WOO, WRLD, WSM, WSTETH, WUF, WXT, XAND, XAR, XAUT, XCAD, XCN, XDAO, XDATA, XDB, XDEFI, XEN, XETA, XFI, XFUND, XIDO, XION, XMW, XNET, XOR, XPR, XPRT, XRP, XRT, XSGD, XSUSHI, XSWAP, XT, XTM, XTN, XTP, XVS, XX, XYO, XZK, YAI, YAM, YFI, YFII, YGG, YLD, YNE, YTC, ZARP, ZBCN, ZCHF, ZCX, ZENT, ZEREBRO, ZETA, ZEUS, ZEX, ZIG, ZKB, ZKCRO, ZKJ, ZKL, ZKML, ZKP, ZND, ZNN, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

Probably Lost Supply

GET https://api.glassnode.com/v1/metrics/supply/probably_lost

Probably Lost Supply

get

Probably lost coins refer to so-called "zombie coins". Zombie coins are coins that have been inactive since the launch of the first BTC exchange in July 2010. Zombie coins are probably lost, as there is a non-zero probability that they can still be spent. Note that over time the chart steadily decreases as coins from before July 2010 are spent, eventually converging to the real number of lost coins. "Patoshi" coins are included in this category.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/probably_lost HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1456451.45200909
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":1456451.45200909}]

Provably Lost Supply

GET https://api.glassnode.com/v1/metrics/supply/provably_lost

Provably Lost Supply

get

The total amount of BTC that is provably lost. Provably lost coins fall into one of the following categories:\n\n- Unclaimed miner rewards: The Bitcoin protocol states that the miner of a valid block can add a special transaction to claim a reward plus the transaction fees. Miners are not allowed to claim more than the specified reward, but they are allowed to claim less.\n- BTC sent to burn addresses: We identify a burn address as an address whose private key has provably no owner. We consider addresses which are virtually impossible to be randomly generated, for example: '1Anything11111111111111111125qfuN'\n- BTC sent to 'OP_RETURN': OP_RETURN is a script opcode that has been primarily used as a means of storing data on the blockchain. Coins sent to OP_RETURN opcode are provably unspendable as they do not get added to the UTXO set.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/provably_lost HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "burn": 0.0000276,
      "cumsum": 3320.09478662,
      "op_return": 3.0000000000000004e-8,
      "unclaimed": 0
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"burn":0.0000276,"cumsum":3320.09478662,"op_return":3.0000000000000004e-8,"unclaimed":0}}]

Realized Cap by Date Bands

GET https://api.glassnode.com/v1/metrics/supply/rcap_by_date_bands

Realized Cap by Date Bands

get

This metric shows a breakdown of the Realized Cap by date bands. Each date band refers to the date when the UTXO was created. The metric is similar to the concept of Realized Cap HODL Waves, however it uses absolute date ranges instead of floating time periods.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/rcap_by_date_bands HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "2009": 53835.772371900086,
      "2010": 56154.48351182419,
      "2011": 2827875.8212535726,
      "2012": 1977776.275407472,
      "2013": 127126652.71202055,
      "2014": 167007975.44768488,
      "2015": 55184731.32231159,
      "2016": 179316150.13630432,
      "2017": 5148644927.208888,
      "2018": 6982235664.455656,
      "2019": 5091545187.164157,
      "2020": 13742946344.62612,
      "2021": 102644686250.89667,
      "2022": 48054698927.76802,
      "2023": 73666154952.18791,
      "2024": 369748658936.909
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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":{"2009":53835.772371900086,"2010":56154.48351182419,"2011":2827875.8212535726,"2012":1977776.275407472,"2013":127126652.71202086,"2014":167007975.44768524,"2015":55184731.32231049,"2016":179316150.1363069,"2017":5148644927.208897,"2018":6982235664.455629,"2019":5091545187.1641655,"2020":13742946344.626026,"2021":102644686250.89706,"2022":48054698927.76833,"2023":73666154952.18788,"2024":369748658936.909}}]

Realized Cap HODL Waves

GET https://api.glassnode.com/v1/metrics/supply/rcap_hodl_waves

Realized Cap HODL Waves

get

HODL Waves weighted by Realized Price. The idea for this visualization of HODL waves was first introduced by @typerbole.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/rcap_hodl_waves HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "1d_1w": 0.03314494607057089,
      "1m_3m": 0.13932192117586015,
      "1w_1m": 0.07010910137759063,
      "1y_2y": 0.09156255741770997,
      "24h": 0.024076592364249506,
      "2y_3y": 0.09401409818069342,
      "3m_6m": 0.16076398556149596,
      "3y_5y": 0.150218037566473,
      "5y_7y": 0.0230095557073191,
      "6m_12m": 0.2108869340760923,
      "7y_10y": 0.0024447484222072965,
      "more_10y": 0.00044752207973771155
    }
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"1d_1w":0.033144946070570884,"1m_3m":0.13932192117586079,"1w_1m":0.07010910137759004,"1y_2y":0.09156255741771016,"24h":0.02407659236424955,"2y_3y":0.09401409818069294,"3m_6m":0.16076398556149496,"3y_5y":0.1502180375664742,"5y_7y":0.02300955570731908,"6m_12m":0.2108869340760924,"7y_10y":0.0024447484222072996,"more_10y":0.0004475220797377115}}]

Supported asset ids: BTC, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, RAY, RETAR, RETARDIO, RIFA, RIZO, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDG-1, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Relative Long/Short-Term Holder Supply

GET https://api.glassnode.com/v1/metrics/supply/lth_sth_profit_loss_relative

Relative Long/Short-Term Holder Supply

get

The relative amount of circulating supply of held by long- and short-term holders in profit/loss. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/lth_sth_profit_loss_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "lth_loss": 0.03969601995606655,
      "lth_profit": 0.8245779985935144,
      "sth_loss": 0.05150560905139941,
      "sth_profit": 0.08420427010463623
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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":{"lth_loss":0.03925595185786595,"lth_profit":0.8263818271534991,"sth_loss":0.05092556233076899,"sth_profit":0.08342073006144776}}]

Relative Realized Cap by Date Bands

GET https://api.glassnode.com/v1/metrics/supply/rcap_by_date_bands_relative

Relative Realized Cap by Date Bands

get

This metric shows a breakdown of the relative Realized Cap by date bands. Each date band refers to the date when the UTXO was created. The metric is similar to the concept of Realized Cap HODL Waves, however it uses absolute date ranges instead of floating time periods.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/rcap_by_date_bands_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "2009": 8.605281834604463e-8,
      "2010": 8.975912030345809e-8,
      "2011": 0.000004520167049345089,
      "2012": 0.0000031613407787865104,
      "2013": 0.00020320330276301935,
      "2014": 0.00026695088303482024,
      "2015": 0.0000882090374249525,
      "2016": 0.00028662466264244756,
      "2017": 0.008229758525404682,
      "2018": 0.011160628533979935,
      "2019": 0.008138488476862752,
      "2020": 0.021967164456450243,
      "2021": 0.16407054549375286,
      "2022": 0.07681216587622512,
      "2023": 0.1177503353450721,
      "2024": 0.5910180680866204
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"2009":8.605281834604455e-8,"2010":8.9759120303458e-8,"2011":0.000004520167049345084,"2012":0.0000031613407787865074,"2013":0.00020320330276301965,"2014":0.00026695088303482057,"2015":0.00008820903742495065,"2016":0.0002866246626424514,"2017":0.008229758525404689,"2018":0.011160628533979882,"2019":0.008138488476862759,"2020":0.02196716445645007,"2021":0.16407054549375333,"2022":0.07681216587622555,"2023":0.11775033534507193,"2024":0.5910180680866198}}]

Relative Supply by Date Bands

GET https://api.glassnode.com/v1/metrics/supply/supply_by_date_bands_relative

Relative Supply by Date Bands

get

This metric shows a breakdown of the relative supply by date bands. Each date band refers to the date when the UTXO was created. The metric is similar to the concept of HODL Waves, however it uses absolute date ranges instead of floating time periods.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/supply_by_date_bands_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "2009": 0.055037960175748975,
      "2010": 0.03811958096923419,
      "2011": 0.02524301980081789,
      "2012": 0.01145356824344601,
      "2013": 0.025290654812893772,
      "2014": 0.014932329616112319,
      "2015": 0.00981535586434961,
      "2016": 0.016238631162131843,
      "2017": 0.04454178040713123,
      "2018": 0.04332566865826158,
      "2019": 0.035156527802735815,
      "2020": 0.05413315747743487,
      "2021": 0.10757145632373744,
      "2022": 0.09222849124979922,
      "2023": 0.12320496490371305,
      "2024": 0.30370685253245217
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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":{"2009":0.055037960175748975,"2010":0.03811958096923419,"2011":0.02524301980081789,"2012":0.01145356824344601,"2013":0.025290654812893772,"2014":0.014932329616112319,"2015":0.00981535586434961,"2016":0.016238631162131843,"2017":0.04454178040713123,"2018":0.04332566865826158,"2019":0.035156527802735815,"2020":0.05413315747743487,"2021":0.10757145632373744,"2022":0.09222849124979922,"2023":0.12320496490371305,"2024":0.30370685253245217}}]

Revived Supply 1+ Years

GET https://api.glassnode.com/v1/metrics/supply/revived_more_1y_sum

Revived Supply 1+ Years

get

The total amount of coins that come back into circulation after being untouched for at least 1 year. In other words, it is the total transfer volume of coins that were previously dormant for 1+ years.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/revived_more_1y_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 8857.3671475
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":8857.3671475}]

Revived Supply 2+ Years

GET https://api.glassnode.com/v1/metrics/supply/revived_more_2y_sum

Revived Supply 2+ Years

get

The total amount of coins that come back into circulation after being untouched for at least 2 years. In other words, it is the total transfer volume of coins that were previously dormant for 2+ years.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/revived_more_2y_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 2567.7479217800005
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":2567.74792178}]

Revived Supply 3+ Years

GET https://api.glassnode.com/v1/metrics/supply/revived_more_3y_sum

Revived Supply 3+ Years

get

The total amount of coins that come back into circulation after being untouched for at least 3 years. In other words, it is the total transfer volume of coins that were previously dormant for 3+ years.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/revived_more_3y_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1829.7668924900001
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":1829.76689249}]

Revived Supply 5+ Years

GET https://api.glassnode.com/v1/metrics/supply/revived_more_5y_sum

Revived Supply 5+ Years

get

The total amount of coins that come back into circulation after being untouched for at least 5 years. In other words, it is the total transfer volume of coins that were previously dormant for 5+ years.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h, 10m

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/revived_more_5y_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 843.01273685
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":843.0127368499999}]

Short-Term Holder Profit/Loss Ratio

GET https://api.glassnode.com/v1/metrics/supply/sth_profit_loss_ratio

Short-Term Holder Profit/Loss Ratio

get

The ratio of the Short-Term Holder Supply in Profit and the Short-Term Holder Supply in Loss. Similar to SOPR, it detects local bottoms in bull markets and local tops in bear markets. This metric was first put forward by ARK Invest.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/sth_profit_loss_ratio HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1.6348563128455693
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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,"v":1.6380914857575435}]

Short-Term Holder Supply

GET https://api.glassnode.com/v1/metrics/supply/sth_sum

Short-Term Holder Supply

get

The total amount of circulating supply held by short term holders. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/sth_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 2220878.3555084537
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":2222538.0675072246}]

Short-Term Holder Supply in Loss

GET https://api.glassnode.com/v1/metrics/supply/sth_loss_sum

Short-Term Holder Supply in Loss

get

The total amount of circulating supply that is currently at loss and held by short term holders. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/sth_loss_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 842784.0499634626
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":842379.6515049252}]

Short-Term Holder Supply in Profit

GET https://api.glassnode.com/v1/metrics/supply/sth_profit_sum

Short-Term Holder Supply in Profit

get

The total amount of circulating supply that is currently in profit and held by short term holders. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/sth_profit_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1377830.8244483226
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":1379894.9349056247}]

SLRV Ratio

GET https://api.glassnode.com/v1/metrics/supply/sth_lth_realized_value_ratio

Short to Long-Term Realized Value (SLRV) Ratio

get

The Short to Long-Term Realized Value (SLRV) Ratio is the ratio of the 24h realized HODL wave and the 6m-1y realized HODL wave. It serves as a measurement for comparing short-term and long-term velocity for bear market detection. This metric was first put forward by ARK Invest.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/sth_lth_realized_value_ratio HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.11416825072511216
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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,"v":0.11416825072511232}]

Supply by Date Bands

GET https://api.glassnode.com/v1/metrics/supply/supply_by_date_bands

Supply by Date Bands

get

This metric shows a breakdown of the total supply by date bands. Each date band refers to the date when the UTXO was created. The metric is similar to the concept of HODL Waves, however it uses absolute date ranges instead of floating time periods.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/supply_by_date_bands HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "2009": 1087371.69,
      "2010": 753119.35704463,
      "2011": 498720.24715068,
      "2012": 226285.38226411,
      "2013": 499661.36058255,
      "2014": 295014.43073945,
      "2015": 193919.61584492002,
      "2016": 320822.71497108,
      "2017": 880001.20066681,
      "2018": 855974.77448069,
      "2019": 694579.03107821,
      "2020": 1069495.72155857,
      "2021": 2125263.28891897,
      "2022": 1822136.03258925,
      "2023": 2434130.7431442803,
      "2024": 6000262.95393676
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"2009":1087371.69,"2010":753119.35704463,"2011":498720.24715068,"2012":226285.38226411,"2013":499661.36058255,"2014":295014.43073945,"2015":193919.61584492002,"2016":320822.71497108,"2017":880001.20066681,"2018":855974.77448069,"2019":694579.03107821,"2020":1069495.72155857,"2021":2125263.28891897,"2022":1822136.03258925,"2023":2434130.7431442803,"2024":6000262.95393676}}]

Supply by TxOut Type

GET https://api.glassnode.com/v1/metrics/supply/supply_by_txout_type

Supply by TxOut Type

get

This metric breaks down the total Bitcoin supply by transaction output types. Transaction output types, or txout types for short, are determined by the type of Bitcoin script conditions that are used to lock Bitcoin in the output. The most common transaction output types are:\n\n- P2TR (Pay to Taproot): Funds are locked using a 32-byte hash that is either (1) a public key, (2) a combination of multiple public keys, or (3) a script hash.\n- P2WPKH (Pay to Witness Public Key Hash): The SegWit version of P2PKH.\n- P2WSH (Pay to Witness Script Hash): The SegWit version of P2SH. This type comes in two variants.\n- P2SH (Pay to Script Hash): Funds are locked using arbitrary Bitcoin script instructions.\n- P2PKH (Pay to Public Key Hash): The successor of P2PK, locking funds using the hash of a public key.\n- P2PK (Pay to Public Key): The first available type, locking funds using a public key.\n- Other: Serves as catch-all for all outputs whose script instructions don't match any of most commonly used output types listed above.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/supply_by_txout_type HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "total_other": 2724.3246246500003,
      "total_p2pk": 1723949.59799878,
      "total_p2pkh": 7062482.81151742,
      "total_p2sh": 4211660.82499212,
      "total_p2tr": 76733.79212456,
      "total_p2wpkh": 5464332.36023638,
      "total_p2wsh": 1214874.83347705
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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":{"total_other":2724.3246246500003,"total_p2pk":1723949.59799878,"total_p2pkh":7062482.81151742,"total_p2sh":4211660.82499212,"total_p2tr":76733.79212456,"total_p2wpkh":5464332.36023638,"total_p2wsh":1214874.83347705}}]

Supply in Loss

GET https://api.glassnode.com/v1/metrics/supply/loss_sum

Supply in Loss

get

The circulating supply in loss, i.e. the amount of coins whose price at the time they last moved was higher than the current price. For more information see this article.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/loss_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 2966367.04389942
  }
]

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

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":2966367.04389942}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 0X0, 1, 10SET, 1EX, 1INCH, A47, A8, AAG, AAPLX, AAVE, ABT, ACH, ACS, ACT, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGETH, AGEUR, AGI, AGIX, AGLD, AGRI, AGRS, AHT, AI16Z, AIAT, AIKEK, AIMONICA, AIN, AINTI, AIOZ, AIPAD, AIR, AIT, AIUS, AIXBT, ALCH, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, ANZENUSD, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARC, ARCA, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, ASM, AST, ASTO, ASTR, ASTROP, ATA, ATH, ATLAS, ATOR, ATR, AUCTION, AUDF, AUDIO, AURA, AURABAL, AURORA, AURY, AUTOS, AVA, AVAAI, AVAIL, AVB, AVI, AVINOC, AVT, AXGT, AXL, AXS, AZUR, B2M, BAAS, BABYDOGE, BAD, BADGER, BAG, BAL, BAN, BANANA, BAND, BARSIK, BASEDAI, BAT, BAX, BAZED, BB, BBL, BBSOL, BCUT, BDC, BEER, BEL, BEN, BENDOG, BEPRO, BERT, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BILLY, BINK, BITRUE, BKN, BLENDR, BLOCK, BLUR, BLZ, BMEX, BMX, BNB, BNSOL, BNT, BOA, BOBA, BOBAOPPA, BOBO, BOBT, BODEN, BOLT, BOME, BOND, BONE, BONGO, BONK, BOO, BOOE, BORA, BORG, BOSON, BOTIFY, BOTTO, BOX, BREED, BRG, BRISE, BROCK, BRWL, BST, BTC2XFLI, BTM, BTRFLY, BTSE, BTT, BTU, BUIDL, BULLY, BUSD, BUTTHOLE, BUZZ, BVM, BXBT, BXX, BZR, BZRX, BZZ, C98, CA, CAGA, CAH, CAI, CAKE, CANTO, CAPS, CARR, CARROT, CARV, CAST, CATE, CAW, CBAT, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CENTS, CERE, CET, CETH, CGPT, CHAT, CHEQ, CHESS, CHEX, CHILLGUY, CHKN, CHNG, CHO, CHOMP, CHR, CHRP, CHZ, CLEAR, CLOUD, CLV, CMETH, CNHT, COINX, COMAI, COMBO, COMP, COPI, CORGIAI, CORN, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRCLX, CRE, CREAM, CREDI, CREO, CRO, CROWN, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUNI, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACXI, DAG, DAI, DAKU, DAO, DAR, DATA, DATAO, DBR, DC, DDBAM, DDX, DEAI, DEFIT, DEFX, DEGENAI, DEGO, DENT, DEP, DERC, DEUSD, DEVVE, DEXE, DEXT, DEXTF, DF, DFI, DG, DHT, DIA, DIMO, DINERO, DIP, DIVER, DIVI, DKA, DMAIL, DMTR, DNT, DNX, DODO, DOG, DOGE, DOGEAI, DOGEGF, DOGEGOV, DOGENFT, DOLA, DOLAN, DOLO, DOMI, DORA, DORKY, DOSE, DOVU, DPAY, DPI, DRGN, DRIFT, DRV, DUEL, DUKO, DUSK, DUST, DVF, DYPV1, EBET, EBULL, ECOX, EDEN, EDU, EDUM, EFFECT, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELIZA, ELON, ELON4AFD, ELONRWA, ELX, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIC, EPIK, EQUAD, ERN, ES, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURCV, EURQ, EURR, EURS, EURT, EVER, EVEREST, EXRD, EZETH, F, FACTR, FAKEAI, FARM, FARTBOY, FARTCOIN, FCT, FDUSD, FEG, FEI, FER, FET, FHE, FI, FIDA, FIDU, FIS, FJO, FLAY, FLEX, FLIP, FLOCKE, FLOKI, FLT, FLUX, FLUXB, FLUXT, FLX, FNCT, FOLD, FOMO, FOOM, FOR, FORT, FORTH, FOX, FOXSY, FPIS, FRAX, FRED, FRIC, FRM, FRONT, FRXETH, FT, FTM, FTN, FTT, FUEL, FUN, FUSE, FWOG, FX, FXN, FXS, G, GAINS, GAL, GALA, GAME, GAMESTOP, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEMS, GENE, GENOME, GEOD, GEOJ, GET, GF, GFI, GHIBLI, GHO, GHST, GHX, GIGA, GIKO, GINNAN, GLM, GLQ, GME, GMEE, GMEX, GMM, GMT, GMTT, GNO, GNON, GNUS, GOAT, GODS, GOG, GOHOME, GOOGLX, GORK, GPU, GRASS, GRG, GRIFFAIN, GRIFT, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUAC, GUSD, GYEN, HAI, HAIR, HANDY, HAPI, HARAMBE, HARRYP, HASHAI, HAT, HBTC, HEART, HEGE, HEGIC, HEHE, HEI, HELLO, HEMULE, HERAF, HEU, HEZ, HFT, HI, HIFI, HMT, HNS, HNT, HOGE, HONEY, HOODX, HOPPY, HOPR, HOT, HOUSE, HPO, HSK, HT, HUNT, HVH, HXD, HXRO, HYPER, IAG, ICHI, ID, IDEX, IDRT, ILV, IMGNAI, IMPT, IMX, INDEX, INFR, INJ, INSP, INST, INV, IO, IOT, IOTX, IPOR, IQ, IRIS, ISKR, ISLAND, ISP, IXS, IZI, J, JAILSTOOL, JASMY, JBX, JELLYJELLY, JESUS, JLP, JMPT, JOECOIN, JPEG, JTO, JUP, JYAI, KAI, KAN, KAP, KARATE, KARRAT, KATA, KCS, KCT, KEEP, KEKIUS, KENDU, KEY, KHAI, KIN, KINET, KIP, KISHU, KIZUNA, KMNO, KNC, KNCL, KNDX, KNINE, KOIN, KOKO, KOMPETE, KP3R, KRL, KUJI, LADYF, LADYS, LAI, LAKE, LAMB, LANDW, LAYER, LBA, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIBRA, LIKE, LIMBO, LIME, LINA, LINK, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, LOCKIN, LOKA, LON, LOOKS, LOOM, LOOMV1, LORDS, LOULOU, LOVELY, LPT, LQTY, LRC, LRDS, LRT2, LSETH, LSK, LSS, LTO, LTX, LUCE, LUNAB, LUNR, LUSD, LUSH, LYXE, M3M3, M87, MADCOIN, MAGAHAT, MAGIC, MAHA, MAN, MANA, MANC, MANEKI, MANTLE, MAP, MARSH, MASA, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAX, MAXAIAGENT, MAXETH, MAZZE, MBS, MC, MCADE, MCB, MCDULL, MCRT, MDAI, MDT, ME, MEED, MELANIA, MEMDEX, MEME, MEMESAI, MEOW, META, METAL, METH, METIS, MEW, MFT, MICRO, MIM, MIN, MINI, MIR, MIX, MKR, ML, MLG, MLN, MLT, MMX, MNDE, MNEE, MNGO, MNW, MOBILE, MOC, MOCA, MOG, MON, MONG, MOODENG, MOODENGVIP, MORPHO, MOTHER, MOVE, MPLX, MPS, MSOL, MSTRX, MTA, MTD, MTL, MTLX, MTO, MUBI, MUMU, MUSD, MUSE, MUSIC, MV, MVC, MVI, MVL, MVP, MX, MXC, MYRIA, MYRO, MYST, MYTH, NAI, NATIX, NAVI, NC, NCDT, NCT, NEAR, NEIRO, NEIROCOIN, NEIROLOL, NEST, NETVR, NEUR, NEURAL, NEURON, NEXO, NEXT, NFD, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, NOIA, NOS, NPC, NPCS, NPXS, NRG, NSURE, NTX, NUB, NULS, NUM, NUMI, NVDAX, NVIR, NWC, NXRA, NYM, OAX, OBOL, OBSR, OCEAN, OCT, OETHER, OFFICIAL-TRUMP, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, OPUS, ORAI, ORB, ORBS, ORCA, ORDI, ORDS, ORN, OSAK, OSCAR, OSETH, OSMI, OSMO, OSOL, OUSD, OVR, OWN, OX, OXT, OXY, P, PAAL, PAI, PAID, PAIN, PAL, PALM, PANDORA, PARAL, PARI, PASTERNAK, PATRIOT, PAW, PAXG, PAY, PDA, PDEX, PDT, PEAS, PEIPEI, PENDLE, PENG, PENGU, PENP, PEOPLE, PEPE, PEPE2, PEPECOIN, PEPU, PERC, PERP, PHA, PHIL, PHRZ, PIB, PICKLE, PIKA, PIN, PIPPIN, PIRATE, PIXEL, PKF, PLANET, PLU, PLUME, PNDC, PNK, PNT, PNUT, POL, POLA, POLIS, POLS, POLY, POND, PONKE, POOH, POOL, POOLZ, POPCAT, PORK, PORT3, PORTAL, POWR, PPC, PPT, PRCL, PRE, PREMIA, PRIME, PRISMA, PRNT, PRO, PROJECT89, PROM, PROMPT, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIAI, PUNDIX, PUNDU, PUPPIES, PURGE, PURPE, PUSH, PWEASE, PYR, PYTH, PYTHIA, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAI-1, RAIL, RAMP, RARE, RARI, RAY, RBC, RBN, RBNT, RBX, RDN, RDNT, RDPX, RDT, RED, REEF, REKT, REKT-1, REN, RENBTC, REP, REPV2, REQ, RETAR, RETARDIO, RETH, REVV, REZ, RFD, RFOX, RIFA, RING, RIO, RISE, RIZO, RJV, RLB, RLC, RLUSD, RLY, RMRK, ROA, ROAM, ROCK, ROKO, ROOK, ROOT, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RSWETH, RUNE, RVF, RVST, RWA, SAAS, SABAI, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAMO, SAN, SAND, SAROS, SAVM, SBR, SCF, SCIHUB, SCNSOL, SD, SDAO, SDEX, SEAM, SEDA, SELFIE, SENATE, SENT, SETH, SETH2, SEXY, SFI, SFP, SFRXETH, SFUND, SG, SHDW, SHFL, SHFT, SHIB, SHIBDOGE, SHIDO, SHINA, SHIRO, SHOGGOTH, SHOPX, SHRAP, SHRUB, SHX, SIDESHIFT, SIDUS, SIGMA, SIGN, SILLY, SILO, SIPHER, SIS, SKBDI, SKEB, SKEY, SKL, SLAP, SLERF, SLIM, SLN, SLP, SMURFCATETH, SNAI, SNAPKERO, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOL, SOLAMA, SOLANAS, SOLVE, SOMM, SOMNIUM, SONIC, SORA, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, SPOOL, SPX, SPYX, SQGROW, SQT, SQUIDGROW, SRM, SSE, SSV, STAKE, STARL, STAT, STBU, STEP, STETH, STFX, STG, STIMA, STMX, STNK, STORJ, STOS, STPT, STRDY, STRIKE, STRK, STRP, STRUMP, STSOL, STTAO, SUIAI, SUKU, SUPER, SURE, SUSD, SUSDE, SUSDS, SUSHI, SWAP, SWARMS, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SWITCH, SWTH, SXP, SYLO, SYN, SYNTE, SYRUP, T, TADA, TAI, TAIKO, TALK, TAOBOT, TAONU, TARA, TBTC, TEL, TENET, TET, TETH, THALES, THOR, TIME, TITCOIN, TITS, TJRM, TKP, TKX, TLM, TLOS, TNSR, TOKE, TOKEN, TOMI, TON, TOOKER, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TREAT, TREMP, TRIAS, TRIBE, TROG, TRU, TRUF, TRUMP, TRVL, TRX, TRYB, TSLAX, TSUKA, TT, TURBOT, TUSD, TVK, TXAU, TYPE, UBT, UCASH, UDS, UFD, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UPT, UQC, URO, USDC, USDD, USDE, USDG, USDG-1, USDP, USDQ, USDR, USDS, USDT, USDY, USDZ, USTC, USUAL, USYC, UTK, UX, VAIOT, VALOR, VANRY, VCX, VEE, VEGA, VERI, VERSE, VEXT, VGX, VIB, VICE, VIDT, VINE, VINU, VIRTUAL, VISTA, VITA, VITE, VIVI, VIX, VLX, VMINT, VNM, VOLT, VOW, VR, VRA, VRO, VSP, VTRAD, VVAIFU, VVS, VXV, W, WAFFLES, WAGMIGAMES, WALLET, WAMPL, WARPED, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WCT, WECAN, WEETH, WEN, WEPE, WETH, WEXO, WHALE, WHITE, WIF, WIKEN, WILD, WING, WISE, WITCH, WLD, WMC, WMT, WNXM, WOJAK, WOLF, WOM, WOO, WRLD, WSM, WSTETH, WUF, WXT, XAND, XAR, XAUT, XCAD, XCN, XDAO, XDATA, XDB, XDEFI, XEN, XETA, XFI, XFUND, XIDO, XION, XMW, XNET, XOR, XPR, XPRT, XRP, XRT, XSGD, XSUSHI, XSWAP, XT, XTM, XTN, XTP, XVS, XX, XYO, XZK, YAI, YAM, YFI, YFII, YGG, YLD, YNE, YTC, ZARP, ZBCN, ZCHF, ZCX, ZENT, ZEREBRO, ZETA, ZEUS, ZEX, ZIG, ZKB, ZKCRO, ZKJ, ZKL, ZKML, ZKP, ZND, ZNN, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

Supply in Profit

GET https://api.glassnode.com/v1/metrics/supply/profit_sum

Supply in Profit

get

The circulating supply in profit, i.e. the amount of coins whose price at the time they last moved was lower than the current price. For more information see this article.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/profit_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 16788935.36020692
  }
]

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

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":16788935.36020692}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 0X0, 1, 10SET, 1EX, 1INCH, A47, A8, AAG, AAPLX, AAVE, ABT, ACH, ACS, ACT, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGETH, AGEUR, AGI, AGIX, AGLD, AGRI, AGRS, AHT, AI16Z, AIAT, AIKEK, AIMONICA, AIN, AINTI, AIOZ, AIPAD, AIR, AIT, AIUS, AIXBT, ALCH, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, ANZENUSD, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARC, ARCA, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, ASM, AST, ASTO, ASTR, ASTROP, ATA, ATH, ATLAS, ATOR, ATR, AUCTION, AUDF, AUDIO, AURA, AURABAL, AURORA, AURY, AUTOS, AVA, AVAAI, AVAIL, AVB, AVI, AVINOC, AVT, AXGT, AXL, AXS, AZUR, B2M, BAAS, BABYDOGE, BAD, BADGER, BAG, BAL, BAN, BANANA, BAND, BARSIK, BASEDAI, BAT, BAX, BAZED, BB, BBL, BBSOL, BCUT, BDC, BEER, BEL, BEN, BENDOG, BEPRO, BERT, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BILLY, BINK, BITRUE, BKN, BLENDR, BLOCK, BLUR, BLZ, BMEX, BMX, BNB, BNSOL, BNT, BOA, BOBA, BOBAOPPA, BOBO, BOBT, BODEN, BOLT, BOME, BOND, BONE, BONGO, BONK, BOO, BOOE, BORA, BORG, BOSON, BOTIFY, BOTTO, BOX, BREED, BRG, BRISE, BROCK, BRWL, BST, BTC2XFLI, BTM, BTRFLY, BTSE, BTT, BTU, BUIDL, BULLY, BUSD, BUTTHOLE, BUZZ, BVM, BXBT, BXX, BZR, BZRX, BZZ, C98, CA, CAGA, CAH, CAI, CAKE, CANTO, CAPS, CARR, CARROT, CARV, CAST, CATE, CAW, CBAT, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CENTS, CERE, CET, CETH, CGPT, CHAT, CHEQ, CHESS, CHEX, CHILLGUY, CHKN, CHNG, CHO, CHOMP, CHR, CHRP, CHZ, CLEAR, CLOUD, CLV, CMETH, CNHT, COINX, COMAI, COMBO, COMP, COPI, CORGIAI, CORN, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRCLX, CRE, CREAM, CREDI, CREO, CRO, CROWN, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUNI, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACXI, DAG, DAI, DAKU, DAO, DAR, DATA, DATAO, DBR, DC, DDBAM, DDX, DEAI, DEFIT, DEFX, DEGENAI, DEGO, DENT, DEP, DERC, DEUSD, DEVVE, DEXE, DEXT, DEXTF, DF, DFI, DG, DHT, DIA, DIMO, DINERO, DIP, DIVER, DIVI, DKA, DMAIL, DMTR, DNT, DNX, DODO, DOG, DOGE, DOGEAI, DOGEGF, DOGEGOV, DOGENFT, DOLA, DOLAN, DOLO, DOMI, DORA, DORKY, DOSE, DOVU, DPAY, DPI, DRGN, DRIFT, DRV, DUEL, DUKO, DUSK, DUST, DVF, DYPV1, EBET, EBULL, ECOX, EDEN, EDU, EDUM, EFFECT, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELIZA, ELON, ELON4AFD, ELONRWA, ELX, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIC, EPIK, EQUAD, ERN, ES, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURCV, EURQ, EURR, EURS, EURT, EVER, EVEREST, EXRD, EZETH, F, FACTR, FAKEAI, FARM, FARTBOY, FARTCOIN, FCT, FDUSD, FEG, FEI, FER, FET, FHE, FI, FIDA, FIDU, FIS, FJO, FLAY, FLEX, FLIP, FLOCKE, FLOKI, FLT, FLUX, FLUXB, FLUXT, FLX, FNCT, FOLD, FOMO, FOOM, FOR, FORT, FORTH, FOX, FOXSY, FPIS, FRAX, FRED, FRIC, FRM, FRONT, FRXETH, FT, FTM, FTN, FTT, FUEL, FUN, FUSE, FWOG, FX, FXN, FXS, G, GAINS, GAL, GALA, GAME, GAMESTOP, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEMS, GENE, GENOME, GEOD, GEOJ, GET, GF, GFI, GHIBLI, GHO, GHST, GHX, GIGA, GIKO, GINNAN, GLM, GLQ, GME, GMEE, GMEX, GMM, GMT, GMTT, GNO, GNON, GNUS, GOAT, GODS, GOG, GOHOME, GOOGLX, GORK, GPU, GRASS, GRG, GRIFFAIN, GRIFT, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUAC, GUSD, GYEN, HAI, HAIR, HANDY, HAPI, HARAMBE, HARRYP, HASHAI, HAT, HBTC, HEART, HEGE, HEGIC, HEHE, HEI, HELLO, HEMULE, HERAF, HEU, HEZ, HFT, HI, HIFI, HMT, HNS, HNT, HOGE, HONEY, HOODX, HOPPY, HOPR, HOT, HOUSE, HPO, HSK, HT, HUNT, HVH, HXD, HXRO, HYPER, IAG, ICHI, ID, IDEX, IDRT, ILV, IMGNAI, IMPT, IMX, INDEX, INFR, INJ, INSP, INST, INV, IO, IOT, IOTX, IPOR, IQ, IRIS, ISKR, ISLAND, ISP, IXS, IZI, J, JAILSTOOL, JASMY, JBX, JELLYJELLY, JESUS, JLP, JMPT, JOECOIN, JPEG, JTO, JUP, JYAI, KAI, KAN, KAP, KARATE, KARRAT, KATA, KCS, KCT, KEEP, KEKIUS, KENDU, KEY, KHAI, KIN, KINET, KIP, KISHU, KIZUNA, KMNO, KNC, KNCL, KNDX, KNINE, KOIN, KOKO, KOMPETE, KP3R, KRL, KUJI, LADYF, LADYS, LAI, LAKE, LAMB, LANDW, LAYER, LBA, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIBRA, LIKE, LIMBO, LIME, LINA, LINK, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, LOCKIN, LOKA, LON, LOOKS, LOOM, LOOMV1, LORDS, LOULOU, LOVELY, LPT, LQTY, LRC, LRDS, LRT2, LSETH, LSK, LSS, LTO, LTX, LUCE, LUNAB, LUNR, LUSD, LUSH, LYXE, M3M3, M87, MADCOIN, MAGAHAT, MAGIC, MAHA, MAN, MANA, MANC, MANEKI, MANTLE, MAP, MARSH, MASA, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAX, MAXAIAGENT, MAXETH, MAZZE, MBS, MC, MCADE, MCB, MCDULL, MCRT, MDAI, MDT, ME, MEED, MELANIA, MEMDEX, MEME, MEMESAI, MEOW, META, METAL, METH, METIS, MEW, MFT, MICRO, MIM, MIN, MINI, MIR, MIX, MKR, ML, MLG, MLN, MLT, MMX, MNDE, MNEE, MNGO, MNW, MOBILE, MOC, MOCA, MOG, MON, MONG, MOODENG, MOODENGVIP, MORPHO, MOTHER, MOVE, MPLX, MPS, MSOL, MSTRX, MTA, MTD, MTL, MTLX, MTO, MUBI, MUMU, MUSD, MUSE, MUSIC, MV, MVC, MVI, MVL, MVP, MX, MXC, MYRIA, MYRO, MYST, MYTH, NAI, NATIX, NAVI, NC, NCDT, NCT, NEAR, NEIRO, NEIROCOIN, NEIROLOL, NEST, NETVR, NEUR, NEURAL, NEURON, NEXO, NEXT, NFD, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, NOIA, NOS, NPC, NPCS, NPXS, NRG, NSURE, NTX, NUB, NULS, NUM, NUMI, NVDAX, NVIR, NWC, NXRA, NYM, OAX, OBOL, OBSR, OCEAN, OCT, OETHER, OFFICIAL-TRUMP, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, OPUS, ORAI, ORB, ORBS, ORCA, ORDI, ORDS, ORN, OSAK, OSCAR, OSETH, OSMI, OSMO, OSOL, OUSD, OVR, OWN, OX, OXT, OXY, P, PAAL, PAI, PAID, PAIN, PAL, PALM, PANDORA, PARAL, PARI, PASTERNAK, PATRIOT, PAW, PAXG, PAY, PDA, PDEX, PDT, PEAS, PEIPEI, PENDLE, PENG, PENGU, PENP, PEOPLE, PEPE, PEPE2, PEPECOIN, PEPU, PERC, PERP, PHA, PHIL, PHRZ, PIB, PICKLE, PIKA, PIN, PIPPIN, PIRATE, PIXEL, PKF, PLANET, PLU, PLUME, PNDC, PNK, PNT, PNUT, POL, POLA, POLIS, POLS, POLY, POND, PONKE, POOH, POOL, POOLZ, POPCAT, PORK, PORT3, PORTAL, POWR, PPC, PPT, PRCL, PRE, PREMIA, PRIME, PRISMA, PRNT, PRO, PROJECT89, PROM, PROMPT, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIAI, PUNDIX, PUNDU, PUPPIES, PURGE, PURPE, PUSH, PWEASE, PYR, PYTH, PYTHIA, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAI-1, RAIL, RAMP, RARE, RARI, RAY, RBC, RBN, RBNT, RBX, RDN, RDNT, RDPX, RDT, RED, REEF, REKT, REKT-1, REN, RENBTC, REP, REPV2, REQ, RETAR, RETARDIO, RETH, REVV, REZ, RFD, RFOX, RIFA, RING, RIO, RISE, RIZO, RJV, RLB, RLC, RLUSD, RLY, RMRK, ROA, ROAM, ROCK, ROKO, ROOK, ROOT, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RSWETH, RUNE, RVF, RVST, RWA, SAAS, SABAI, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAMO, SAN, SAND, SAROS, SAVM, SBR, SCF, SCIHUB, SCNSOL, SD, SDAO, SDEX, SEAM, SEDA, SELFIE, SENATE, SENT, SETH, SETH2, SEXY, SFI, SFP, SFRXETH, SFUND, SG, SHDW, SHFL, SHFT, SHIB, SHIBDOGE, SHIDO, SHINA, SHIRO, SHOGGOTH, SHOPX, SHRAP, SHRUB, SHX, SIDESHIFT, SIDUS, SIGMA, SIGN, SILLY, SILO, SIPHER, SIS, SKBDI, SKEB, SKEY, SKL, SLAP, SLERF, SLIM, SLN, SLP, SMURFCATETH, SNAI, SNAPKERO, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOL, SOLAMA, SOLANAS, SOLVE, SOMM, SOMNIUM, SONIC, SORA, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, SPOOL, SPX, SPYX, SQGROW, SQT, SQUIDGROW, SRM, SSE, SSV, STAKE, STARL, STAT, STBU, STEP, STETH, STFX, STG, STIMA, STMX, STNK, STORJ, STOS, STPT, STRDY, STRIKE, STRK, STRP, STRUMP, STSOL, STTAO, SUIAI, SUKU, SUPER, SURE, SUSD, SUSDE, SUSDS, SUSHI, SWAP, SWARMS, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SWITCH, SWTH, SXP, SYLO, SYN, SYNTE, SYRUP, T, TADA, TAI, TAIKO, TALK, TAOBOT, TAONU, TARA, TBTC, TEL, TENET, TET, TETH, THALES, THOR, TIME, TITCOIN, TITS, TJRM, TKP, TKX, TLM, TLOS, TNSR, TOKE, TOKEN, TOMI, TON, TOOKER, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TREAT, TREMP, TRIAS, TRIBE, TROG, TRU, TRUF, TRUMP, TRVL, TRX, TRYB, TSLAX, TSUKA, TT, TURBOT, TUSD, TVK, TXAU, TYPE, UBT, UCASH, UDS, UFD, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UPT, UQC, URO, USDC, USDD, USDE, USDG, USDG-1, USDP, USDQ, USDR, USDS, USDT, USDY, USDZ, USTC, USUAL, USYC, UTK, UX, VAIOT, VALOR, VANRY, VCX, VEE, VEGA, VERI, VERSE, VEXT, VGX, VIB, VICE, VIDT, VINE, VINU, VIRTUAL, VISTA, VITA, VITE, VIVI, VIX, VLX, VMINT, VNM, VOLT, VOW, VR, VRA, VRO, VSP, VTRAD, VVAIFU, VVS, VXV, W, WAFFLES, WAGMIGAMES, WALLET, WAMPL, WARPED, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WCT, WECAN, WEETH, WEN, WEPE, WETH, WEXO, WHALE, WHITE, WIF, WIKEN, WILD, WING, WISE, WITCH, WLD, WMC, WMT, WNXM, WOJAK, WOLF, WOM, WOO, WRLD, WSM, WSTETH, WUF, WXT, XAND, XAR, XAUT, XCAD, XCN, XDAO, XDATA, XDB, XDEFI, XEN, XETA, XFI, XFUND, XIDO, XION, XMW, XNET, XOR, XPR, XPRT, XRP, XRT, XSGD, XSUSHI, XSWAP, XT, XTM, XTN, XTP, XVS, XX, XYO, XZK, YAI, YAM, YFI, YFII, YGG, YLD, YNE, YTC, ZARP, ZBCN, ZCHF, ZCX, ZENT, ZEREBRO, ZETA, ZEUS, ZEX, ZIG, ZKB, ZKCRO, ZKJ, ZKL, ZKML, ZKP, ZND, ZNN, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

Supply Last Active < 24h

GET https://api.glassnode.com/v1/metrics/supply/active_24h

Supply Last Active < 24h

get

The amount of circulating supply last moved in the last 24 hours.\n\nETH: The amount of circulating supply last moved in the last 24 hours. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_24h HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 237995.56619327
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":237995.56619327}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active >10y

GET https://api.glassnode.com/v1/metrics/supply/active_more_10y

Supply Last Active >10y

get

The amount of circulating supply last moved more than 10 years ago.\n\nETH: The amount of circulating supply last moved more than 10 years ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_more_10y HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 3307197.1804835103
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":3307197.1804835103}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, RAY, RETAR, RETARDIO, RIFA, RIZO, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDG-1, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 1+ Years Ago

GET https://api.glassnode.com/v1/metrics/supply/active_more_1y_percent

Supply Last Active 1+ Years Ago

get

The percent of circulating supply that has not moved in at least 1 year.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_more_1y_percent HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.6558476420866592
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":0.6558476420866592}]

Supported asset ids: BTC, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, RAY, RETAR, RETARDIO, RIFA, RIZO, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDG-1, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 1d-1w

GET https://api.glassnode.com/v1/metrics/supply/active_1d_1w

Supply Last Active 1d-1w

get

The amount of circulating supply last moved between 1 day and 1 week ago.\n\nETH: The amount of circulating supply last moved between 1 day and 1 week ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_1d_1w HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 342917.13792814
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":342917.13792814}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 1m-3m

GET https://api.glassnode.com/v1/metrics/supply/active_1m_3m

Supply Last Active 1m-3m

get

The amount of circulating supply last moved between 1 month and 3 months ago.\n\nETH: The amount of circulating supply last moved between 1 month and 3 months ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_1m_3m HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1414599.50464622
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":1414599.50464622}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 1w-1m

GET https://api.glassnode.com/v1/metrics/supply/active_1w_1m

Supply Last Active 1w-1m

get

The amount of circulating supply last moved between 1 week and 1 month ago.\n\nETH: The amount of circulating supply last moved between 1 week and 1 month ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_1w_1m HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 746856.54592156
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":746856.54592156}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 1y-2y

GET https://api.glassnode.com/v1/metrics/supply/active_1y_2y

Supply Last Active 1y-2y

get

The amount of circulating supply last moved between 1 year and 2 years ago.\n\nETH: The amount of circulating supply last moved between 1 year and 2 years ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_1y_2y HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 2372600.75688328
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":2372600.75688328}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 2+ Years Ago

GET https://api.glassnode.com/v1/metrics/supply/active_more_2y_percent

Supply Last Active 2+ Years Ago

get

The percent of circulating supply that has not moved in at least 2 years.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_more_2y_percent HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.535757053770631
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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":0.5357570537706311}]

Supply Last Active 2y-3y

GET https://api.glassnode.com/v1/metrics/supply/active_2y_3y

Supply Last Active 2y-3y

get

The amount of circulating supply last moved between 2 years and 3 years ago.\n\nETH: The amount of circulating supply last moved between 2 years and 3 years ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_2y_3y HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1511993.2072045
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":1511993.2072045}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 3+ Years Ago

GET https://api.glassnode.com/v1/metrics/supply/active_more_3y_percent

Supply Last Active 3+ Years Ago

get

The percent of circulating supply that has not moved in at least 3 years.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_more_3y_percent HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.4592266247651414
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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":0.4592266247651414}]

Supply Last Active 3m-6m

GET https://api.glassnode.com/v1/metrics/supply/active_3m_6m

Supply Last Active 3m-6m

get

The amount of circulating supply last moved between 3 months and 6 months ago.\n\nETH: The amount of circulating supply last moved between 3 months and 6 months ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_3m_6m HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1498551.93000034
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":1498551.93000034}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 3y-5y

GET https://api.glassnode.com/v1/metrics/supply/active_3y_5y

Supply Last Active 3y-5y

get

The amount of circulating supply last moved between 3 years and 5 years ago.\n\nETH: The amount of circulating supply last moved between 3 years and 5 years ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_3y_5y HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 2964219.85725584
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":2964219.85725584}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 5+ Years Ago

GET https://api.glassnode.com/v1/metrics/supply/active_more_5y_percent

Supply Last Active 5+ Years Ago

get

The percent of circulating supply that has not moved in at least 5 years.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_more_5y_percent HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.3091908863362596
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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":0.3091908863362595}]

Supply Last Active 5y-7y

GET https://api.glassnode.com/v1/metrics/supply/active_5y_7y

Supply Last Active 5y-7y

get

The amount of circulating supply last moved between 5 years and 7 years ago.\n\nETH: The amount of circulating supply last moved between 5 years and 7 years ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_5y_7y HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1747211.56219296
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":1747211.56219296}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 6m-12m

GET https://api.glassnode.com/v1/metrics/supply/active_6m_12m

Supply Last Active 6m-12m

get

The amount of circulating supply last moved between 6 months and 12 months ago.\n\nETH: The amount of circulating supply last moved between 6 months and 12 months ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_6m_12m HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 2558414.35328677
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":2558414.35328677}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BUIDL, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAI, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, PYUSD, RAY, RETAR, RETARDIO, RIFA, RIZO, RLUSD, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TON, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDC, USDG-1, USDT, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Supply Last Active 7y-10y

GET https://api.glassnode.com/v1/metrics/supply/active_7y_10y

Supply Last Active 7y-10y

get

The amount of circulating supply last moved between 7 years and 10 years ago.\n\nETH: The amount of circulating supply last moved between 7 years and 10 years ago. Please be aware that the ETH2 deposit contract address (0x00000000219ab540356cBB839Cbe05303d7705Fa) has been excluded to prevent the misrepresentation of data, given that its balance will continually increase.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

networkstringOptional

Asset Dependent. ETH values - eth, arb, aggregated

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 10m, 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/active_7y_10y HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1054200.94297457
  }
]

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 - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"v":1054200.94297457}]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 1, A47, AAPLX, ACS, ACT, AGRI, AI16Z, AIMONICA, AINTI, AIXBT, ALCH, ARC, ATLAS, ATR, AURY, AVAAI, AVB, BAN, BARSIK, BB, BBSOL, BDC, BEER, BENDOG, BERT, BILLY, BINK, BLOCK, BNB, BNSOL, BOBAOPPA, BODEN, BOME, BONGO, BONK, BOTIFY, BULLY, BUTTHOLE, BUZZ, CARR, CENTS, CHAT, CHILLGUY, CHOMP, CLOUD, COINX, CRCLX, CROWN, DAKU, DBR, DEGENAI, DOG, DOGE, DOGEAI, DOLAN, DRIFT, DUKO, EFFECT, ELIZA, ELON4AFD, ELONRWA, FARTBOY, FARTCOIN, FIDA, FLUXB, FOMO, FOXSY, FRED, FRIC, FWOG, FXN, GENE, GEOD, GHIBLI, GIGA, GIKO, GINNAN, GME, GMEX, GMT, GNON, GOAT, GOHOME, GOOGLX, GORK, GRASS, GRIFFAIN, GRIFT, GUAC, HARAMBE, HAT, HEGE, HEHE, HNT, HONEY, HOODX, HOUSE, HXD, IO, IOT, J, JAILSTOOL, JELLYJELLY, JLP, JTO, JUP, KHAI, KIN, KMNO, KOKO, LADYF, LANDW, LAYER, LIBRA, LIKE, LIMBO, LOCKIN, LOULOU, LUCE, LUNAB, M3M3, MADCOIN, MANEKI, MAXAIAGENT, MBS, MCDULL, ME, MELANIA, MEMDEX, MEMESAI, MEW, MINI, MLG, MNDE, MNGO, MOBILE, MOODENG, MOTHER, MPLX, MSOL, MSTRX, MUMU, MYRO, NATIX, NC, NEIROLOL, NEUR, NOS, NPCS, NUB, NVDAX, OFFICIAL-TRUMP, OPUS, ORCA, ORDI, OSOL, P, PAIN, PASTERNAK, PENG, PENGU, PHRZ, PIPPIN, PNUT, POLIS, PONKE, POPCAT, PRCL, PROJECT89, PUNDU, PURGE, PURPE, PWEASE, PYTH, PYTHIA, RAY, RETAR, RETARDIO, RIFA, RIZO, ROA, ROAM, ROCK, SAMO, SAROS, SBR, SCF, SCIHUB, SCNSOL, SELFIE, SHDW, SHOGGOTH, SHRUB, SIGMA, SILLY, SKBDI, SLERF, SLIM, SNAI, SNAPKERO, SOL, SOLAMA, SOLANAS, SONIC, SPYX, SSE, STEP, STNK, STSOL, SWARMS, TADA, TAI, TITCOIN, TITS, TJRM, TNSR, TOOKER, TREMP, TRX, TSLAX, UFD, UPT, URO, USDG-1, VINE, VIVI, VVAIFU, W, WAFFLES, WEN, WIF, WUF, XAND, XNET, XRP, YNE, YTC, ZBCN, ZEREBRO, ZEUS, ZEX

Tips (Priority Fee)

GET https://api.glassnode.com/v1/metrics/supply/tips

Tips (Priority Fee)

get

The Ethereum Improvement Proposal (EIP-1559), introduced as part of the London Hard Fork, established priority fees, commonly referred to as tips. These fees are paid by users to expedite their transactions, rewarding miners or validators for prioritizing them. Before the Paris upgrade, miners received these tips, but with the transition to Proof-of-Stake, validators now benefit from these additional fees. This metric provides insight into the supplementary income received by validators, beyond the base fee, for ensuring timely transaction processing on the Ethereum network.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

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

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/tips HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 669.3944274664966
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 10m, 1h, 24h, 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":669.3944274664966}]

US Year-over-Year Supply Change

GET https://api.glassnode.com/v1/metrics/supply/amer_1y_supply_change

US Year-over-Year Supply Change

get

\nThis metric aims at giving an estimate for the year-over-year change in the share of the Bitcoin supply to be held/traded in the US.\n\nGeolocation of Bitcoin supply is performed probabilistically at the entity level. The timestamps of all transactions created by an entity are correlated with the working hours of different geographical regions to determine the probabilities for each entity being located in the US, Europe, or Asia. Working hours are defined as:\n\n* US: 8am to 8pm Eastern Time (13:00-01:00 UTC)\n* EU: 8am to 8pm Central European Time (07:00-19:00 UTC)\n* Asia: 8am to 8pm China Standard Time (00:00-12:00 UTC)\n\nAn entity's balance will only contribute to the supply in the respective region if the location can be determined with a high certainty. Supply held on exchanges wallets are excluded.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200
Successful response
application/json
get
GET /v1/metrics/supply/amer_1y_supply_change HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": -0.06081627667512507
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

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,"v":-0.05557341238426766}]

Last updated