Solana · Arazzo Workflow
Solana Audit Validator Vote Accounts and Inflation Rewards
Version 1.0.0
Read the current epoch, list current and delinquent vote accounts, and resolve inflation rewards.
Provider
Workflows
validator-rewards
Check validator vote health and the inflation rewards paid to addresses.
Combines vote-account standing with per-address inflation rewards for a completed epoch.
1
epochInfo
Read the current epoch so the caller can confirm the requested reward epoch has actually completed.
2
voteAccounts
List the cluster's vote accounts at finality, split into validators voting normally and validators the cluster considers delinquent. A stake account delegated to a delinquent validator stops earning.
3
inflationRewards
Resolve the inflation rewards credited to the supplied addresses for the completed epoch, including the amount, the commission the validator took, and the resulting balance.
4
inflationRate
Read the network's current inflation split between validators and the foundation, the baseline any individual reward should be judged against.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.