Returns full details for a single staking position: amounts, rewards, status, chain, and vault.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier of the staking position.
Position retrieved successfully.
The unique identifier of the staking position
"b70701f4-d7b1-4795-a8ee-b09cdb5b850a"
The source vault account to stake from
"2"
The destination validator address name
"FwR3P......tT59f"
The destination validator provider name
"Kiln"
The protocol identifier (e.g. "ETH"/ "SOL") to use
"SOL"
Total value of the staking position. For Solana, Lido and Ethereum (compounding validator): includes the original stake plus accumulated rewards. For MATIC, Cosmos and Ethereum (legacy validator): refers to the amount currently staked.
"0.05"
The amount staked in the position, measured in the staked asset unit.
"0.000856038"
When was the request made (ISO Date).
"2023-07-13T15:55:34.256Z"
When has the position last changed (ISO Date).
"2023-07-13T15:55:34.256Z"
The current status.
"active"
An array of transaction objects related to this position. Each object includes a 'txId' representing the transaction ID and a 'completed' boolean indicating if the transaction was completed.
[
{
"txId": "b70601f4-d7b1-4795-a8ee-b09cdb4r850d",
"completed": true
},
{
"txId": "c80601f4-d7b1-4795-a8ee-b09cdb5b450c",
"completed": false
}
]The destination address of the staking transaction.
"FwR3PbjS5iyqzLiLugrBqKSa5EKZ4vK9SKs7eQXtT59f"
The unique identifier of the staking provider
kiln, figment, lido, p2p, blockdaemon, galaxy, pierTwo, kraken "kiln"
An array of available actions that can be performed. for example, actions like "unstake" or "withdraw".
["unstake"]Indicates whether there is an ongoing action for this position related to this request
true
Additional fields per blockchain - can be empty or missing if not initialized or no additional info exists.
{
"stakeAccountAddress": "3Ru67FyzMTcdENmmRL4Eve4dtPd6AdpuypR21q5EQCdq"
}The transaction ID of the initial stake position request only. Only present when there is an active initial stake transaction.
"c80601f4-d7b1-4795-a8ee-b09cdb5b450c"
[
{
"status": "deactivating",
"inProgress": false,
"amount": "0.05",
"txId": "c80601f4-d7b1-4795-a8ee-b09cdb5b450c"
}
]