suix_getStakes

Retrieves all delegated staking positions associated with the specified Sui address. Each entry includes the validator address, the staking pool, and the individual stake details such as amount, status, and epochs.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
ownerstringRequired
The Sui address of the staking position owner.

Response

List of staking entries, grouped by validator address.
validatorAddressstring or null
Sui address of the validator receiving the stake.
stakingPoolstring or null
Sui object ID of the associated staking pool.
stakeslist of objects or null
Individual delegated stake entries.