Skip to main content
POST
Consolidate Multiple Validators

Authorizations

Authorization
string
header
required

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

Body

application/json
withdrawalAddress
string
required

Withdrawal address for the target validator.

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

"0x338EF19fA2eC0fc4d1277B1307a613fA1FBbc0cb"

sourcePubkeys
string[]
required

List of the source validators' public keys.

Pattern: ^0x[a-fA-F0-9]{96}$
Example:
targetPubkey
string
required

Public key of the target validator.

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

"0xffC08FcD7cFeF5c70fB2b0e1f2A8EaA690AaE2bDFfa5dBEc4dEef31DcC0B19eB1f9Cebe3E2fe9eefBD9a1BDF6FD89b39"

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.