Transactions

Bridges Transactions (Absolute)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count_bridges

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"arbitrum":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}}]

Bridges Transactions (Relative)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count_bridges_relative

Bridges Transactions (Relative)

get

The relative amount (share) of transactions 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_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "arbitrum": 0.2472718253968254,
      "axie_infinity": 0,
      "hop": 0,
      "immutable_x": 0.0441468253968254,
      "multichain": 0.000248015873015873,
      "optimism": 0.012648809523809524,
      "other_bridges": 0.4975198412698413,
      "polygon": 0.0662202380952381,
      "synapse": 0.008680555555555556,
      "unichain": 0,
      "wormhole": 0.11879960317460317,
      "zksync": 0.004464285714285714
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"arbitrum":0.2472718253968254,"axie_infinity":0,"hop":0,"immutable_x":0.0441468253968254,"multichain":0.000248015873015873,"optimism":0.012648809523809524,"other_bridges":0.4975198412698413,"polygon":0.0662202380952381,"synapse":0.008680555555555556,"unichain":0,"wormhole":0.11879960317460317,"zksync":0.004464285714285714}}]

Change-Adjusted Volume (Mean)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_adjusted_mean

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Change-Adjusted Volume (Median)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_adjusted_median

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Change-Adjusted Volume (Total)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_adjusted_sum

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Coinjoin Output Count

GET https://api.glassnode.com/v1/metrics/transactions/transfers_from_coinjoins_count

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Coinjoin Output Volume

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_from_coinjoins_sum

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Contract Calls (External)

GET https://api.glassnode.com/v1/metrics/transactions/contract_calls_external_count

Contract Calls (External)

get

The total number of smart contract calls on the Ethereum network initiated by Externally Owned Addresses (EOAs), i.e. external transactions. Only successful transactions are counted.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

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

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Contract Calls (Internal)

GET https://api.glassnode.com/v1/metrics/transactions/contract_calls_internal_count

Contract Calls (Internal)

get

The total number of internal smart contract calls on the Ethereum network, i.e. contract calls initiated by other contracts (internal transactions). Only successful transactions are counted.

View in Studio

Authorizations
Query parameters
astringRequired

asset id - ETH

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

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

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

DeFi Transactions (Absolute)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count_defi

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"0x":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 https://api.glassnode.com/v1/metrics/transactions/transfers_count_defi_relative

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"0x":0.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 https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_from_lth_sum

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Entity-Adjusted LTH Transfer Volume in Loss

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_from_lth_loss_sum

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.7692720119043
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Entity-Adjusted LTH Transfer Volume in Profit

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_from_lth_profit_sum

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_from_lth_sth_profit_loss_relative

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.004537007135256515,
      "lth_profit": 0.25227455724773196,
      "sth_loss": 0.14510665763134806,
      "sth_profit": 0.5980817779856634
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"lth_loss":0.004537296218392389,"lth_profit":0.2522568032947447,"sth_loss":0.145106986235343,"sth_profit":0.5980989142515201}}]

Entity-Adjusted STH Transfer Volume

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_from_sth_sum

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Entity-Adjusted STH Transfer Volume in Loss

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_from_sth_loss_sum

Entity-Adjusted STH Transfer Volume in Loss

get

The total estimated amount of coins moved by short-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_sth_loss_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 21677.028661168046
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Entity-Adjusted STH Transfer Volume in Profit

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_from_sth_profit_sum

Entity-Adjusted STH Transfer Volume in Profit

get

The total estimated amount of coins moved by short-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_sth_profit_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 89345.5617732922
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Entity-Adjusted Transaction Count

GET https://api.glassnode.com/v1/metrics/transactions/entity_adjusted_count

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Entity-Adjusted Volume (Mean)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_mean

Entity-Adjusted Volume (Mean)

get

The mean estimated amount of coins moved between different entities, i.e. 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_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.6552544045405126
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Entity-Adjusted Volume (Median)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_median

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.00177516
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Entity-Adjusted Volume (Total)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_entity_adjusted_sum

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

