v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Ethereum

Estimate Ethereum validators progress in the pending-queued queue

Retrieve Ethereum validator in the pending-queued queue

post/v1/ethereum/{network}/queue-progress/pending-queued

Path parameters

network'mainnet' | 'hoodi' required

Ethereum network

Ethereum network

Request body

public_keysEthereumValidatorPublicKey[] required

Example request

{
  "public_keys": [
    "0xa1d1ad0714035353258038e964ae9675dc0252ee22cea896825c01458e1807bfad2f9969338798548d9858a571f7425c"
  ]
}

Response

Ethereum queue estimate response

last_updatedstring

Time validator state was recorded

Example response

{
  "last_updated": "2024-04-15 08:23:00",
  "validators": [
    {
      "public_key": "0xa1d1ad0714035353258038e964ae9675dc0252ee22cea896825c01458e1807bfad2f9969338798548d9858a571f7425c",
      "epochs_remaining": 280312
    }
  ]
}