Merge staking positions

Merges the source stake account into the destination, consolidating the balance into the destination and closing the source account once complete. Both accounts must be from the same validator provider and of same vault account.. Supported chains: Solana (SOL).
Endpoint Permission: Owner, Admin, Non-Signing Admin, Signer, Approver, Editor.

Path Params
string
enum
required

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

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
Request
Response
Choose an example:
application/json