ERC-20 Transactions (Absolute)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count_erc20

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"APE":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 https://api.glassnode.com/v1/metrics/transactions/transfers_count_erc20_relative

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"APE":0.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 https://api.glassnode.com/v1/metrics/transactions/transfers_to_exchanges_count

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

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON, csv, json

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Supported asset ids: BTC, ETH, 0X0, 10SET, 1EX, 1INCH, 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, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, ANZENUSD, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, 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, BCUT, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BOO, BOOE, BORA, BORG, BOSON, BOTTO, BOX, BREED, BRG, BRISE, BROCK, BRWL, BST, BTC2XFLI, BTM, BTRFLY, BTSE, BTT, BTU, BUIDL, BUSD, BVM, BXBT, BXX, 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, 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, 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, ERN, ES, 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, GAINS, GAL, GALA, GAME, GAMESTOP, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEMS, GENOME, GEOJ, GET, GF, GFI, GHO, GHST, GHX, 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, 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, KEKIUS, KENDU, KEY, KINET, KIP, KISHU, KIZUNA, KNC, KNCL, KNDX, KNINE, KOIN, KOMPETE, KP3R, KRL, KUJI, LADYS, LAI, LAKE, LAMB, LBA, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIME, LINA, LINK, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, 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, 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, NEXO, NEXT, NFD, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, 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, REP, REPV2, REQ, RETH, REVV, REZ, RFD, RFOX, RING, RIO, RISE, RJV, RLB, RLC, RLUSD, RLY, RMRK, 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, SAVM, SD, 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, SLAP, SLN, SLP, SMURFCATETH, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOLVE, SOMM, SOMNIUM, SORA, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, 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, TAOBOT, TAONU, TARA, 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, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, TXAU, TYPE, UBT, UCASH, UDS, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UQC, USDC, USDD, USDE, USDG, 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, 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, XOR, 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, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

Exchange Inflow Volume (Mean)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_to_exchanges_mean

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

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.6033873971757212
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON, csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

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, 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, 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, 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, ROKO, ROOK, ROUTE, 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, 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, USDG, 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, 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, XOR, 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 https://api.glassnode.com/v1/metrics/transactions/transfers_volume_to_exchanges_sum

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

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.85200996457
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON, csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

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, 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, 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, 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, ROKO, ROOK, ROUTE, 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, 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, USDG, 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, 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, XOR, 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

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_exchanges_net

Exchange Netflow Volume

get

The difference in volume flowing into exchanges and out of exchanges, i.e. the net flow of coins into/out of 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

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON, csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

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, 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, 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, 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, ROKO, ROOK, ROUTE, 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, 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, USDG, 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, 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, XOR, 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 https://api.glassnode.com/v1/metrics/transactions/transfers_volume_exchanges_net_by_size

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

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": -38.66029335386071,
      "10k_to_100k": 458.33387796163845,
      "1m_to_10m": -373.03858259000003,
      "less_than_10k": 397.96499776139837,
      "more_than_10m": 2659.271313040284
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - CSV, JSON, csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"100k_to_1m":-39.49604079955196,"10k_to_100k":459.05987555388185,"1m_to_10m":-373.0385825899999,"less_than_10k":398.052475909155,"more_than_10m":2659.271313040284}}]

Exchange Outflow Volume (Mean)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_from_exchanges_mean

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

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.0181256334683688
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON, csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

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, 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, 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, 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, ROKO, ROOK, ROUTE, 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, 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, USDG, 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, 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, XOR, XPR, XRT, XSGD, XSUSHI, XT, XTN, XTP, XVS, XYO, YAM, YFI, YFII, YGG, YLD, ZARP, ZCX, ZETA, ZIG, ZKB, ZKP, ZNN, ZRX, ZUSD

Exchange Outflow Volume (Total)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_from_exchanges_sum

Exchange Outflow Volume (Total)

get

