Skip to main content
POST
Prepare Partial Withdrawal Transaction

Authorizations

Authorization
string
header
required

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

Body

application/json
pubkeys
string[]
required

Validator public keys.

Pattern: ^0x[a-fA-F0-9]{96}$
Example:
amount
string | null

Amount of tokens in ETH to withdraw. For a partial withdrawal, specify a single number or an array of numbers. For a full withdrawal, specify 0.

Example:

"1"

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.