Transactions

Bridges Transactions (Absolute)

get

The number of transactions (transaction count) in the Ethereum network by contracts that allow transfer of tokens between different blockchains.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_bridges HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "arbitrum": 997,
      "axie_infinity": 0,
      "hop": 0,
      "immutable_x": 178,
      "multichain": 1,
      "optimism": 51,
      "other_bridges": 2006,
      "polygon": 267,
      "synapse": 35,
      "unichain": 0,
      "wormhole": 479,
      "zksync": 18
    }
  }
]

Change-Adjusted Volume (Mean)

get

The mean value of a transfer, adjusted by change volume. Only successful transfers are counted.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

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/transactions/transfers_volume_adjusted_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.6589148396678252
  }
]

Change-Adjusted Volume (Median)

get

The median value of a transfer, adjusted by change volume. Only successful transfers are counted.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

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/transactions/transfers_volume_adjusted_median HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.00000546
  }
]

Change-Adjusted Volume (Total)

get

The total amount of coins transferred on-chain, adjusted by change volume. Only successful transfers are counted.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

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/transactions/transfers_volume_adjusted_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 343255.7554914
  }
]

Coinjoin Output Count

get

The total count of indistinguishable outputs in coinjoin transactions. The metric is an aggregate of different coinjoin providers. Note that coinjoin metrics rely on heuristics and statistical information that change over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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/transactions/transfers_from_coinjoins_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 3200
  }
]

Coinjoin Output Volume

get

The total amount of indistinguishable outputs in coinjoin transactions, i.e. the volume of coins mixed by different coinjoin providers. Note that coinjoin metrics rely on heuristics and statistical information that change over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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/transactions/transfers_volume_from_coinjoins_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 663.84991864
  }
]

DeFi Transactions (Absolute)

get

The number of transactions (transaction count) in the Ethereum network by on-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs).

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_defi HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "0x": 4925,
      "1inch": 11625,
      "aave": 1245,
      "compound": 183,
      "etherdelta": 2,
      "idex": 0,
      "kyber": 1,
      "metamask": 6494,
      "other_defi": 42267,
      "sushiswap": 302,
      "uniswap": 112300
    }
  }
]

DeFi Transactions (Relative)

get

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

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_defi_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "0x": 0.02746119189936658,
      "1inch": 0.06481956463556071,
      "aave": 0.00694196627709876,
      "compound": 0.0010203854045856009,
      "etherdelta": 0.000011151753055580337,
      "idex": 0,
      "kyber": 0.000005575876527790169,
      "metamask": 0.036209742171469356,
      "other_defi": 0.23567557320010707,
      "sushiswap": 0.001683914711392631,
      "uniswap": 0.6261709340708359
    }
  }
]

Entity-Adjusted LTH Transfer Volume

get

The total estimated amount of coins moved by long-term holders. Volume transferred within addresses of the same entity is excluded. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

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/transactions/transfers_volume_entity_adjusted_from_lth_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 38358.94218886727
  }
]

Entity-Adjusted LTH Transfer Volume in Loss

get

The total estimated amount of coins moved by long-term holders in loss. Volume transferred within addresses of the same entity is excluded. Coins are considered to be in loss when the price at the time the coins are spent is lower than the entity's average on-chain acquisition price for its funds. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

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/transactions/transfers_volume_entity_adjusted_from_lth_loss_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 677.7691401371112
  }
]

Entity-Adjusted LTH Transfer Volume in Profit

get

The total estimated amount of coins moved by long-term holders in profit. Volume transferred within addresses of the same entity is excluded. Coins are considered to be in profit when the price at the time the coins are spent is higher than the entity's average on-chain acquisition price for its funds. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

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/transactions/transfers_volume_entity_adjusted_from_lth_profit_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 37681.17304873017
  }
]

Entity-Adjusted LTH/STH Transfer Volume in Profit/Loss

get

The relative amount of coins moved by by long- and short-term holders in profit/loss. Volume transferred within addresses of the same entity is excluded. Coins are considered to be in profit/loss when the price at the time the coins are spent is higher/lower than the entity's average on-chain acquisition price for its funds. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

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/transactions/transfers_volume_entity_adjusted_from_lth_sth_profit_loss_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "lth_loss": 0.00453731595089344,
      "lth_profit": 0.2522560816029367,
      "sth_loss": 0.1451069039863398,
      "sth_profit": 0.5980996984598304
    }
  }
]

Entity-Adjusted STH Transfer Volume

get

The total estimated amount of coins moved by short-term holders. Volume transferred within addresses of the same entity is excluded. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

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/transactions/transfers_volume_entity_adjusted_from_sth_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 111017.72619228264
  }
]

Entity-Adjusted Transaction Count

get

The estimated entity-adjusted number of transactions is defined as the number of transactions between different entities, i.e. the total number of transactions excluding transactions within addresses of the same entity. Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses.\n\nFor more information this article.

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:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/entity_adjusted_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 227933
  }
]

Entity-Adjusted Volume (Median)

get

The median estimated amount of coins moved between different entities, i.e. excluding volume transferred within addresses of the same entity. Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses.\n\nFor more information this article.

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/transactions/transfers_volume_entity_adjusted_median HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.0017755100000000001
  }
]

Entity-Adjusted Volume (Total)

get

The total estimated amount of coins moved between different entities, i.e. the total volumed transferred excluding the volume transferred within addresses of the same entity. Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses.\n\nFor more information this article.

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/transactions/transfers_volume_entity_adjusted_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 149376.66838115
  }
]

ERC-20 Transactions (Absolute)

get

The number of transactions (transaction count) in the Ethereum network by transactions calling ERC20 contracts. Stablecoins contracts are excluded here.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_erc20 HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "APE": 502,
      "BAT": 178,
      "BNB": 73,
      "CRO": 414,
      "LEO": 4,
      "LINK": 2116,
      "MANA": 358,
      "MATIC": 3808,
      "SAND": 305,
      "SHIB": 2720,
      "SNX": 215,
      "UNI": 635,
      "WBTC": 982,
      "WETH": 4792,
      "other_erc20s": 150306
    }
  }
]

ERC-20 Transactions (Relative)

get

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

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_erc20_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "APE": 0.002998661951639109,
      "BAT": 0.0010632705724935487,
      "BNB": 0.00043606040332600594,
      "CRO": 0.002473000095574883,
      "LEO": 0.000023893720730192107,
      "LINK": 0.012639778266271624,
      "MANA": 0.0021384880053521935,
      "MATIC": 0.022746822135142883,
      "SAND": 0.001821896205677148,
      "SHIB": 0.016247730096530633,
      "SNX": 0.0012842874892478257,
      "UNI": 0.0037931281659179966,
      "WBTC": 0.005865908439262162,
      "WETH": 0.02862467743477014,
      "other_erc20s": 0.8978423970180637
    }
  }
]

Exchange Deposits

get

The total count of transfers to exchange addresses, i.e. the number of on-chain deposits to exchanges. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

fstring · enumOptional

format - CSV, JSON, csv, json

Default: jsonPossible values:
estringOptional

exchange name - aggregated, bibox, bigone, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, cobinhood, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, nexo, okex, poloniex, swissborg, upbit, zb.com

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_to_exchanges_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 63651
  }
]