The total amount of coins transferred from 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

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON, csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

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, 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, 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, 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, ROKO, ROOK, ROUTE, 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, 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, USDG, 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, 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, XOR, 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 https://api.glassnode.com/v1/metrics/transactions/transfers_from_exchanges_count

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

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON, csv, json

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Supported asset ids: BTC, ETH, 0X0, 10SET, 1EX, 1INCH, 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, ALCX, ALD, ALEPH, ALEX, ALI, ALICE, ALKI, ALPH, ALPHA, ALT, ALVA, AMB, AMO, AMP, AMPL, ANC, ANDY, ANGLE, ANKR, ANKRETH, ANT, ANVL, ANYONE, ANZENUSD, APE, APEX, APFC, API3, APRS, APU, APW, APXT, AQT, AQTIS, 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, BCUT, BEAMMW, BEL, BEN, BEPRO, BETA, BFC, BGB, BICO, BIFI, BIGTIME, BITRUE, BKN, BLENDR, BLUR, BLZ, BMEX, BMX, BNT, BOA, BOBA, BOBO, BOBT, BOLT, BOND, BONE, BOO, BOOE, BORA, BORG, BOSON, BOTTO, BOX, BREED, BRG, BRISE, BROCK, BRWL, BST, BTC2XFLI, BTM, BTRFLY, BTSE, BTT, BTU, BUIDL, BUSD, BVM, BXBT, BXX, 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, 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, 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, ERN, ES, 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, GAINS, GAL, GALA, GAME, GAMESTOP, GAMMA, GBYTE, GEAR, GEEQ, GELATO, GEMS, GENOME, GEOJ, GET, GF, GFI, GHO, GHST, GHX, 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, 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, KEKIUS, KENDU, KEY, KINET, KIP, KISHU, KIZUNA, KNC, KNCL, KNDX, KNINE, KOIN, KOMPETE, KP3R, KRL, KUJI, LADYS, LAI, LAKE, LAMB, LBA, LBR, LBTC, LCS, LCX, LDO, LEASH, LEO, LEOX, LEVER, LIME, LINA, LINK, LIT, LITH, LL, LM, LMEOW, LMR, LMWR, LNDX, LNQ, 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, 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, NEXO, NEXT, NFD, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, 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, REP, REPV2, REQ, RETH, REVV, REZ, RFD, RFOX, RING, RIO, RISE, RJV, RLB, RLC, RLUSD, RLY, RMRK, 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, SAVM, SD, 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, SLAP, SLN, SLP, SMURFCATETH, SNC, SNPAD, SNSY, SNT, SNX, SOCKS, SOFI, SOIL, SOLVE, SOMM, SOMNIUM, SORA, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPE, SPECT, SPECTRE, SPELL, SPH, 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, TAOBOT, TAONU, TARA, 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, TRYB, TSUKA, TT, TURBOT, TUSD, TVK, TXAU, TYPE, UBT, UCASH, UDS, UFI, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UNP, UOS, UPC, UQC, USDC, USDD, USDE, USDG, 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, 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, XOR, 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, ZRC, ZRO, ZRX, ZUSD, ZYNC, ZYPTO

In-House Exchange Volume

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_within_exchanges_sum

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

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON, csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

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, 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, 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, ERN, 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, GAL, GALA, GAME, GAMESTOP, GAMMA, GEAR, GEEQ, GELATO, GEMS, GEOJ, GET, GF, GFI, 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, KEKIUS, KENDU, KEY, KIP, KISHU, KNC, KNCL, KP3R, KRL, LADYS, LAI, LAKE, LAMB, LBA, LBR, 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, 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, NEXO, NEXT, NFT, NFTX, NGL, NHT, NIZA, NKN, NMR, NMT, 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, PEPU, 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, 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, SLN, SLP, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMM, SOMNIUM, SOSO, SOV, SOVRN, SPA, SPARKLET, SPC, SPECT, SPECTRE, SPELL, 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, 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, UBT, UDS, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UNIETH, UOS, UPC, UQC, USDC, USDD, USDE, 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, XOR, 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 https://api.glassnode.com/v1/metrics/transactions/inscriptions_size_share

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"audio":0,"image":0.041567020821151206,"other":0.0006272774040954498,"text":0.009399820398564672,"text/brc-20":0.003537620383189527,"video":0}}]

Inscriptions Fee Share

GET https://api.glassnode.com/v1/metrics/transactions/inscriptions_fee_share

Inscriptions Fee Share

get

This metric shows the share or proportion of fees associated with transactions including inscriptions for each type relative to the total fees (hourly or daily). The bar chart represents the share of fees for each type over time, with the x-axis representing the block time resolution and the y-axis displaying the share of 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_share HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "audio": 0,
      "image": 0.010701579789807908,
      "other": 0.0003131712412522301,
      "text": 0.006769665493216369,
      "text/brc-20": 0.009778610339050293,
      "video": 0
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"audio":0,"image":0.010701579789807908,"other":0.0003131712412522301,"text":0.006769665493216369,"text/brc-20":0.009778610339050293,"video":0}}]

