Skip to main content

Network Overview - Ethereum

Network Overview

Network level metrics for Ethereum's mainnet chain. For now, mostly around estimates for activation, exit and withdrawal timelines.

URL

https://eth-network.datahub.figment.io/v3/ethereum/network_overview

Request

None

Response

  • activation_estimate : object
    • hours: number - if funded now when would a validator start receiving rewards
  • exit_estimate : object
    • hours: number - if exited now when would it stop receiving rewards
  • withdrawal_estimate : object
    • hours_min : number if exited now when would the principal be available (best case scenario)
    • hours_max: number - if exited now when would the principal be available (worst case scenario)
Request
Example Response
{
"activation_estimate": {
"hours": 1126
},
"exit_estimate": {
"hours": 17
},
"withdrawal_estimate": {
"hours_min": 44,
"hours_max": 165
}
}