Supported asset ids: BTC, ETH, 0X0, 10SET, 1EX, 1INCH, 4EVER, A8, AAG, AAVE, ABT, ACH, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGETH, AGEUR, AGI, AGIX, AGLD, AGRS, AHT, AIAT, AIKEK, AIN, AIOZ, AIPAD, AIR, AIT, AIUS, AJNA, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, ANZENUSD, AP, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARCA, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, ASM, AST, ASTO, ASTR, ASTROP, ATA, ATH, ATOR, AUCTION, AUDF, AUDIO, AURA, AURABAL, AURORA, AUTOS, AVA, AVAIL, AVI, AVINOC, AVT, AXGT, AXL, AXS, AZUR, B2M, BAAS, BABYDOGE, BAD, BADGER, BAG, BAL, BANANA, BAND, BASEDAI, BAT, BAX, BAZED, BBL, BC, BCUT, BDXN, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BOO, BOOE, BORA, BORG, BOSON, BOTTO, BOX, BREED, BRG, BRISE, BROCK, BRWL, BST, BTC2XFLI, BTM, BTRFLY, BTSE, BTT, BTU, BUIDL, BUSD, BVM, BXBT, BXX, BYTE, BZR, BZRX, BZZ, C98, CA, CAGA, CAH, CAI, CAKE, CANTO, CAPS, CARROT, CARV, CAST, CATE, CAW, CBAT, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CERE, CET, CETH, CGPT, CHEQ, CHESS, CHEX, CHKN, CHNG, CHO, CHR, CHRP, CHZ, CLEAR, CLV, CMETH, CNHT, COMAI, COMBO, COMP, COOK, COPI, CORGIAI, CORN, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRE, CREAM, CREDI, CREO, CRO, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUNI, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACAT, DACXI, DAG, DAI, DAO, DAR, DATA, DATAO, DC, DDBAM, DDX, DEAI, DEFIT, DEFX, 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, DOGEGF, DOGEGOV, DOGENFT, DOLA, DOLO, DOMI, DORA, DORKY, DOSE, DOVU, DPAY, DPI, DRGN, DRV, DUEL, DUSK, DUST, DVF, DYPV1, EBET, EBULL, ECOX, EDEN, EDU, EDUM, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELON, ELX, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIC, EPIK, EQUAD, ERA, ERN, ES, ESE, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURCV, EURQ, EURR, EURS, EURT, EVER, EVEREST, EXRD, EZETH, F, FACTR, FAKEAI, FARM, FCT, FDUSD, FEG, FEI, FER, FET, FHE, FI, FIDU, FIS, FJO, FLAY, FLEX, FLIP, FLOCKE, FLOKI, FLT, FLUX, FLUXT, FLX, FNCT, FOLD, FOOM, FOR, FORT, FORTH, FOX, FPIS, FRAX, FRM, FRONT, FRXETH, FT, FTM, FTN, FTT, FUEL, FUN, FUSE, FX, FXS, G, G3, GAINS, GAL, GALA, GAME, GAMESTOP, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEMS, GENOME, GEOJ, GET, GF, GFI, GHO, GHST, GHX, GIZA, GLM, GLQ, GMEE, GMM, GMTT, GNO, GNUS, GODS, GOG, GPU, GRG, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUSD, GYEN, HAI, HAIR, HANDY, HAPI, HARRYP, HASHAI, HBTC, HEART, HEGIC, HEI, HELLO, HEMULE, HERAF, HEU, HEZ, HFT, HI, HIFI, HMT, HNS, HOGE, HOPPY, HOPR, HOT, HPO, HSK, HT, HUNT, HVH, HXRO, HYPER, IAG, ICHI, ICNT, ID, IDEX, IDRT, ILV, IMGNAI, IMPT, IMX, INDEX, INFR, INJ, INSP, INST, INV, IOTX, IPOR, IQ, IRIS, ISKR, ISLAND, ISP, IXS, IZI, JASMY, JBX, JESUS, JMPT, JOECOIN, JPEG, JYAI, KAI, KAN, KAP, KARATE, KARRAT, KATA, KCS, KCT, KEEP, KEKEC, KEKIUS, KENDU, KEY, KINET, KIP, KISHU, KIZUNA, KNC, KNCL, KNDX, KNINE, KOIN, KOMPETE, KP3R, KPOP, KRL, KUJI, LA, LADYS, LAI, LAKE, LAMB, LBA, LBAI, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LGCT, LIME, LINA, LINK, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, LOGX, LOKA, LON, LOOKS, LOOM, LOOMV1, LORDS, LOVELY, LPT, LQTY, LRC, LRDS, LRT2, LSETH, LSK, LSS, LTO, LTX, LUNR, LUSD, LUSH, LYXE, M87, MAGAHAT, MAGIC, MAHA, MAMBO, MAN, MANA, MANC, MANTLE, MAP, MARSH, MASA, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAX, MAXETH, MAZZE, MC, MCADE, MCB, MCRT, MDAI, MDT, MEED, MEME, MEOW, META, METAL, METH, METIS, MFT, MICRO, MIM, MIN, MIR, MIX, MKR, ML, MLN, MLT, MMX, MNEE, MNW, MOC, MOCA, MOG, MON, MONG, MOODENGVIP, MORPHO, MOVE, MPS, MTA, MTD, MTL, MTLX, MTO, MUBI, MUSD, MUSE, MUSIC, MV, MVC, MVI, MVL, MVP, MX, MXC, MYRIA, MYST, MYTH, NAI, NAVI, NCDT, NCT, NEAR, NEIRO, NEIROCOIN, NEST, NETVR, NEURAL, NEURON, NEWT, NEXO, NEXT, NFD, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, NODE, NOIA, NPC, NPXS, NRG, NSURE, NTX, NULS, NUM, NUMI, NVIR, NWC, NXRA, NYM, OAX, OBOL, OBSR, OCEAN, OCT, OETHER, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, ORAI, ORB, ORBS, ORDS, ORN, OSAK, OSCAR, OSETH, OSMI, OSMO, OUSD, OVR, OWN, OX, OXT, OXY, PAAL, PAI, PAID, PAL, PALM, PANDORA, PARAL, PARI, PATRIOT, PAW, PAXG, PAY, PDA, PDEX, PDT, PEAS, PEIPEI, PENDLE, PENP, PEOPLE, PEPE, PEPE2, PEPECOIN, PEPU, PERC, PERP, PHA, PHIL, PIB, PICKLE, PIKA, PIN, PIRATE, PIXEL, PKF, PLANET, PLU, PLUME, PNDC, PNK, PNT, POL, POLA, POLS, POLY, POND, POOH, POOL, POOLZ, PORK, PORT3, PORTAL, POWR, PPC, PPT, PRE, PREMIA, PRIME, PRISMA, PRNT, PRO, PROM, PROMPT, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIAI, PUNDIX, PUPPIES, PUSH, PYR, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAI-1, RAIL, RAMP, RARE, RARI, RBC, RBN, RBNT, RBX, RDN, RDNT, RDPX, RDT, RED, REEF, REKT, REKT-1, REN, RENBTC, RENTA, REP, REPV2, REQ, RETH, REVV, REZ, RFD, RFOX, RING, RIO, RISE, RJV, RLB, RLC, RLUSD, RLY, RMRK, RMV, ROKO, ROOK, ROOT, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RSWETH, RUNE, RVF, RVST, RWA, SAAS, SABAI, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAN, SAND, SATOSHINAKAMOTO, SAVM, SD, SDAI, SDAO, SDEX, SEAM, SEDA, SENATE, SENT, SETH, SETH2, SEXY, SFI, SFP, SFRXETH, SFUND, SG, SHFL, SHFT, SHIB, SHIBDOGE, SHIDO, SHINA, SHIRO, SHOPX, SHRAP, SHX, SIDESHIFT, SIDUS, SIGN, SILO, SIPHER, SIS, SKEB, SKEY, SKL, SKY, SKYA, SLAP, SLN, SLP, SMT, SMURFCATETH, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOLVE, SOMM, SOMNIUM, SOPH, SORA, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, SPK, SPOOL, SPX, SQGROW, SQT, SQUIDGROW, SRM, SSV, STAKE, STARL, STAT, STBU, STETH, STFX, STG, STIMA, STMX, STORJ, STOS, STPT, STRDY, STRIKE, STRK, STRP, STRUMP, STTAO, SUIAI, SUKU, SUPER, SURE, SUSD, SUSDE, SUSDS, SUSHI, SWAP, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SWITCH, SWTH, SXP, SYLO, SYN, SYNTE, SYRUP, T, TAIKO, TALK, TANSSI, TAOBOT, TAONU, TARA, TATSU, TBTC, TEL, TENET, TET, TETH, THALES, THOR, TIME, TKP, TKX, TLM, TLOS, TOKE, TOKEN, TOMI, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TREAT, TRIAS, TRIBE, TROG, TRU, TRUF, TRUMP, TRVL, TRWA, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, TXAU, TYPE, U2U, UBT, UCASH, UDS, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UQC, USDC, USDD, USDE, USDF, USDM, 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, VINU, VIRTUAL, VISTA, VITA, VITE, VIX, VLX, VMINT, VNM, VOLT, VOW, VR, VRA, VRO, VSP, VTRAD, VVS, VXV, WAGMIGAMES, WAGMIT, WALLET, WAMPL, WARPED, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WCT, WECAN, WEETH, WEPE, WETH, WEXO, WHALE, WHITE, WIKEN, WILD, WING, WISE, WITCH, WLD, WMC, WMT, WNXM, WOJAK, WOLF, WOM, WOO, WRLD, WSM, WSTETH, WXT, XAR, XAUT, XCAD, XCN, XDAO, XDATA, XDB, XDEFI, XEN, XETA, XFI, XFUND, XIDO, XION, XMW, XPR, XPRT, XRT, XSGD, XSUSHI, XSWAP, XT, XTM, XTN, XTP, XVS, XX, XYO, XZK, YAI, YAM, YFI, YFII, YGG, YLD, ZARP, ZCHF, ZCX, ZENT, ZETA, ZIG, ZKB, ZKCRO, ZKJ, ZKL, ZKML, ZKP, ZND, ZNN, ZON, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

Exchange Inflow Volume (Mean)

get

The mean value of a transfer to exchanges addresses. Only successful transfers are counted. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

fstring · enumOptional

format - CSV, JSON, csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

estringOptional

exchange name - aggregated, bibox, bigone, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, cobinhood, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, nexo, okex, poloniex, swissborg, upbit, zb.com

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_to_exchanges_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.6029418953185524
  }
]

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

Exchange Inflow Volume (Total)

get

The total amount of coins transferred to exchange addresses. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

fstring · enumOptional

format - CSV, JSON, csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

estringOptional

exchange name - aggregated, bibox, bigone, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, cobinhood, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, nexo, okex, poloniex, swissborg, upbit, zb.com

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_to_exchanges_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 38377.85457892118
  }
]

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

Exchange Netflow Volume by Size

get

Breakdown of the net flow of coins into/out of exchanges by the USD value of the transactions. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable - the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC, ETH

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h, 1h, 10m

fstring · enumOptional

format - CSV, JSON, csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

estringOptional

exchange name - aggregated, bibox, bigone, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, cobinhood, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, nexo, okex, poloniex, swissborg, upbit, zb.com

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_exchanges_net_by_size HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "100k_to_1m": -39.50119088419276,
      "10k_to_100k": 459.0600350472896,
      "1m_to_10m": -373.0385825899999,
      "less_than_10k": 398.0580002426509,
      "more_than_10m": 2659.271313040284
    }
  }
]