Inscriptions Fees

GET https://api.glassnode.com/v1/metrics/transactions/inscriptions_fee

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"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 https://api.glassnode.com/v1/metrics/transactions/inscriptions_size_sum

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"audio":76953116,"image":15808394207,"other":557048993,"text":2689551791,"text/brc-20":3134500361,"video":212296897}}]

Inscriptions Total Count

GET https://api.glassnode.com/v1/metrics/transactions/inscriptions_count_sum

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"audio":1484,"image":2751335,"other":1842935,"text":13524115,"text/brc-20":56545384,"video":136929}}]

Inscriptions Transaction Count

GET https://api.glassnode.com/v1/metrics/transactions/inscriptions_count

Inscriptions Transaction Count

get

This metric represents the total number of transactions with inscriptions for each inscription type (text (other than brc-20), text/brc-20, image, video, other, and audio). The chart visualizes this metric over time, using a bar chart, with the x-axis representing the block time resolution (e.g., hourly or daily) and the y-axis representing the count 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 HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "audio": 0,
      "image": 3486,
      "other": 263,
      "text": 12082,
      "text/brc-20": 14515,
      "video": 0
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"audio":0,"image":3486,"other":263,"text":12082,"text/brc-20":14515,"video":0}}]

Inscriptions Transaction Count Share

GET https://api.glassnode.com/v1/metrics/transactions/inscriptions_count_share

Inscriptions Transaction Count Share

get

This metric shows the share or proportion of transactions with inscriptions for each type relative to the total volume (hourly or daily). The bar chart displays the share of each inscription type over time, with the x-axis representing the block time resolution and the y-axis representing the share 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_share HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "audio": 0,
      "image": 0.002030813655274606,
      "other": 0.00048253196299321796,
      "text": 0.011373696308820456,
      "text/brc-20": 0.02757461197971086,
      "video": 0
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"audio":0,"image":0.002030813655274606,"other":0.00048253196299321796,"text":0.011373696308820456,"text/brc-20":0.02757461197971086,"video":0}}]

Inter-Exchange Transfers

GET https://api.glassnode.com/v1/metrics/transactions/transfers_between_exchanges_count

Inter-Exchange Transfers

get

The total count of transfers 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:
from_exchangestringOptional

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

to_exchangestringOptional

