Consolidate staking positions (ETH validator consolidation)

Consolidates the source staking position into the destination, merging the balance into the destination and closing the source position once complete. Both positions must be from the same funding vaults account (i.e. same withdrawals credentials). On chain, this translates into a consolidation transaction, where the source validator is consolidated into the destination validator. Supported chains: Ethereum (ETH) only.
Endpoint Permission: Owner, Admin, Non-Signing Admin, Signer, Approver, Editor. Note: This endpoint is currently in beta and might be subject to changes.

Path Params
string
enum
required

Protocol identifier for the staking operation (e.g., ETH).

Allowed:
Body Params
uuid
required

Id of the source position to merge from

uuid
required

Id of the destination position to merge into

string

Represents the fee for a transaction, which can be specified as a percentage value. Only one of fee/feeLevel is required.

string
enum

Represents the fee level for a transaction, which can be set as slow, medium, or fast. Only one of fee/feeLevel is required.

Allowed:
string

The note to associate with the merge transaction.

Headers
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json