Skip to main content
POST
Prepare Delegate Restake Transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
operatorAddress
string
required

Address of the EigenLayer node operator where the restaked assets are delegated.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0xb1bd1266ec811048161424f534e74c76c48e6ce2"

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.