Exchange Outflow Volume (Mean)

get

The mean value of a transfer from exchanges addresses. Only successful transfers are counted. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

fstring · enumOptional

format - CSV, JSON, csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

estringOptional

exchange name - aggregated, bibox, bigone, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, cobinhood, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, nexo, okex, poloniex, swissborg, upbit, zb.com

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_from_exchanges_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1.0177738185719067
  }
]

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

Exchange Withdrawals

get

The total count of transfers from exchange addresses, i.e. the number of on-chain withdrawals from exchanges. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

fstring · enumOptional

format - CSV, JSON, csv, json

Default: jsonPossible values:
estringOptional

exchange name - aggregated, bibox, bigone, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, cobinhood, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, nexo, okex, poloniex, swissborg, upbit, zb.com

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_from_exchanges_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 34658
  }
]

Supported asset ids: BTC, ETH, 0X0, 10SET, 1EX, 1INCH, 4EVER, A8, AAG, AAVE, ABT, ACH, ACX, ADP, ADS, ADX, AE, AERGO, AEVO, AGETH, AGEUR, AGI, AGIX, AGLD, AGRS, AHT, AIAT, AIKEK, AIN, AIOZ, AIPAD, AIR, AIT, AIUS, AJNA, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, ANZENUSD, AP, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, ARCA, ARIA20, ARIX, ARKM, ARPA, ASD, ASIA, ASM, AST, ASTO, ASTR, ASTROP, ATA, ATH, ATOR, AUCTION, AUDF, AUDIO, AURA, AURABAL, AURORA, AUTOS, AVA, AVAIL, AVI, AVINOC, AVT, AXGT, AXL, AXS, AZUR, B2M, BAAS, BABYDOGE, BAD, BADGER, BAG, BAL, BANANA, BAND, BASEDAI, BAT, BAX, BAZED, BBL, BC, BCUT, BDXN, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BOO, BOOE, BORA, BORG, BOSON, BOTTO, BOX, BREED, BRG, BRISE, BROCK, BRWL, BST, BTC2XFLI, BTM, BTRFLY, BTSE, BTT, BTU, BUIDL, BUSD, BVM, BXBT, BXX, BYTE, BZR, BZRX, BZZ, C98, CA, CAGA, CAH, CAI, CAKE, CANTO, CAPS, CARROT, CARV, CAST, CATE, CAW, CBAT, CBBTC, CBETH, CBK, CBY, CDAI, CDT, CEEK, CEL, CELL, CELR, CERE, CET, CETH, CGPT, CHEQ, CHESS, CHEX, CHKN, CHNG, CHO, CHR, CHRP, CHZ, CLEAR, CLV, CMETH, CNHT, COMAI, COMBO, COMP, COOK, COPI, CORGIAI, CORN, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRE, CREAM, CREDI, CREO, CRO, CRTS, CRU, CRV, CRVUSD, CSIX, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CUNI, CUSDC, CVC, CVP, CVX, CVXCRV, CWEB, CXO, CXT, CYBER, CYCE, DACAT, DACXI, DAG, DAI, DAO, DAR, DATA, DATAO, DC, DDBAM, DDX, DEAI, DEFIT, DEFX, 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, DOGEGF, DOGEGOV, DOGENFT, DOLA, DOLO, DOMI, DORA, DORKY, DOSE, DOVU, DPAY, DPI, DRGN, DRV, DUEL, DUSK, DUST, DVF, DYPV1, EBET, EBULL, ECOX, EDEN, EDU, EDUM, EFI, EIGEN, EJS, EL, ELA, ELF, ELG, ELON, ELX, EMAID, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIC, EPIK, EQUAD, ERA, ERN, ES, ESE, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURCV, EURQ, EURR, EURS, EURT, EVER, EVEREST, EXRD, EZETH, F, FACTR, FAKEAI, FARM, FCT, FDUSD, FEG, FEI, FER, FET, FHE, FI, FIDU, FIS, FJO, FLAY, FLEX, FLIP, FLOCKE, FLOKI, FLT, FLUX, FLUXT, FLX, FNCT, FOLD, FOOM, FOR, FORT, FORTH, FOX, FPIS, FRAX, FRM, FRONT, FRXETH, FT, FTM, FTN, FTT, FUEL, FUN, FUSE, FX, FXS, G, G3, GAINS, GAL, GALA, GAME, GAMESTOP, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEMS, GENOME, GEOJ, GET, GF, GFI, GHO, GHST, GHX, GIZA, GLM, GLQ, GMEE, GMM, GMTT, GNO, GNUS, GODS, GOG, GPU, GRG, GROK, GRP, GRT, GSWAP, GSWIFT, GT, GTC, GTO, GUSD, GYEN, HAI, HAIR, HANDY, HAPI, HARRYP, HASHAI, HBTC, HEART, HEGIC, HEI, HELLO, HEMULE, HERAF, HEU, HEZ, HFT, HI, HIFI, HMT, HNS, HOGE, HOPPY, HOPR, HOT, HPO, HSK, HT, HUNT, HVH, HXRO, HYPER, IAG, ICHI, ICNT, ID, IDEX, IDRT, ILV, IMGNAI, IMPT, IMX, INDEX, INFR, INJ, INSP, INST, INV, IOTX, IPOR, IQ, IRIS, ISKR, ISLAND, ISP, IXS, IZI, JASMY, JBX, JESUS, JMPT, JOECOIN, JPEG, JYAI, KAI, KAN, KAP, KARATE, KARRAT, KATA, KCS, KCT, KEEP, KEKEC, KEKIUS, KENDU, KEY, KINET, KIP, KISHU, KIZUNA, KNC, KNCL, KNDX, KNINE, KOIN, KOMPETE, KP3R, KPOP, KRL, KUJI, LA, LADYS, LAI, LAKE, LAMB, LBA, LBAI, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LGCT, LIME, LINA, LINK, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, LOGX, LOKA, LON, LOOKS, LOOM, LOOMV1, LORDS, LOVELY, LPT, LQTY, LRC, LRDS, LRT2, LSETH, LSK, LSS, LTO, LTX, LUNR, LUSD, LUSH, LYXE, M87, MAGAHAT, MAGIC, MAHA, MAMBO, MAN, MANA, MANC, MANTLE, MAP, MARSH, MASA, MASK, MASQ, MATH, MATIC, MAV, MAVIA, MAX, MAXETH, MAZZE, MC, MCADE, MCB, MCRT, MDAI, MDT, MEED, MEME, MEOW, META, METAL, METH, METIS, MFT, MICRO, MIM, MIN, MIR, MIX, MKR, ML, MLN, MLT, MMX, MNEE, MNW, MOC, MOCA, MOG, MON, MONG, MOODENGVIP, MORPHO, MOVE, MPS, MTA, MTD, MTL, MTLX, MTO, MUBI, MUSD, MUSE, MUSIC, MV, MVC, MVI, MVL, MVP, MX, MXC, MYRIA, MYST, MYTH, NAI, NAVI, NCDT, NCT, NEAR, NEIRO, NEIROCOIN, NEST, NETVR, NEURAL, NEURON, NEWT, NEXO, NEXT, NFD, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, NODE, NOIA, NPC, NPXS, NRG, NSURE, NTX, NULS, NUM, NUMI, NVIR, NWC, NXRA, NYM, OAX, OBOL, OBSR, OCEAN, OCT, OETHER, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, ORAI, ORB, ORBS, ORDS, ORN, OSAK, OSCAR, OSETH, OSMI, OSMO, OUSD, OVR, OWN, OX, OXT, OXY, PAAL, PAI, PAID, PAL, PALM, PANDORA, PARAL, PARI, PATRIOT, PAW, PAXG, PAY, PDA, PDEX, PDT, PEAS, PEIPEI, PENDLE, PENP, PEOPLE, PEPE, PEPE2, PEPECOIN, PEPU, PERC, PERP, PHA, PHIL, PIB, PICKLE, PIKA, PIN, PIRATE, PIXEL, PKF, PLANET, PLU, PLUME, PNDC, PNK, PNT, POL, POLA, POLS, POLY, POND, POOH, POOL, POOLZ, PORK, PORT3, PORTAL, POWR, PPC, PPT, PRE, PREMIA, PRIME, PRISMA, PRNT, PRO, PROM, PROMPT, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PSWAP, PTU, PUFF, PUFFER, PUNDIAI, PUNDIX, PUPPIES, PUSH, PYR, PYUSD, QAI, QANX, QASH, QKC, QNT, QOM, QORPO, QTCON, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAI-1, RAIL, RAMP, RARE, RARI, RBC, RBN, RBNT, RBX, RDN, RDNT, RDPX, RDT, RED, REEF, REKT, REKT-1, REN, RENBTC, RENTA, REP, REPV2, REQ, RETH, REVV, REZ, RFD, RFOX, RING, RIO, RISE, RJV, RLB, RLC, RLUSD, RLY, RMRK, RMV, ROKO, ROOK, ROOT, ROUTE, RPG, RPL, RSC, RSETH, RSR, RSS3, RSWETH, RUNE, RVF, RVST, RWA, SAAS, SABAI, SAFE, SAFEMOON, SAI, SAITA, SAITO, SAMA, SAN, SAND, SATOSHINAKAMOTO, SAVM, SD, SDAI, SDAO, SDEX, SEAM, SEDA, SENATE, SENT, SETH, SETH2, SEXY, SFI, SFP, SFRXETH, SFUND, SG, SHFL, SHFT, SHIB, SHIBDOGE, SHIDO, SHINA, SHIRO, SHOPX, SHRAP, SHX, SIDESHIFT, SIDUS, SIGN, SILO, SIPHER, SIS, SKEB, SKEY, SKL, SKY, SKYA, SLAP, SLN, SLP, SMT, SMURFCATETH, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOLVE, SOMM, SOMNIUM, SOPH, SORA, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, SPK, SPOOL, SPX, SQGROW, SQT, SQUIDGROW, SRM, SSV, STAKE, STARL, STAT, STBU, STETH, STFX, STG, STIMA, STMX, STORJ, STOS, STPT, STRDY, STRIKE, STRK, STRP, STRUMP, STTAO, SUIAI, SUKU, SUPER, SURE, SUSD, SUSDE, SUSDS, SUSHI, SWAP, SWASH, SWEAT, SWELL, SWETH, SWFTC, SWISE, SWITCH, SWTH, SXP, SYLO, SYN, SYNTE, SYRUP, T, TAIKO, TALK, TANSSI, TAOBOT, TAONU, TARA, TATSU, TBTC, TEL, TENET, TET, TETH, THALES, THOR, TIME, TKP, TKX, TLM, TLOS, TOKE, TOKEN, TOMI, TOPIA, TORN, TOWER, TPRO, TPT, TRAC, TRADE, TRB, TREAT, TRIAS, TRIBE, TROG, TRU, TRUF, TRUMP, TRVL, TRWA, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, TXAU, TYPE, U2U, UBT, UCASH, UDS, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UQC, USDC, USDD, USDE, USDF, USDM, 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, VINU, VIRTUAL, VISTA, VITA, VITE, VIX, VLX, VMINT, VNM, VOLT, VOW, VR, VRA, VRO, VSP, VTRAD, VVS, VXV, WAGMIGAMES, WAGMIT, WALLET, WAMPL, WARPED, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WCT, WECAN, WEETH, WEPE, WETH, WEXO, WHALE, WHITE, WIKEN, WILD, WING, WISE, WITCH, WLD, WMC, WMT, WNXM, WOJAK, WOLF, WOM, WOO, WRLD, WSM, WSTETH, WXT, XAR, XAUT, XCAD, XCN, XDAO, XDATA, XDB, XDEFI, XEN, XETA, XFI, XFUND, XIDO, XION, XMW, XPR, XPRT, XRT, XSGD, XSUSHI, XSWAP, XT, XTM, XTN, XTP, XVS, XX, XYO, XZK, YAI, YAM, YFI, YFII, YGG, YLD, ZARP, ZCHF, ZCX, ZENT, ZETA, ZIG, ZKB, ZKCRO, ZKJ, ZKL, ZKML, ZKP, ZND, ZNN, ZON, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

