API Reference
API ReferenceUser docs

EigenLayer Generate Checkpoint Proofs Transaction

Craft a verifyCheckpointProofs transaction to verify the given validators

Log in to see full request history
Body Params
string
required

Address of the EigenPod owner

array of integers

Array of validator indexes to process, they must have their withdrawal_credentials pointed to the EigenPod of the given wallet. If not provided, all validators with withdrawal_credentials pointed to the EigenPod of the provided wallet will be processed

validator_indexes
Responses

Response body
object
object
required
string
required

Hash of the unsigned transaction

string
required

Unsigned serialized transaction

string
required

Contract address of the transaction recipient

string
required

Hex encoded contract data to be sent with the transaction

string
required

Amount of ETH to send in wei

integer
required

Nonce of the transaction

integer
required

Gas limit of the transaction in gas units. We provide a default value of two times the estimated gas limit

string
required

Max priority fee per gas in wei. This is basically the miner fee. We provide a default value of 2 gwei so transactions are mined faster.

string
required

Max fee per gas in wei. This is the maxium amount of gas that you are willing to pay for the transaction.

integer
required

Chain ID of the network

401

Unauthorized

500

Internal server error

Language
Credentials
URL