Blockchain
The block height, i.e. the total number of blocks ever created and included in the main blockchain.
asset id - BTC, ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/block_height HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 862171
}
]
The mean time (in seconds) between mined blocks.
asset id - BTC, ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/block_interval_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 605.2068965517242
}
]
The median time (in seconds) between mined blocks.
asset id - BTC, ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/block_interval_median HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 383
}
]
The mean size of all blocks created within the time period (in bytes).
asset id - BTC, ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/block_size_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1661256.9793103458
}
]
The total size of all blocks created within the time period (in bytes).
asset id - BTC, ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/block_size_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 240882262
}
]
The number of blocks created and included in the main blockchain in that time period.
asset id - BTC, ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/block_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 145
}
]
The percentage of unspent transaction outputs whose price at creation time was lower than the current price. For more information see this article.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_profit_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.803661312846928
}
]
The mean amount of coins in newly created UTXOs.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_created_value_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.724831408128358
}
]
The median amount of coins in newly created UTXOs.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_created_value_median HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.00032499
}
]
The total amount of coins in newly created UTXOs.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_created_value_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 980010.47985418
}
]
The mean amount of coins in spent transaction outputs.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_spent_value_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.8495012603919881
}
]
The median amount of coins in spent transaction outputs.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_spent_value_median HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.0007047
}
]
The total amount of coins in spent transaction outputs.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_spent_value_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 979557.35485418
}
]
The total number of UTXOs in the network.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 298827892
}
]
The number of created unspent transaction outputs.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_created_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1352053
}
]
The number of unspent transaction outputs whose price at creation time was higher than the current price. For more information see this article.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_loss_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 58666625
}
]
The number of unspent transaction outputs whose price at creation time was lower than the current price. For more information see this article.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_profit_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 240156416
}
]
The number of spent transaction outputs.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h, 10m, 1w, 1month
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/blockchain/utxo_spent_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1153097
}
]
Last updated