to_exchange name (see /v1/metrics/transactions/transfers_between_exchanges_count/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_between_exchanges_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 4132
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

from_exchange

string

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

to_exchange

string

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

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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, 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, 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, ERN, ETHDYDX, ETHFI, EUL, EURC, EURS, EURT, EVER, EXRD, F, FARM, FCT, FDUSD, FEG, FEI, FET, 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, 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, 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, NEXO, NEXT, NFTX, NGL, NKN, NMR, NMT, 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, 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, SLN, SLP, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMNIUM, SOV, SPA, SPARKLET, SPC, SPECT, SPELL, 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, TEL, TET, THALES, TIME, TLM, TLOS, TOKE, TOKEN, TOMI, TORN, TOWER, TRAC, TRADE, TRB, TREAT, TRIBE, TRU, TRUMP, TRYB, TSUKA, TURBOT, TUSD, TVK, UBT, UDS, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UOS, UPC, UQC, USDC, USDD, USDE, USDP, 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, XOR, XPR, XRT, XTM, XTP, XYO, XZK, YAM, YFI, YFII, YGG, YLD, ZCX, ZENT, ZETA, ZIG, ZKB, ZKJ, ZKL, ZKP, ZRC, ZRO, ZRX

Inter-Exchange Volume

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_between_exchanges_sum

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

from_exchange

string

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

to_exchange

string

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

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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, 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, 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, ERN, ETHDYDX, ETHFI, EUL, EURC, EURS, EURT, EVER, EXRD, F, FARM, FCT, FDUSD, FEG, FEI, FET, 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, 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, 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, NEXO, NEXT, NFTX, NGL, NKN, NMR, NMT, 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, 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, SLN, SLP, SMURFCATETH, SNC, SNT, SNX, SOFI, SOLVE, SOMNIUM, SOV, SPA, SPARKLET, SPC, SPECT, SPELL, 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, TEL, TET, THALES, TIME, TLM, TLOS, TOKE, TOKEN, TOMI, TORN, TOWER, TRAC, TRADE, TRB, TREAT, TRIBE, TRU, TRUMP, TRYB, TSUKA, TURBOT, TUSD, TVK, UBT, UDS, UFO, UFT, UMA, UMB, UNCX, UNFI, UNI, UNIBOT, UOS, UPC, UQC, USDC, USDD, USDE, USDP, 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, XOR, 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 https://api.glassnode.com/v1/metrics/transactions/transfers_volume_lth_to_exchanges_loss_sum

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.9479947481955
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Long-Term Holder in Profit to Exchanges (Volume)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_lth_to_exchanges_profit_sum

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.6042246501873
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Long-Term Holder to Exchanges (Volume)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_lth_to_exchanges_sum

Long-Term Holder to Exchanges (Volume)

get

The total amount of coins transferred from long-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_lth_to_exchanges_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 836.5522193983833
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

LTH/STH Transfer Volume in Profit/Loss to Exchanges

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_lth_sth_to_exchanges_profit_loss_relative

LTH/STH Transfer Volume in Profit/Loss to Exchanges

get

The relative amount of coins moved by by long- and short-term holders in profit/loss to exchanges. Only direct transfers are counted. 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.\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:
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_sth_to_exchanges_profit_loss_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "lth_loss": 0.0021839829841745493,
      "lth_profit": 0.031065925787055398,
      "sth_loss": 0.17480770147103994,
      "sth_profit": 0.7919423897577302
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"lth_loss":0.0021844372714784383,"lth_profit":0.031070186038733943,"sth_loss":0.1747953013268229,"sth_profit":0.7919500753629649}}]

Miner Incoming Transfers

GET https://api.glassnode.com/v1/metrics/transactions/transfers_to_miners_count

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON

miner

string

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

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Miner Inflow Volume

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_to_miners_sum

Miner Inflow Volume

get

The total amount of coins transferred to miner addresses.

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

minerstringOptional

miner name (see /v1/metrics/transactions/transfers_volume_to_miners_sum/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_volume_to_miners_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 558.3365006002401
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON

c

string

currency - native, usd

miner

string

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

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Miner Netflow Volume

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_miners_net

Miner Netflow Volume

get

The difference between miner's inflow and outflow, i.e the net flow of coins into/out of miner addresses.

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

minerstringOptional

miner name (see /v1/metrics/transactions/transfers_volume_miners_net/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_volume_miners_net HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": -275.8808478455479
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON

c

string

currency - native, usd

miner

string

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

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Miner Outflow Volume

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_from_miners_sum

Miner Outflow Volume

get

The total amount of coins transferred from miner addresses.

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

minerstringOptional

miner name (see /v1/metrics/transactions/transfers_volume_from_miners_sum/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_volume_from_miners_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 834.217348445788
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON

c

string

currency - native, usd

miner

string

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

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Miner Outgoing Transfers

GET https://api.glassnode.com/v1/metrics/transactions/transfers_from_miners_count

Miner Outgoing Transfers

get

The total number of transfers in which the sender 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_from_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_from_miners_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 3867
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - CSV, JSON

miner

string

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

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Miners to Exchanges

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_miners_to_exchanges

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.49659308734329
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h, 10m

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Miners to Exchanges (Stacked)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_miners_to_exchanges_all

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.76669614706833,
      "FoundryUSAPool": 35.022434620000006,
      "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.381923315916584,
      "SpiderPool": 0,
      "TerraPool": 0,
      "UKRPool": 0,
      "Ultimus": 0,
      "ViaBTC": 42.81058773,
      "other": 0.7894497421829576
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"volumes":{"1THash&58COIN":0,"AntPool":19.637388010000002,"BTC.TOP":0,"BTC.com":11.992054462175401,"BinancePool":0,"BitFury":0,"BitMinter":0,"Bixin":0,"DPool":0,"F2Pool":18.766696147068338,"FoundryUSAPool":35.02243461999997,"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.81058773000001,"other":0.9142835299395524}}]

NFTs Transactions (Absolute)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count_nfts

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"blur.io":1604,"cryptokitties":1,"looksrare":86,"opensea":457,"other_nft_transactions":5723,"rarible":13,"superrare":67}}]

NFTs Transactions (Relative)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count_nfts_relative

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"blur.io":0.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 https://api.glassnode.com/v1/metrics/transactions/transfers_to_otc_desks_count

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 10m, 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

OTC Desks Inflows

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_to_otc_desks_sum

OTC Desks Inflows

get

The total amount of coins transferred 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:
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_to_otc_desks_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 3317.4262911300007
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

OTC Desks Outflows

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_from_otc_desks_sum

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 10m, 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

OTC Desks Outgoing Transactions

GET https://api.glassnode.com/v1/metrics/transactions/transfers_from_otc_desks_count

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 10m, 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Percent Volume in Profit

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_profit_relative

Percent Volume in Profit

get

The percentage of transfer volume in profit, i.e. the percentage of transferred coins whose price at the time of their previous movement was lower than the current price. Spent outputs with a lifespan of less than an hour are discarded.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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

Relative Transfer Volume by Size (Entity-Adjusted)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_by_size_entity_adjusted_relative

Relative Transfer Volume by Size (Entity-Adjusted)

get

Entity-adjusted relative on-chain volume breakdown by the USD value of the transfers.

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_by_size_entity_adjusted_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "vol_0_to_1k": 0.006790054427218119,
      "vol_100k_to_1m": 0.11681108813978923,
      "vol_10k_to_100k": 0.05519230642976317,
      "vol_10m_plus": 0.6032489128754512,
      "vol_1k_to_10k": 0.016336181726960754,
      "vol_1m_to_10m": 0.2016214564007996
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"vol_0_to_1k":0.006790333079810532,"vol_100k_to_1m":0.11676247591256295,"vol_10k_to_100k":0.05518872287243145,"vol_10m_plus":0.6032877196252266,"vol_1k_to_10k":0.016336321885347435,"vol_1m_to_10m":0.20163442662460113}}]