In-House Exchange Volume

get

The total amount of coins transferred within wallets of the same exchange. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

fstring · enumOptional

format - CSV, JSON, csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

estringOptional

exchange name - aggregated, bibox, bigone, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, cobinhood, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, nexo, okex, poloniex, swissborg, upbit, zb.com

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_within_exchanges_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 167180.89271897878
  }
]

Supported asset ids: BTC, ETH, 0X0, 10SET, 1INCH, A8, AAG, AAVE, ABT, ACH, ACX, ADP, ADX, AE, AERGO, AEVO, AGI, AGIX, AGLD, AGRS, AIN, AIOZ, AIPAD, AIR, AIT, AIUS, ALCX, ALD, ALEPH, ALI, ALICE, ALKI, ALPHA, ALT, ALVA, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANT, ANYONE, APE, APEX, APFC, API3, APRS, APU, AQT, ARCA, ARIX, ARKM, ARPA, ASD, ASM, AST, ASTO, ASTROP, ATA, ATH, ATOR, AUCTION, AUDIO, AURA, AURORA, AUTOS, AVA, AVAIL, AVT, AXL, AXS, AZUR, B2M, BAAS, BABYDOGE, BAD, BADGER, BAL, BANANA, BAND, BASEDAI, BAT, BAX, BBL, BCUT, BDXN, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BORA, BORG, BOSON, BOTTO, BOX, BREED, BROCK, BRWL, BST, BTM, BTU, BUIDL, BUSD, BVM, BYTE, BZRX, BZZ, C98, CA, CAGA, CAKE, CAPS, CAW, CBBTC, CBETH, CBK, CDAI, CEEK, CEL, CELL, CELR, CERE, CET, CETH, CGPT, CHEQ, CHESS, CHEX, CHKN, CHNG, CHO, CHR, CHZ, CLEAR, CLV, CMETH, CNHT, COMAI, COMBO, COMP, CORGIAI, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRE, CREAM, CREDI, CRO, CRTS, CRU, CRV, CRVUSD, CSWAP, CTA, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CVC, CVP, CVX, CWEB, CXO, CXT, CYBER, DACXI, DAG, DAI, DAO, DAR, DATA, DATAO, DC, DDX, DEAI, DEGO, DENT, DEP, DERC, DEUSD, DEVVE, DEXE, DEXT, DF, DFI, DG, DHT, DIA, DIMO, DIVER, DKA, DMAIL, DMTR, DNT, DODO, DOGEGOV, DOGENFT, DOMI, DORA, DOSE, DPI, DRGN, DRV, DUEL, DUSK, DVF, DYPV1, EBULL, ECOX, EDEN, EFI, EIGEN, EJS, EL, ELA, ELF, ELON, ELX, EML, ENA, ENG, ENJ, ENQAI, ENS, EPIC, EPIK, EQUAD, ERA, ERN, ESE, ETHDYDX, ETHFI, ETHX, EUL, EURC, EURCV, EURQ, EURR, EURS, EURT, EVER, EVEREST, EXRD, EZETH, F, FACTR, FAKEAI, FARM, FCT, FDUSD, FEG, FEI, FER, FET, FIS, FJO, FLIP, FLOKI, FLT, FLUX, FLUXT, FLX, FOLD, FOR, FORT, FORTH, FOX, FRAX, FRM, FRONT, FT, FTM, FTN, FTT, FUEL, FUN, FUSE, FX, FXS, G, G3, GAL, GALA, GAME, GAMESTOP, GAMMA, GEAR, GEEQ, GELATO, GEMS, GEOJ, GET, GF, GFI, GHO, GHST, GHX, GLM, GLQ, GMEE, GMTT, GNO, GODS, GOG, GPU, GROK, GRT, GT, GTC, GTO, GUSD, GYEN, HAI, HAPI, HARRYP, HASHAI, HBTC, HEART, HEGIC, HEI, HEMULE, HEZ, HFT, HI, HIFI, HMT, HOGE, HOPPY, HOPR, HOT, HPO, HSK, HT, HUNT, HVH, HXRO, HYPER, ID, IDEX, IDRT, ILV, IMGNAI, IMPT, IMX, INDEX, INJ, INSP, INST, INV, IOTX, IPOR, IQ, ISLAND, ISP, IXS, IZI, JASMY, JESUS, JOECOIN, JPEG, KAI, KAN, KAP, KARATE, KARRAT, KATA, KCS, KCT, KEEP, KEKEC, KEKIUS, KENDU, KEY, KIP, KISHU, KNC, KNCL, KP3R, KRL, LA, LADYS, LAI, LAKE, LAMB, LBA, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEVER, LIME, LINA, LINK, LIT, LITH, LL, LM, LMR, LMWR, LNDX, LNQ, LOKA, LON, LOOKS, LOOM, LOOMV1, LORDS, LOVELY, LPT, LQTY, LRC, LRDS, LSK, LSS, LTO, LTX, LUNR, LUSD, LYXE, MAGAHAT, MAGIC, MAHA, MAN, MANA, MANTLE, MAP, MARSH, MASA, MASK, MATH, MATIC, MAV, MAVIA, MAX, MC, MCADE, MCB, MDT, MEME, META, METH, METIS, MFT, MIM, MIN, MIR, MIX, MKR, ML, MLN, MLT, MMX, MNW, MOC, MOCA, MOG, MON, MONG, MOODENGVIP, MORPHO, MOVE, MTA, MTD, MTL, MTLX, MTO, MUBI, MUSD, MUSE, MUSIC, MV, MVC, MVL, MX, MXC, MYRIA, MYST, MYTH, NAVI, NCT, NEAR, NEIRO, NEIROCOIN, NEST, NETVR, NEWT, NEXO, NEXT, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, NODE, NOIA, NPC, NPXS, NSURE, NUM, NUMI, NVIR, NWC, NXRA, NYM, OAX, OBOL, OBSR, OCEAN, OCT, OETHER, OGN, OGV, OHM, OHMV2, OKB, OL, OLAS, OM, OMG, OMI, OMIKAMI, OMNIC, OMNINET, ONDO, ONIT, OOE, OOKI, OPEN, OPSEC, OPTI, OPUL, ORAI, ORB, ORBS, ORDS, ORN, OSCAR, OUSD, OVR, OWN, OX, OXT, OXY, PAAL, PAID, PAL, PALM, PARAL, PARI, PATRIOT, PAW, PAXG, PAY, PDA, PDEX, PEIPEI, PENDLE, PEOPLE, PEPE, PEPE2, PEPECOIN, PERC, PERP, PHA, PHIL, PIB, PICKLE, PIRATE, PIXEL, PKF, PLANET, PLU, PLUME, PNK, PNT, POL, POLA, POLS, POLY, POND, POOH, POOL, POOLZ, PORK, PORT3, PORTAL, POWR, PPT, PRE, PRIME, PRISMA, PRO, PROM, PROMPT, PROPC, PROS, PRQ, PSP, PSPS, PSTAKE, PTU, PUFFER, PUNDIAI, PUNDIX, PUPPIES, PUSH, PYR, PYUSD, QANX, QASH, QKC, QNT, QOM, QORPO, QUICK, QUICKOLD, QUIL, RACA, RAD, RADAR, RAI, RAIL, RAMP, RARE, RARI, RBC, RBN, RBX, RDN, RDNT, RED, REEF, REKT, REKT-1, REN, RENBTC, REP, REPV2, REQ, RETH, REVV, REZ, RFD, RFOX, RING, RIO, RJV, RLB, RLC, RLUSD, RLY, RMV, ROOK, ROOT, ROUTE, RPL, RSC, RSETH, RSR, RSS3, RSWETH, RUNE, SABAI, SAFE, SAI, SAITA, SAITO, SAN, SAND, SAVM, SD, SDAO, SDEX, SEAM, SENATE, SENT, SFI, SFP, SHFL, SHFT, SHIB, SHIBDOGE, SHIDO, SHOPX, SHRAP, SIDESHIFT, SIDUS, SIGN, SILO, SIPHER, SIS, SKEB, SKEY, SKL, SKY, SKYA, SLN, SLP, SMT, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMM, SOMNIUM, SOPH, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPECT, SPECTRE, SPELL, SPK, SPOOL, SPX, SQT, SRM, SSV, STAKE, STARL, STBU, STETH, STFX, STG, STMX, STORJ, STOS, STPT, STRIKE, STRK, STRP, STRUMP, SUIAI, SUKU, SUPER, SUSD, SUSDE, SUSHI, SWAP, SWASH, SWEAT, SWELL, SWETH, SWFTC, SXP, SYLO, SYN, SYNTE, SYRUP, T, TAIKO, TALK, TANSSI, TATSU, TBTC, TEL, TET, THALES, THOR, TIME, TKX, TLM, TLOS, TOKE, TOKEN, TOMI, TORN, TOWER, TPT, TRAC, TRADE, TRB, TREAT, TRIAS, TRIBE, TROG, TRU, TRUF, TRUMP, TRVL, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, U2U, UBT, UDS, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UOS, UPC, UQC, USDC, USDD, USDE, USDF, USDP, USDQ, USDR, USDS, USDT, USTC, USUAL, USYC, UTK, UX, VAIOT, VALOR, VANRY, VEE, VEGA, VERI, VERSE, VEXT, VGX, VIB, VICE, VIDT, VINU, VIRTUAL, VISTA, VITA, VLX, VMINT, VOLT, VOW, VR, VRA, VSP, VTRAD, VVS, VXV, WAGMIGAMES, WALLET, WAMPL, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WCT, WECAN, WEETH, WEPE, WETH, WHALE, WHITE, WILD, WITCH, WLD, WMT, WNXM, WOJAK, WOLF, WOM, WOO, WRLD, WSM, WSTETH, WXT, XAR, XAUT, XCAD, XCN, XDATA, XDB, XDEFI, XEN, XFI, XPR, XRT, XSGD, XSUSHI, XSWAP, XT, XTM, XTN, XTP, XYO, XZK, YAI, YAM, YFI, YFII, YGG, YLD, ZCX, ZENT, ZETA, ZIG, ZKB, ZKJ, ZKL, ZKP, ZND, ZRC, ZRO, ZRX, ZYNC

