suix_getStakesByIds
Returns information about one or more staking positions specified by their stakedSuiId
. If a stake has been withdrawn, its status will be "Unstaked"
.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
staked_sui_ids
A list of object IDs representing staked SUI positions.
Response
One or more delegated stake entries grouped under their validator and pool.
validatorAddress
Sui address of the validator associated with the stake.
stakingPool
Object ID of the staking pool linked to this validator.
stakes
List of individual delegated stake objects.