Runes Count

GET https://api.glassnode.com/v1/metrics/transactions/runes_count

Runes Count

get

The number of transactions with new 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 HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 247614
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - CSV, JSON

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Runes Count Share

GET https://api.glassnode.com/v1/metrics/transactions/runes_count_share

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h

f

string

format - CSV, JSON

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Runes Fee Share

GET https://api.glassnode.com/v1/metrics/transactions/runes_fee_share

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - CSV, JSON

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Runes Fees

GET https://api.glassnode.com/v1/metrics/transactions/runes_fee

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h

f

string

format - CSV, JSON

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Runes Total Count

GET https://api.glassnode.com/v1/metrics/transactions/runes_count_sum

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - CSV, JSON

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

SegWit Adoption

GET https://api.glassnode.com/v1/metrics/transactions/segwit_adoption

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"adoption":0.9592659435019663,"utilization":0.8916810175141037}}]

Short-Term Holder in Loss to Exchanges (Volume)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_sth_to_exchanges_loss_sum

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Short-Term Holder in Profit to Exchanges (Volume)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_sth_to_exchanges_profit_sum

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Short-Term Holder to Exchanges (Volume)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_sth_to_exchanges_sum

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Spent Output Types

GET https://api.glassnode.com/v1/metrics/transactions/spent_output_types_share

Spent Output Types

get