Inscriptions Block Size Share

get

This metric shows the share or proportion of the data size of transactions including inscriptions for each inscription type relative to the total block size (hourly or daily). It provides insights into the distribution of data size across different inscription types. The bar chart represents the share of each type's data size over time, with the x-axis representing the block time resolution and the y-axis representing the share of the block size.

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/transactions/inscriptions_size_share HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "audio": 0,
      "image": 0.041567020821151206,
      "other": 0.0006272774040954498,
      "text": 0.009399820398564672,
      "text/brc-20": 0.003537620383189527,
      "video": 0
    }
  }
]

Inscriptions Fees

get

This metric indicates the fees associated with transactions including inscriptions for each type. The bar chart visualizes the fees (in BTC) for each type over time, with the x-axis representing the block time resolution and the y-axis displaying the fees.

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:
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/transactions/inscriptions_fee HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "audio": 0,
      "image": 0.10180693,
      "other": 0.00297928,
      "text": 0.06440160000000013,
      "text/brc-20": 0.09302648000000001,
      "video": 0
    }
  }
]

Inscriptions Total Block Size

get

This metric represents the cumulative sum of the size (in terms of data size) of transactions for different types of inscription. The bar chart visualizes the total data size accumulated over time for each inscription type, with the x-axis representing the block time resolution and the y-axis displaying the cumulative sum of size.

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/transactions/inscriptions_size_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "audio": 76953116,
      "image": 15808394207,
      "other": 557048993,
      "text": 2689551791,
      "text/brc-20": 3134500361,
      "video": 212296897
    }
  }
]

Inscriptions Total Count

get

This metric presents the cumulative sum of transactions including inscriptions for each inscription type. The bar chart illustrates the cumulative sum of each type, with the x-axis representing the block time resolution and the y-axis displaying the cumulative sum of inscription transactions.

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/transactions/inscriptions_count_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "audio": 1484,
      "image": 2751335,
      "other": 1842935,
      "text": 13524115,
      "text/brc-20": 56545384,
      "video": 136929
    }
  }
]

Inter-Exchange Volume

get

The total amount of coins transferred between exchanges. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

from_exchangestringOptional

from_exchange name (see /v1/metrics/transactions/transfers_volume_between_exchanges_sum/flows for a full list)

to_exchangestringOptional

to_exchange name (see /v1/metrics/transactions/transfers_volume_between_exchanges_sum/flows for a full list)

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_between_exchanges_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 13223.495883450843
  }
]

