Pending deposits to the Beacon Chain at a given Epoch
This models provide epoch-level data on the amount of pending deposits waiting to process in the beacon chain.This data is only available post-electra update.
Epoch number of when the pending deposit state was indexed
slot_number
Beacon Chain slot number of when the pending deposit state was indexed
slot_timestamp
Beacon Chain slot timestamp of slot when the pending deposit state was indexed
pubkey
The validator’s BLS public key, uniquely identifying them. 48-bytes, hex encoded with 0x prefix, case insensitive.
amount
The amount of ETH deposited in gwei (1e9 gwei = 1 ETH on Beacon Chain).
slot
The slot number where the deposit is made into beacon chain.
withdrawal_credentials
Withdrawal credentials is a 32-byte field associated with every validator, initially set during deposit, for verifying the destination of valid withdrawals.
signature
The BLS signature that aggregates the signatures of individual validators.
execution_optimistic
It’s true if the response references an unverified execution payload. The optimistic information may be invalidated at a later time. If the field is not present, assume the false value
finalized
Indicates whether the response data is finalized
pending_deposit_index
Array index of the pending deposit for the given epoch.