This chart shows the shares of different transaction output types spent on the Bitcoin network. Transaction output types, or txout types for short, are determined by the type of Bitcoin script conditions that are used to lock Bitcoin in the output. The most common transaction output types are:\n\n- P2PK (Pay to Public Key): The first available type, locking funds using a public key.\n- P2PKH (Pay to Public Key Hash): The successor of P2PK, locking funds using the hash of a public key.\n- Bare Multisig: An outdated approach to lock funds using multiple public keys.\n- P2SH (Pay to Script Hash): Funds are locked using arbitrary Bitcoin script instructions. This type is primarily used for Multisig or wrapped SegWit (see below).\n- P2WPKH (Pay to Witness Public Key Hash): The SegWit version of P2PKH. This type comes in two variants: for P2WPKH, spending conditions are directly encoded in the locking script; for nested P2WPKH, spending conditions are nested in a P2SH script.\n- P2WSH (Pay to Witness Script Hash): The SegWit version of P2SH. This type comes in two variants: for P2WSH, spending conditions are directly encoded in the locking script; for nested P2WSH, spending conditions are nested in a P2SH script.\n- P2TR (Pay to Taproot): Funds are locked using a 32-byte hash that is either (1) a public key, (2) a combination of multiple public keys, or (3) a script hash.\n- Non-standard: Serves as catch-all for all outputs whose script instructions don't match any of the well-defined output types.

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/spent_output_types_share HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "multisig_share": 0,
      "nonstd_share": 0.00012573250020377338,
      "p2pk_share": 0.00000433560345530253,
      "p2pkh_share": 0.10597688949934185,
      "p2sh_nonsegwit_share": 0.0022120248828953505,
      "p2sh_p2wpkh_share": 0.13503497097747047,
      "p2sh_p2wsh_share": 0.02461322081575246,
      "p2tr_share": 0.1544784182331202,
      "p2wpkh_share": 0.5590613245095132,
      "p2wsh_share": 0.01849308297824741
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"multisig_share":0,"nonstd_share":0.00012573250020377338,"p2pk_share":0.00000433560345530253,"p2pkh_share":0.10597688949934185,"p2sh_nonsegwit_share":0.0022120248828953505,"p2sh_p2wpkh_share":0.13503497097747047,"p2sh_p2wsh_share":0.02461322081575246,"p2tr_share":0.1544784182331202,"p2wpkh_share":0.5590613245095132,"p2wsh_share":0.01849308297824741}}]

Stablecoins Transactions (Absolute)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count_stablecoins

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"busd":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 https://api.glassnode.com/v1/metrics/transactions/transfers_count_stablecoins_relative

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"busd":0.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 https://api.glassnode.com/v1/metrics/transactions/taproot_adoption

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
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"adoption":0.19333573966070783,"utilization":0.1544784182331202}}]

Total Transfer Volume by Size (Entity-Adjusted)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_by_size_entity_adjusted_sum

Total Transfer Volume by Size (Entity-Adjusted)

get

Entity-adjusted on-chain volume breakdown by the USD value of the transfers.

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_by_size_entity_adjusted_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "vol_0_to_1k": 64047368.60199549,
      "vol_100k_to_1m": 1101823689.203388,
      "vol_10k_to_100k": 520602895.2774659,
      "vol_10m_plus": 5690161381.742626,
      "vol_1k_to_10k": 154091467.7239933,
      "vol_1m_to_10m": 1901799738.8076541
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"vol_0_to_1k":64045876.95554294,"vol_100k_to_1m":1101294307.2785485,"vol_10k_to_100k":520535607.4403242,"vol_10m_plus":5690161381.742625,"vol_1k_to_10k":154082877.6847422,"vol_1m_to_10m":1901799738.8076558}}]

Transaction Count

GET https://api.glassnode.com/v1/metrics/transactions/count

Transaction Count

get

The total amount of transactions. 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/count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 526245
  }
]

Query Parameters

Name
Type
Description

a*

string

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

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Transaction Rate

GET https://api.glassnode.com/v1/metrics/transactions/rate

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
  }
]

Query Parameters

Name
Type
Description

a*

string

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

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Transaction Size (Mean)

GET https://api.glassnode.com/v1/metrics/transactions/size_mean

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Transaction Size (Total)

GET https://api.glassnode.com/v1/metrics/transactions/size_sum

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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

Transaction Type Breakdown (Absolute)

GET https://api.glassnode.com/v1/metrics/transactions/tx_types_breakdown_count

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": 295426,
      "stablecoin": 137619,
      "vanilla": 359630
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"bridge":4032,"defi":180194,"erc20":167044,"mev-bot":4982,"nft_transfer":7898,"other":295440,"stablecoin":137619,"vanilla":359616}}]

Transaction Type Breakdown (Relative)

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

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.2553765694897672,
      "stablecoin": 0.11896267801957945,
      "vanilla": 0.31087675318220126
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"bridge":0.00348540185421304,"defi":0.1557659974499168,"erc20":0.14439867741447496,"mev-bot":0.00430661508871264,"nft_transfer":0.006827307501134571,"other":0.2553886715795388,"stablecoin":0.11896267801957945,"vanilla":0.3108646510924297}}]

