getValidatorApy

abstract suspend fun getValidatorApy(): Result<GetValidatorsApyQuery.Data?, SuiError>

Fetches the Annual Percentage Yield (APY) for all active validators.

Return

A Result which is either:

  • Ok: Containing a nullable GetValidatorsApyQuery.Data object with a list of validators and their calculated APYs.

  • Err: Containing a SuiError object with a list of GraphQLErrors.