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".

Path parameters

apiKeystringRequiredDefaults to docs-demo

Request

This endpoint expects an object.
staked_sui_idslist of stringsRequired
A list of object IDs representing staked SUI positions.

Response

One or more delegated stake entries grouped under their validator and pool.
validatorAddressstring or null
Sui address of the validator associated with the stake.
stakingPoolstring or null
Object ID of the staking pool linked to this validator.
stakeslist of objects or null
List of individual delegated stake objects.