ETH 2.0
Active Validators
GET
https://api.glassnode.com/v1/metrics/eth2/active_validators_count
The count of active validators. Active validators are validators that have completed the activation queue, are not in an exit queue, and have effective balances greater than 32 ETH.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/active_validators_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1074202
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":1074202}]
Attestation Count
GET
https://api.glassnode.com/v1/metrics/eth2/attestation_count
\nThe number of 'yes' votes cast by the committee of validators which are attesting to the validity of the produced block in each slot.\n\nEach Epoch, up to 64 committees of at least 128 validators are algorithmically selected per slot for block production and attestation. For each slot, one validator out of the committee is selected to propose a block, whilst the remaining validators are responsible for casting attestation votes.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/attestation_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 782753
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":782753}]
Average Validator Balance
GET
https://api.glassnode.com/v1/metrics/eth2/validator_balance_mean
The count of active validators. Active validators are validators that have completed the activation queue, are not in an exit queue, and have effective balances greater than 32 ETH.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
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/eth2/validator_balance_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 32.058197097000004
}
]
Query Parameters
a*
string
asset id - ETH
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":32.058197097000004}]
Epoch Height
GET
https://api.glassnode.com/v1/metrics/eth2/epoch_height
The epoch height, i.e. the total number of epochs ever included in the main blockchain. Each Epoch contains a set of 32 slots, and an average time interval of 6.4mins.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/epoch_height HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 312637
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":312637}]
Estimated Annual Issuance
GET
https://api.glassnode.com/v1/metrics/eth2/estimated_annual_issuance
\nThe theoretical network ETH issuance curve of the Ethereum Proof-of-Stake network. This chart reflects the estimated total ETH issuance which is determined based on the number of validators participating in consensus.\n\nIt is calculated as Annual ETH Issuance = 1024 * sqrt(Validator Count)
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
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/eth2/estimated_annual_issuance HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1061311.6584453408
}
]
Query Parameters
a*
string
asset id - ETH
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":1061311.6584453408}]
Estimated Annual Issuance ROI per validator
GET
https://api.glassnode.com/v1/metrics/eth2/estimated_annual_issuance_roi_per_validator
\nThe theoretical per validator return curve of the Ethereum Proof-of-Stake network. This chart reflects the ETH denominated annual return (%) on a 32-ETH stake validator, with ETH issuance determined based on the number of validators participating in consensus.\n\nIt is calculated as Annual ROI per validator = 32 / sqrt(Validator Count)
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/estimated_annual_issuance_roi_per_validator HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.030875002398447315
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":0.030875002398447315}]
ETH 2.0 New Deposits
GET
https://api.glassnode.com/v1/metrics/eth2/staking_deposits_count
The number transactions depositing 32 ETH to the ETH2 deposit contract.
asset id - ETH
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/eth2/staking_deposits_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1006
}
]
Query Parameters
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":1006}]
ETH 2.0 New Validators
GET
https://api.glassnode.com/v1/metrics/eth2/staking_validators_count
The number of new unique addresses depositing 32 ETH to the ETH2 deposit contract. Note that there is not necessarily always a direct relationship between an individual address and a validator, e.g. a single validator can deposit funds from multiple addresses to the ETH2 contract.
asset id - ETH
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/eth2/staking_validators_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1004
}
]
Query Parameters
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":1004}]
ETH 2.0 New Value Staked
GET
https://api.glassnode.com/v1/metrics/eth2/staking_volume_sum
The amount of ETH transferred to the ETH2 deposit contract.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
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/eth2/staking_volume_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 32159
}
]
Query Parameters
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
c
string
currency - native, usd
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":32159}]
ETH 2.0 Total Number of Deposits
GET
https://api.glassnode.com/v1/metrics/eth2/staking_total_deposits_count
The total number of transactions to the ETH2 deposit contract.
asset id - ETH
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/eth2/staking_total_deposits_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1688322
}
]
Query Parameters
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":1688322}]
ETH 2.0 Total Number of Validators
GET
https://api.glassnode.com/v1/metrics/eth2/staking_total_validators_count
The total number of unique addresses that have deposited 32 ETH to the ETH2 deposit contract. Note that there is not necessarily always a direct relationship between an individual address and a validator, e.g. a single validator can deposit funds from multiple addresses to the ETH2 contract.
asset id - ETH
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/eth2/staking_total_validators_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1586241
}
]
Query Parameters
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":1586241}]
ETH 2.0 Total Value Staked
GET
https://api.glassnode.com/v1/metrics/eth2/staking_total_volume_sum
The amount of ETH that has been deposited to the ETH2 deposit contract, the current ETH balance on the ETH2 deposit contract.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 24h
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/eth2/staking_total_volume_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 50778151
}
]
Query Parameters
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
c
string
currency - native, usd
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":50778151}]
ETH 2.0 Total Value Staked by Provider
GET
https://api.glassnode.com/v1/metrics/eth2/deposited_by_provider_volume_sum
The total amount of ETH transferred to the ETH2 deposit contract via staking providers.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 24h
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/eth2/deposited_by_provider_volume_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"abyssfinance": 1190336,
"ankr": 58112,
"binance": 2307584.01809,
"bitcoinsuisse": 449952,
"bitstamp": 96128,
"coinbase": 4679936.03955566,
"figment": 1702720,
"huobi": 127584,
"kraken": 2202272,
"lido": 11952096,
"okex": 720066,
"rocketpool": 450688,
"stakedus": 1060800,
"stakefish": 828608,
"stakewise": 100928
}
}
]
Query Parameters
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
c
string
currency - native, usd
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"o":{"abyssfinance":1190336,"ankr":58112,"binance":2307584.01809,"bitcoinsuisse":449952,"bitstamp":96128,"coinbase":4679936.03955566,"figment":1702720,"huobi":127584,"kraken":2202272,"lido":11952096,"okex":720066,"rocketpool":450688,"stakedus":1060800,"stakefish":828608,"stakewise":100928}}]
Missed Blocks
GET
https://api.glassnode.com/v1/metrics/eth2/missed_blocks_count
The total number of slots where a validator failed to produce a block. This can occur if a validator is offline, or opted not to propose a block in their allocated slot.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/missed_blocks_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 40
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":40}]
Orphaned Blocks
GET
https://api.glassnode.com/v1/metrics/eth2/orphaned_blocks_count
The total number of orphan blocks which were not selected as the canonical chain. Orphaned blocks are duplicate blocks, produced by different validators, but were not included on the main blockchain. They naturally occur due to network latency, or in instances where two validators produce a block at the same timestamp.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/orphaned_blocks_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 5
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":5}]
Participation Rate
GET
https://api.glassnode.com/v1/metrics/eth2/participation_rate_mean
A measure of network validator responsiveness, tracking the proportion of slots that were missed to the total available. The participation rate is calculated as follows: (Total Slots - Slots Missed) / Total Slots.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/participation_rate_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.9957134641541373
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":0.9957134641541373}]
Slashing Event Count
GET
https://api.glassnode.com/v1/metrics/eth2/slashings_count
Total number of slashing events recorded on the blockchain. Slashing events are automated events which occur due to validator misbehaviour such as proposing invalid blocks, or attesting to an invalid fork of the blockchain.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/slashings_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":0}]
Slot Height
GET
https://api.glassnode.com/v1/metrics/eth2/slot_height
The slot height, i.e. the total number of slots ever included in the main blockchain. Each slot is an opportunity for the selected validator to propose a block, and have a target interval of 12 seconds.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 10m, 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/eth2/slot_height HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 9986415
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":9986415}]
Stake Effectiveness
GET
https://api.glassnode.com/v1/metrics/eth2/stake_effectiveness_mean
Stake Effectiveness is a measure of the propostion of staked ETH which is actively participating in consensus. It is calculated as the ratio between the Total Staked Balance, and the Total Effective Balance of the Proof-of-Stake validator set: Stake Effectiveness = Total Effective Balance / Total Staked Balance
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/stake_effectiveness_mean HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.998172387937061
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":0.998172387937061}]
Staking Deposits
GET
https://api.glassnode.com/v1/metrics/eth2/deposits_count
The number of new 32 ETH stake deposits made into the staking contract.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/deposits_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 724
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":724}]
Total Effective Balance
GET
https://api.glassnode.com/v1/metrics/eth2/effective_balance_sum
\nThe total staked balance which is actively participating in Proof-of-Stake consensus.\n\nThe Effective Balance of an individual validator is always rounded to 1 ETH increments, and has a maximum of 32 ETH. Effective Balance will round down to nearest 1 ETH increment with a minimum buffer of 0.25 ETH. For example:\n- Total Balance of 35 ETH —> Effective Balance of 32 ETH\n- Total Balance of 31.9 ETH —> Effective Balance of 31 ETH\n- Total Balance of 31.25 ETH —> Effective Balance of 31 ETH\n- Total Balance of 31.24 ETH —> Effective Balance of 30 ETH
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 1h, 10m, 24h
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/eth2/effective_balance_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 34374042
}
]
Query Parameters
a*
string
asset id - ETH
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":34374042}]
Voluntary Exit Count
GET
https://api.glassnode.com/v1/metrics/eth2/voluntary_exit_count
The total number of validators that have exited the validator pool voluntarily.
asset id - ETH
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 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/eth2/voluntary_exit_count HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 682
}
]
Query Parameters
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 10m, 1h, 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":682}]
Last updated