Transfer Count

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count

Transfer Count

get

The total amount of transfers. One transaction can trigger one or more transfers. Only successful, non-zero transfers are counted.\n\nTON: 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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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

Transfer Rate

GET https://api.glassnode.com/v1/metrics/transactions/transfers_rate

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.\n\nTON: 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
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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

Transfer Volume (Mean)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_mean

Transfer Volume (Mean)

get

The mean value of a transfer. Only successful transfers are counted.\n\nTON: The mean value of a transfer. Includes all transfers and is not just limited to EOA wallets. All transfers from the Elector and Config contracts are excluded. Only successful 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:
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_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 1.861391256149517
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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

Transfer Volume (Median)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_median

Transfer Volume (Median)

get

The median value of a transfer. Only successful transfers are counted.\n\nTON: The median value of a transfer. . Includes all transfers and is not just limited to EOA wallets. All transfers from the Elector and Config contracts are excluded. Only successful 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:
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_median HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 0.00058938
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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

Transfer Volume (Total)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_sum

Transfer Volume (Total)

get

The total amount of coins transferred on-chain. Only successful transfers are counted.\n\nTON: The total amount of coins transferred on-chain. Includes all transfers and is not just limited to EOA wallets. All transfers from the Elector and Config contracts are excluded. Only successful transfers are counted. The spikes and dips in transfer volume over short intervals are due to TON’s staking reward distribution cycle, with rewards distributed after each validation cycle.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

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

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

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

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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

Transfer Volume in Loss

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_loss_sum

Transfer Volume in Loss

get

The total transfer volume in loss, i.e. the amount of transferred coins whose price at the time of their previous movement was higher than the price during the current transfer. Spent outputs with a lifespan of less than an hour are discarded.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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

Transfer Volume in Profit

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_profit_sum

Transfer Volume in Profit

get

The total transfer volume in profit, i.e. the amount of transferred coins whose price at the time of their previous movement was lower than the price during the current transfer. Spent outputs with a lifespan of less than an hour are discarded.

View in Studio

Authorizations
Query parameters
astringRequired

asset id (see list below for more details)

sintegerOptional

since, unix timestamp

uintegerOptional

until, unix timestamp

istringOptional

frequency interval - 1h, 24h

fstring · enumOptional

format - csv, json

Default: jsonPossible values:
cstringOptional

currency - native, usd

timestamp_formatstring · enumOptional

timestamp format - unix or humanized (RFC 3339)

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

Query Parameters

Name
Type
Description

a*

string

asset id (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 1h, 24h

f

string

format - csv, json

c

string

currency - native, usd

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

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

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

Vanilla Transactions (Absolute)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count_vanilla

Vanilla Transactions (Absolute)

get

The amount of gas consumed by the Ethereum network by vanilla transactions. Vanilla transactions are pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called.\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 HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "o": {
      "exchange": 83826,
      "vanilla": 282863
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"exchange":83826,"vanilla":282849}}]

Vanilla Transactions (Relative)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_count_vanilla_relative

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.22860243966958377,
      "vanilla": 0.7713975603304163
    }
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h

f

string

format - csv, json

timestamp_format

string

timestamp format - unix or humanized (RFC 3339)

[{"t":1726790400,"o":{"exchange":0.22861116792800162,"vanilla":0.7713888320719984}}]

Whale Deposits to Exchanges (Counts)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_whales_to_exchanges_count

Whale Deposits to Exchanges (Counts)

get

The total count of transfers from whales to exchange addresses. 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_whales_to_exchanges_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
  {
    "t": 1726790400,
    "v": 6204
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Whale Deposits to Exchanges (Volume)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_whales_to_exchanges_sum

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.736283432101
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Whale Withdrawals from Exchanges (Counts)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_exchanges_to_whales_count

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

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Whale Withdrawals from Exchanges (Volume)

GET https://api.glassnode.com/v1/metrics/transactions/transfers_volume_exchanges_to_whales_sum

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.101961381475
  }
]

Query Parameters

Name
Type
Description

a*

string

asset id - BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval - 24h, 1h, 10m

f

string

format - csv, json

c

string

currency - native, usd

e

string

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_format

string

timestamp format - unix or humanized (RFC 3339)

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

Last updated