Supported asset ids: BTC, ETH, 0X0, 10SET, 1INCH, A8, AAVE, ABT, ACH, ACX, ADP, ADX, AE, AERGO, AEVO, AGI, AGIX, AGLD, AIOZ, AIT, ALCX, ALD, ALEPH, ALI, ALICE, ALKI, ALPHA, ALT, ALVA, AMP, AMPL, ANC, ANGLE, ANKR, ANT, ANYONE, APE, APEX, API3, APRS, APU, AQT, ARCA, ARKM, ARPA, ASD, ASM, AST, ASTO, ASTROP, ATA, ATH, ATOR, AUCTION, AUDIO, AURA, AURORA, AUTOS, AVA, AVAIL, AVT, AXL, AXS, BAAS, BABYDOGE, BAD, BADGER, BAL, BANANA, BAND, BAT, BAX, BBL, BCUT, BDXN, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BLUR, BLZ, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BORA, BORG, BOSON, BOTTO, BOX, BREED, BRWL, BTM, BUSD, BYTE, BZRX, BZZ, C98, CAGA, CAKE, CAPS, CAW, CBBTC, CBETH, CBK, CEEK, CEL, CELL, CELR, CERE, CET, CGPT, CHESS, CHNG, CHO, CHR, CHZ, CLV, CNHT, COMAI, COMBO, COMP, COS, COSP, COTI, COVAL, COW, CPOOL, CQT, CRE, CREAM, CRO, CRTS, CRU, CRV, CTC, CTSI, CTX, CTXC, CUDOS, CULT, CVC, CVP, CVX, CWEB, CXT, CYBER, DAG, DAI, DAO, DAR, DATA, DATAO, DC, DEGO, DENT, DEP, DERC, DEVVE, DEXE, DEXT, DF, DFI, DHT, DIA, DIMO, DIVER, DKA, DMAIL, DMTR, DNT, DODO, DOGEGOV, DOGENFT, DORA, DOSE, DPI, DRGN, DRV, DUEL, DUSK, DYPV1, EDEN, EFI, EIGEN, EJS, ELA, ELF, ELON, ELX, EML, ENA, ENG, ENJ, ENS, EPIC, EPIK, ERA, ERN, ESE, ETHDYDX, ETHFI, EUL, EURC, EURS, EURT, EVER, EXRD, F, FARM, FCT, FDUSD, FEG, FEI, FET, FHE, FIS, FLIP, FLOKI, FLT, FLUX, FOR, FORT, FORTH, FOX, FRAX, FRONT, FTM, FTT, FUEL, FUN, FUSE, FX, FXS, G, GAL, GALA, GAME, GEAR, GELATO, GEMS, GEOJ, GF, GFI, GHST, GHX, GLM, GLQ, GMEE, GMTT, GNO, GODS, GOG, GROK, GRT, GT, GTC, GTO, GUSD, GYEN, HANDY, HAPI, HARRYP, HBTC, HEART, HEGIC, HEI, HFT, HIFI, HMT, HOPR, HOT, HT, HUNT, HVH, HXRO, HYPER, ID, IDEX, IDRT, ILV, IMGNAI, IMX, INDEX, INJ, INSP, INST, INV, IOTX, IQ, ISLAND, ISP, IXS, IZI, JASMY, JPEG, KAI, KAN, KARATE, KARRAT, KCS, KEEP, KEY, KIP, KISHU, KNC, KNCL, KP3R, KRL, LA, LADYS, LAI, LAMB, LBA, LBR, LCX, LDO, LEASH, LEO, LEVER, LINA, LINK, LIT, LITH, LL, LM, LMR, LMWR, LNDX, LOKA, LON, LOOKS, LOOM, LOOMV1, LOVELY, LPT, LQTY, LRC, LSK, LSS, LTO, LTX, LUNR, LYXE, MAGAHAT, MAHA, MAN, MANA, MANTLE, MAP, MARSH, MASA, MASK, MATH, MATIC, MAV, MAVIA, MAX, MC, MCB, MDT, MEME, META, METIS, MFT, MIR, MIX, MKR, ML, MLN, MLT, MNW, MOCA, MOG, MON, MONG, MOODENGVIP, MORPHO, MOVE, MTA, MTL, MUBI, MUSD, MUSE, MUSIC, MV, MVL, MX, MXC, MYRIA, MYST, MYTH, NAVI, NCT, NEIRO, NEIROCOIN, NEWT, NEXO, NEXT, NFTX, NGL, NKN, NMR, NMT, NODE, NOIA, NPC, NPXS, NSURE, NUM, NVIR, NWC, NXRA, NYM, OAX, OBOL, OCEAN, OCT, OGN, OGV, OHM, OKB, OL, OLAS, OM, OMG, OMI, OMNIC, OMNINET, ONDO, ONIT, OOKI, OPEN, OPTI, OPUL, ORAI, ORBS, ORDS, ORN, OUSD, OVR, OX, OXT, OXY, PAAL, PARAL, PARI, PAW, PAXG, PAY, PDA, PDEX, PEIPEI, PENDLE, PEOPLE, PEPE, PEPE2, PEPECOIN, PERP, PHA, PICKLE, PIRATE, PIXEL, PKF, PLANET, PLU, PLUME, PNK, PNT, POL, POLS, POLY, POND, POOH, POOL, PORK, PORT3, PORTAL, POWR, PPT, PRE, PRIME, PRO, PROM, PROMPT, PROPC, PROS, PRQ, PSP, PSTAKE, PUFFER, PUNDIX, PUSH, PYR, PYUSD, QASH, QKC, QNT, QOM, QUICK, QUICKOLD, RACA, RAD, RADAR, RAMP, RARE, RARI, RBN, RDN, RDNT, RED, REEF, REKT, REKT-1, REN, RENBTC, REP, REPV2, REQ, REVV, REZ, RFD, RFOX, RING, RIO, RJV, RLC, RLY, RMV, ROOK, ROOT, ROUTE, RPL, RSC, RSR, RSS3, SAFE, SAI, SAITO, SAN, SAND, SAVM, SD, SDAO, SDEX, SEAM, SENT, SFI, SFP, SHFT, SHIB, SHOPX, SHRAP, SIDUS, SIS, SKEB, SKEY, SKL, SKY, SLN, SLP, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMNIUM, SOV, SPA, SPARKLET, SPC, SPECT, SPELL, SPK, SPOOL, SPX, SQT, SRM, SSV, STAKE, STARL, STBU, STETH, STG, STMX, STORJ, STPT, STRIKE, STRK, STRP, SUKU, SUPER, SUSD, SUSHI, SWAP, SWASH, SWEAT, SWELL, SWFTC, SXP, SYLO, SYN, SYRUP, T, TAIKO, TALK, TANSSI, TEL, TET, THALES, TIME, TLM, TLOS, TOKE, TOKEN, TOMI, TORN, TOWER, TRAC, TRADE, TRB, TREAT, TRIBE, TRU, TRUMP, TRYB, TSUKA, TURBOT, TUSD, TVK, U2U, UBT, UDS, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UOS, UPC, UQC, USDC, USDD, USDE, USDP, USDS, USDT, USTC, USUAL, UTK, UX, VAIOT, VANRY, VEE, VEGA, VGX, VIB, VIDT, VIRTUAL, VLX, VOLT, VR, VRA, VSP, VVS, WAGMIGAMES, WAMPL, WAVES, WAXP, WBETH, WBT, WBTC, WCFG, WCT, WEETH, WETH, WHALE, WILD, WLD, WMT, WNXM, WOJAK, WOLF, WOM, WOO, WSM, WXT, XAUT, XCAD, XCN, XDATA, XDB, XDEFI, XEN, XPR, XRT, XTM, XTP, XYO, XZK, YAM, YFI, YFII, YGG, YLD, ZCX, ZENT, ZETA, ZIG, ZKB, ZKJ, ZKL, ZKP, ZRC, ZRO, ZRX

Long-Term Holder in Loss to Exchanges (Volume)

get

The total amount of coins transferred from long-term holders in loss to exchange wallets. Only direct transfers are counted. Coins are considered to be in loss when the price at the time the coins are spent is lower than the entity's average on-chain acquisition price for its funds. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.\n\nNote that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_lth_to_exchanges_loss_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 54.94812231043269
  }
]

Long-Term Holder in Profit to Exchanges (Volume)

get

The total amount of coins transferred from long-term holders in profit to exchange wallets. Only direct transfers are counted. Coins are considered to be in profit when the price at the time the coins are spent is higher than the entity's average on-chain acquisition price for its funds. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.\n\nNote that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_lth_to_exchanges_profit_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 781.5330888899343
  }
]

Miner Incoming Transfers

get

The total number of transfers in which the receiver is a miners' address.

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:
minerstringOptional

miner name (see /v1/metrics/transactions/transfers_to_miners_count/miners for a full list)

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_to_miners_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 660
  }
]

Miners to Exchanges

get

The total amount of coins transferred from miners to exchange wallets. Only direct transfers are counted. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_miners_to_exchanges HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 132.62117317332118
  }
]

Miners to Exchanges (Stacked)

get

The total amount of coins transferred from miners to exchange wallets. Only direct transfers are counted. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_miners_to_exchanges_all HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "volumes": {
      "1THash&58COIN": 0,
      "AntPool": 19.63738801,
      "BTC.TOP": 0,
      "BTC.com": 11.992054462175401,
      "BinancePool": 0,
      "BitFury": 0,
      "BitMinter": 0,
      "Bixin": 0,
      "DPool": 0,
      "F2Pool": 18.761310967068326,
      "FoundryUSAPool": 35.02243462000002,
      "HuobiPool": 0,
      "KuCoinPool": 0,
      "Lubian.com": 0,
      "LuxorTech": 0,
      "MaraPool": 0,
      "NovaBlock": 0,
      "OKExPool": 0,
      "PegaPool": 0,
      "Poolin": 0,
      "SBICrypto": 0,
      "SecPool": 0,
      "SigmaPool": 0.09605906,
      "SlushPool": 3.3655599059165837,
      "SpiderPool": 0,
      "TerraPool": 0,
      "UKRPool": 0,
      "Ultimus": 0,
      "ViaBTC": 42.81058773,
      "other": 0.9357784181608371
    }
  }
]

NFTs Transactions (Absolute)

get

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

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_nfts HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "blur.io": 1604,
      "cryptokitties": 1,
      "looksrare": 86,
      "opensea": 457,
      "other_nft_transactions": 5723,
      "rarible": 13,
      "superrare": 67
    }
  }
]

NFTs Transactions (Relative)

get

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

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_nfts_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "blur.io": 0.20173563073827191,
      "cryptokitties": 0.00012577034335303736,
      "looksrare": 0.010816249528361212,
      "opensea": 0.05747704691233807,
      "other_nft_transactions": 0.7197836750094327,
      "rarible": 0.0016350144635894855,
      "superrare": 0.008426613004653503
    }
  }
]

OTC Desks Incoming Transactions

get

The total count of transfers to OTC desk addresses. This data is based on three different OTC desks. Note that OTC metrics are based on our labeled data that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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/transactions/transfers_to_otc_desks_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 56
  }
]

OTC Desks Outflows

get

The total amount of coins transferred from OTC desk addresses. This data is based on three different OTC desks. Note that OTC metrics are based on our labeled data that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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/transactions/transfers_volume_from_otc_desks_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1562.48688927
  }
]

OTC Desks Outgoing Transactions

get

The total count of transfers from OTC desk addresses. This data is based on three different OTC desks. Note that OTC metrics are based on our labeled data that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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/transactions/transfers_from_otc_desks_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 37
  }
]

Runes Count Share

get

The relative number transactions including Rune protocol messages (Runestones).

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h, 1h

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/transactions/runes_count_share HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.47040027356142783
  }
]

Runes Fee Share

get

The relative amount of fees paid in transactions with Rune protocol messages (Runestones) compared to the total fees.

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/transactions/runes_fee_share HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.09420265422360743
  }
]

Runes Fees

get

The fee paid in transactions with Rune protocol messages (Runestones).

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 24h, 1h

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/transactions/runes_fee HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.89617451
  }
]

Runes Total Count

get

The total number of transactions with Rune protocol messages (Runestones).

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/transactions/runes_count_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 56803927
  }
]

SegWit Adoption

get

