This endpoint returns a bunch of useful information about the historical rewards earned by the network.
totalDelegationRewards
are the Cosmos Hub rewards, denominated in ATOM, which delegators are entitled to receive from the validators they have staked to. This includes the rewards towards validators that have self-staked/self-bonded. The rewards from the commissions validators charge are given by the totalCommissionRewards
.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The number of results returned per page
The number of results to skip before starting to return
End date
"2023-12-31"
Start date
"2023-01-01"
Successful Response
The response is of type object
.