Network Estimates

Network-level metrics for Ethereum's mainnet entry and exit queues

History

If true, returns historical daily estimates. Defaults to false.

Defaults to mainnet

Allowed:

mainnet, hoodi

200 Ethereum network estimates

object

Examples

curl --request GET \
     --url 'https://api.figment.io/ethereum/network_estimates?history=false&network=mainnet' \
     --header 'accept: application/json' \
     --header 'x-api-key: your-api-key-here'

Response

{
  "data": {
    "activation_estimate": {
      "hours": 180
    },
    "exit_estimate": {
      "hours": 3
    },
    "withdrawal_estimate": {
      "hours_min": 30,
      "hours_max": 196
    }
  },
  "meta": {
    "protocol": "ethereum",
    "network": "mainnet"
  }
}