These metrics quantify the degree of SegWit adoption on the Bitcoin network. Adoption is the community-established way of measuring SegWit adoption and refers to the relative number of transactions that spent at least one SegWit input. Utilization is a more granular approach that refers to the relative number of spent SegWit inputs instead. For more information please see our research article.

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/transactions/segwit_adoption HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "adoption": 0.9592659435019663,
      "utilization": 0.8916810175141037
    }
  }
]

Short-Term Holder in Loss to Exchanges (Volume)

get

The total amount of coins transferred from short-term holders in loss to exchange wallets. Only direct transfers are counted. Coins are considered to be in loss when the price at the time the coins are spent is lower than the entity's average on-chain acquisition price for its funds. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.\n\nNote that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_sth_to_exchanges_loss_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 4396.849533579567
  }
]

Short-Term Holder in Profit to Exchanges (Volume)

get

The total amount of coins transferred from short-term holders in profit to exchange wallets. Only direct transfers are counted. Coins are considered to be in profit when the price at the time the coins are spent is higher than the entity's average on-chain acquisition price for its funds. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.\n\nNote that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_sth_to_exchanges_profit_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 19921.02795069039
  }
]

Short-Term Holder to Exchanges (Volume)

get

The total amount of coins transferred from short-term holders to exchange wallets. Only direct transfers are counted. 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.\n\nEntities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.\n\nNote that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_sth_to_exchanges_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 24317.877484269957
  }
]

Stablecoins Transactions (Absolute)

get

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

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_stablecoins HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "busd": 19,
      "dai": 1958,
      "gusd": 15,
      "other_stablecoins": 927,
      "sai": 1,
      "tusd": 46,
      "usda": 0,
      "usdc": 31705,
      "usdp": 63,
      "usdt": 102879,
      "ust": 6
    }
  }
]

Stablecoins Transactions (Relative)

get

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

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_stablecoins_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "busd": 0.00013806233150945728,
      "dai": 0.014227686583974596,
      "gusd": 0.00010899657750746627,
      "other_stablecoins": 0.006735988489961415,
      "sai": 0.000007266438500497751,
      "tusd": 0.00033425617102289653,
      "usda": 0,
      "usdc": 0.2303824326582812,
      "usdp": 0.0004577856255313583,
      "usdt": 0.7475639264927081,
      "ust": 0.00004359863100298651
    }
  }
]

Taproot Adoption

get

These metrics quantify the degree of Taproot adoption on the Bitcoin network. Adoption is inspired by the approach used by the community-established way of measuring SegWit adoption. The metric expresses adoption by relating the number of transactions that spend at least one Taproot input to the overall number of transactions. The Taproot utilization metric is a different way to express adoption that is more granular and based on relating the number of spent Taproot inputs to the overall number of spent inputs.

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/transactions/taproot_adoption HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "adoption": 0.19333573966070783,
      "utilization": 0.1544784182331202
    }
  }
]

Transaction Rate

get

The total amount of transactions per second. Only successful transactions are counted.

View in Studio

Authorizations
Query parameters
astringRequired

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

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

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

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/transactions/rate HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 6.090798611111111
  }
]

Transaction Size (Mean)

get

The mean size of a transaction within the time period (in bytes).

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

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

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/transactions/size_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 457.6243745783808
  }
]

Transaction Size (Total)

get

The total size of all transactions within the time period (in bytes).

View in Studio

Authorizations
Query parameters
astringRequired

asset id - BTC

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

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

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/transactions/size_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 240822539
  }
]

Transaction Type Breakdown (Absolute)

get

The number of transactions (transaction count) in the Ethereum network by category. Transactions are classified into the following categories:\n\n- Vanilla: Pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called.\n\n- ERC20: All transactions calling ERC20 contracts. Contracts in the Stablecoins category are excluded here.\n\n- Stablecoins: Fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.\n\n- DeFi: On-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs). We include over 90+ DeFi protocols in this category, such as Uniswap, Etherdelta, 1inch, Sushiswap, Aave, and 0x.\n\n- Bridges: Contracts allowing transfer of tokens between different blockchains. We include 50+ bridges in this category, such as Ronin, Polygon, Optimism, and Arbitrum.\n\n- NFTs: Transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.\n\n- MEV Bots: Miner Extractable Value (MEV) bots execute transactions for profit by reordering, inserting, and censoring transactions within blocks.\n\n- Other: This category includes all other transactions in the Ethereum network that are not included in categories listed above.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/tx_types_breakdown_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "bridge": 4032,
      "defi": 180194,
      "erc20": 167044,
      "mev-bot": 4982,
      "nft_transfer": 7898,
      "other": 295442,
      "stablecoin": 137619,
      "vanilla": 359614
    }
  }
]

Transaction Type Breakdown (Relative)

get

The relative amount (share) of transactions in the Ethereum network by category. Transactions are classified into one of the following categories:\n\n- Vanilla: Pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called.\n\n- ERC20: All transactions calling ERC20 contracts. Contracts in the Stablecoins category are excluded here.\n\n- Stablecoins: Fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.\n\n- DeFi: On-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs). We include over 90+ DeFi protocols in this category, such as Uniswap, Etherdelta, 1inch, Sushiswap, Aave, and 0x.\n\n- Bridges: Contracts allowing transfer of tokens between different blockchains. We include 50+ bridges in this category, such as Ronin, Polygon, Optimism, and Arbitrum.\n\n- NFTs: Transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.\n\n- MEV Bots: Miner Extractable Value (MEV) bots execute transactions for profit by reordering, inserting, and censoring transactions within blocks.\n\n- Other: This category includes all other transactions in the Ethereum network that are not included in categories listed above.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/tx_types_breakdown_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "bridge": 0.00348540185421304,
      "defi": 0.1557659974499168,
      "erc20": 0.14439867741447496,
      "mev-bot": 0.00430661508871264,
      "nft_transfer": 0.006827307501134571,
      "other": 0.25539040044950617,
      "stablecoin": 0.11896267801957945,
      "vanilla": 0.31086292222246237
    }
  }
]

Transfer Count

get

The total amount of transfers. One transaction can trigger one or more transfers. Only successful, non-zero transfers are counted. TON: The total amount of transfers. Includes all transfers and is not just limited to EOA wallets. All transfers from the Elector and Config contracts are excluded. One transaction can trigger one or more transfers. Only successful, non-zero transfers are counted.

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:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 714297
  }
]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 0X0, 1, 10SET, 1EX, 1INCH, 4EVER, 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, AJNA, AKIO, ALCH, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANKRETH, ANON, ANT, ANVL, ANYONE, ANZENUSD, AP, 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, BC, BCUT, BDC, BDXN, BEAMMW, 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, BYTE, BZR, BZRX, BZZ, C98, CA, CAGA, CAH, CAI, CAKE, CANDLE, CANTO, CAPS, CAR, CARR, CARROT, CARV, CAST, CATE, CAW, CBAT, CBBTC, CBETH, CBK, CBY, CDAI, CDCSOL, CDT, CEEK, CEL, CELL, CELR, CENTS, CERE, CET, CETH, CGPT, CHAT, CHEQ, CHESS, CHEX, CHILLGUY, CHILLHOUSE, CHKN, CHNG, CHO, CHOMP, CHR, CHRP, CHZ, CLEAR, CLOUD, CLV, CMETH, CNHT, COINX, COLLAT, COMAI, COMBO, COMP, COOK, COPI, CORAL, 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, DACAT, 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, DUPE, 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, ERA, ERN, ES, ESE, 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, FRAG, FRAX, FRED, FRIC, FRM, FRONT, FRXETH, FT, FTM, FTN, FTT, FUEL, FUN, FUSE, FWOG, FX, FXN, FXS, G, G3, 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, GIZA, GLM, GLQ, GME, GMEE, GMEX, GMM, GMT, GMTT, GNO, GNON, GNUS, GOAT, GODS, GOG, GOHOME, GOOGLX, GOR, 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, HOSICO, HOT, HOUSE, HPO, HSK, HT, HUNT, HVH, HXD, HXRO, HYPER, IAG, ICHI, ICNT, 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, JITOSOL, JLP, JMPT, JOECOIN, JPEG, JTO, JUP, JYAI, KAI, KAN, KAP, KARATE, KARRAT, KATA, KCS, KCT, KEEP, KEKEC, KEKIUS, KENDU, KEY, KHAI, KIN, KINET, KIP, KISHU, KIZUNA, KMNO, KNC, KNCL, KNDX, KNINE, KOIN, KOKO, KOMPETE, KORI, KP3R, KPOP, KRL, KUJI, LA, LADYF, LADYS, LAI, LAKE, LAMB, LANDW, LAYER, LBA, LBAI, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LGCT, LIBRA, LIKE, LIMBO, LIME, LINA, LINK, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, LOCKIN, LOGX, 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, MAMBO, 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, MNSRY, MNW, MOBILE, MOBY, MOC, MOCA, MOG, MON, MONG, MOODENG, MOODENGVIP, MORI, 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, NEET, NEIRO, NEIROCOIN, NEIROLOL, NEKO, NEST, NETVR, NEUR, NEURAL, NEURON, NEWT, NEXO, NEXT, NFD, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, NOBODY, NODE, 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, PUMP, 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, RENTA, REP, REPV2, REQ, RETAR, RETARDIO, RETH, REVV, REZ, RFD, RFOX, RIFA, RING, RIO, RISE, RIZO, RJV, RLB, RLC, RLUSD, RLY, RMRK, RMV, 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, SATOSHINAKAMOTO, SAVM, SBR, SCF, SCIHUB, SCNSOL, SD, SDAI, SDAO, SDEX, SEAM, SEDA, SELFIE, SENATE, SENDCOIN, SENT, SENTR, 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, SKATE, SKBDI, SKEB, SKEY, SKL, SKY, SKYA, SLAP, SLERF, SLIM, SLN, SLP, SMT, SMURFCATETH, SNAI, SNAPKERO, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOL, SOLAMA, SOLANAS, SOLVE, SOMM, SOMNIUM, SONIC, SOON, SOPH, SORA, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, SPK, SPOOL, SPX, SPYX, SQGROW, SQT, SQUIDGROW, SRM, SSE, SSV, STAKE, STARL, STAT, STBU, STEP, STETH, STFX, STG, STIMA, STMX, STNK, STONKS, STOP, 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, TANSSI, TAOBOT, TAONU, TARA, TATSU, 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, TROLL, TRU, TRUF, TRUMP, TRVL, TRWA, TRX, TRYB, TSLAX, TSUKA, TT, TURBOT, TUSD, TVK, TXAU, TYPE, U2U, UBT, UCASH, UDS, UFD, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UPT, UQC, URO, USDC, USDD, USDE, USDF, USDG-1, USDM, USDP, USDQ, USDR, USDS, USDT, USDUC, USDY, USDZ, USELESS, 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, WAGMIT, 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, XPR, XPRT, XRP, XRT, XSGD, XSUSHI, XSWAP, XT, XTM, XTN, XTP, XVS, XX, XYO, XZK, YAI, YAM, YFI, YFII, YGG, YLD, YNE, YTC, YURU, ZARP, ZBCN, ZCHF, ZCX, ZENT, ZEREBRO, ZETA, ZEUS, ZEX, ZIG, ZKB, ZKCRO, ZKJ, ZKL, ZKML, ZKP, ZND, ZNN, ZON, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

