Split a staking position

Splits a staking position by creating a new stake account with the requested amount, while keeping the original account with the remaining balance. Supported chains: Solana (SOL).

Path Params
string
enum
required

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

Allowed:
Body Params
string
required

id of position to split

string
required

Amount of tokens to be transferred to the new stake account.

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 split transactions.

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