Polkadot Staking Reporting
Get the Historical Stake & Rewards of a Validator
Returns the historical stake & rewards allocated to a given validator address.
post/v1/polkadot/mainnet/validator/history/{address}
Path parameters
addressstring required
A single public address to check.
Request body
Example request
{
"fromTime": 1678174507000,
"toTime": 1678779307000
}Response
Historical Stake & Rewards of a Validator
Changes
No recorded changes to this endpoint across all 1 revision of this API.