Transfer Rate

get

The total amount of transfers per second. One transaction can trigger one or more transfers. Only successful, non-zero transfers are counted. TON: The total amount of transfers per second. Includes all transfers and is not just limited to EOA wallets. All transfers from the Elector and Config contracts are excluded. One transaction can trigger one or more transfers. Only successful, non-zero transfers are counted.

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:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_rate HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 8.26732638888889
  }
]

Supported asset ids: BTC, ETH, $CWIF, $MICHI, 0X0, 1, 10SET, 1EX, 1INCH, 4EVER, 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, AJNA, AKIO, ALCH, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANKRETH, ANON, ANT, ANVL, ANYONE, ANZENUSD, AP, 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, BC, BCUT, BDC, BDXN, BEAMMW, 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, BYTE, BZR, BZRX, BZZ, C98, CA, CAGA, CAH, CAI, CAKE, CANDLE, CANTO, CAPS, CAR, CARR, CARROT, CARV, CAST, CATE, CAW, CBAT, CBBTC, CBETH, CBK, CBY, CDAI, CDCSOL, CDT, CEEK, CEL, CELL, CELR, CENTS, CERE, CET, CETH, CGPT, CHAT, CHEQ, CHESS, CHEX, CHILLGUY, CHILLHOUSE, CHKN, CHNG, CHO, CHOMP, CHR, CHRP, CHZ, CLEAR, CLOUD, CLV, CMETH, CNHT, COINX, COLLAT, COMAI, COMBO, COMP, COOK, COPI, CORAL, 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, DACAT, 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, DUPE, 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, ERA, ERN, ES, ESE, 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, FRAG, FRAX, FRED, FRIC, FRM, FRONT, FRXETH, FT, FTM, FTN, FTT, FUEL, FUN, FUSE, FWOG, FX, FXN, FXS, G, G3, 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, GIZA, GLM, GLQ, GME, GMEE, GMEX, GMM, GMT, GMTT, GNO, GNON, GNUS, GOAT, GODS, GOG, GOHOME, GOOGLX, GOR, 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, HOSICO, HOT, HOUSE, HPO, HSK, HT, HUNT, HVH, HXD, HXRO, HYPER, IAG, ICHI, ICNT, 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, JITOSOL, JLP, JMPT, JOECOIN, JPEG, JTO, JUP, JYAI, KAI, KAN, KAP, KARATE, KARRAT, KATA, KCS, KCT, KEEP, KEKEC, KEKIUS, KENDU, KEY, KHAI, KIN, KINET, KIP, KISHU, KIZUNA, KMNO, KNC, KNCL, KNDX, KNINE, KOIN, KOKO, KOMPETE, KORI, KP3R, KPOP, KRL, KUJI, LA, LADYF, LADYS, LAI, LAKE, LAMB, LANDW, LAYER, LBA, LBAI, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LGCT, LIBRA, LIKE, LIMBO, LIME, LINA, LINK, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, LOCKIN, LOGX, 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, MAMBO, 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, MNSRY, MNW, MOBILE, MOBY, MOC, MOCA, MOG, MON, MONG, MOODENG, MOODENGVIP, MORI, 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, NEET, NEIRO, NEIROCOIN, NEIROLOL, NEKO, NEST, NETVR, NEUR, NEURAL, NEURON, NEWT, NEXO, NEXT, NFD, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, NOBODY, NODE, 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, PUMP, 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, RENTA, REP, REPV2, REQ, RETAR, RETARDIO, RETH, REVV, REZ, RFD, RFOX, RIFA, RING, RIO, RISE, RIZO, RJV, RLB, RLC, RLUSD, RLY, RMRK, RMV, 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, SATOSHINAKAMOTO, SAVM, SBR, SCF, SCIHUB, SCNSOL, SD, SDAI, SDAO, SDEX, SEAM, SEDA, SELFIE, SENATE, SENDCOIN, SENT, SENTR, 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, SKATE, SKBDI, SKEB, SKEY, SKL, SKY, SKYA, SLAP, SLERF, SLIM, SLN, SLP, SMT, SMURFCATETH, SNAI, SNAPKERO, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOL, SOLAMA, SOLANAS, SOLVE, SOMM, SOMNIUM, SONIC, SOON, SOPH, SORA, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, SPK, SPOOL, SPX, SPYX, SQGROW, SQT, SQUIDGROW, SRM, SSE, SSV, STAKE, STARL, STAT, STBU, STEP, STETH, STFX, STG, STIMA, STMX, STNK, STONKS, STOP, 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, TANSSI, TAOBOT, TAONU, TARA, TATSU, 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, TROLL, TRU, TRUF, TRUMP, TRVL, TRWA, TRX, TRYB, TSLAX, TSUKA, TT, TURBOT, TUSD, TVK, TXAU, TYPE, U2U, UBT, UCASH, UDS, UFD, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UPT, UQC, URO, USDC, USDD, USDE, USDF, USDG-1, USDM, USDP, USDQ, USDR, USDS, USDT, USDUC, USDY, USDZ, USELESS, 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, WAGMIT, 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, XPR, XPRT, XRP, XRT, XSGD, XSUSHI, XSWAP, XT, XTM, XTN, XTP, XVS, XX, XYO, XZK, YAI, YAM, YFI, YFII, YGG, YLD, YNE, YTC, YURU, ZARP, ZBCN, ZCHF, ZCX, ZENT, ZEREBRO, ZETA, ZEUS, ZEX, ZIG, ZKB, ZKCRO, ZKJ, ZKL, ZKML, ZKP, ZND, ZNN, ZON, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

Vanilla Transactions (Relative)

get

The relative amount (share) of gas consumed by the Ethereum network by vanilla transactions. Vanilla transactions are pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called.\n If at least one of the EOAs participating in the transaction (the receiver, the sender, or both) belongs to an exchange, the amount will be represented in the exchange cohort.\n Note that occasionally the value of the last datapoint can slightly change as some addresses initially transact as "vanilla" before their associated smart contract deployment is observed.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

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/transactions/transfers_count_vanilla_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "exchange": 0.2334150591944321,
      "vanilla": 0.7665849408055679
    }
  }
]

Whale Deposits to Exchanges (Volume)

get

The total amount of coins transferred from whales to exchange wallets. Only direct transfers are counted. Whales are defined as network entities (cluster of addresses) that hold at least 1,000 BTC. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_whales_to_exchanges_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 14114.967360190323
  }
]

Whale Withdrawals from Exchanges (Counts)

get

The total count of transfers from exchange addresses to whales. Whales are defined as network entities (cluster of addresses) that hold at least 1,000 BTC. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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:
estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_exchanges_to_whales_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 3595
  }
]

Whale Withdrawals from Exchanges (Volume)

get

The total amount of coins transferred from exchange wallets to whale entities. Only direct transfers are counted. Whales are defined as network entities (cluster of addresses) that hold at least 1,000 BTC. Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

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

estringOptional

exchange name - aggregated, binance, bitfinex, bitflyer, bitget, bithumb, bitmex, bitstamp, bittrex, bybit, coinbase, coincheck, coinex, crypto.com, deribit, ftx, gate.io, gemini, hitbtc, huobi, korbit, kraken, kucoin, luno, okex, poloniex, swissborg, upbit

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

Default: unixPossible values:
Responses
200

Successful response

application/json
get
GET /v1/metrics/transactions/transfers_volume_exchanges_to_whales_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 12766.17959827104
  }
]

Last updated