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).
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Protocol identifier for the staking operation (e.g., SOL).
SOL, SOL_TEST id of position to split
"b70701f4-d7b1-4795-a8ee-b09cdb5b850d"
Amount of tokens to be transferred to the new stake account.
"20"
Represents the fee for a transaction, which can be specified as a percentage value. Only one of fee/feeLevel is required.
"7"
Represents the fee level for a transaction, which can be set as slow, medium, or fast. Only one of fee/feeLevel is required.
LOW, MEDIUM, HIGH "MEDIUM"
The note to associate with the split transactions.
"split 20 SOL out of 100 SOL, created on 02.04.23"
Split request accepted and created.
The unique identifier of the new staking position
"b70701f4-d7b1-4795-a8ee-b09cdb5b850d"