GET
/
v1
/
celestia
/
validators
/
{validator_address}
/
rewards

Using this endpoint, you can query the historical daily rewards of a validator by their unique validator address. totalDelegationRewards are the Celestia rewards, denominated in TIA, which delegators are entitled to receive from the validator they have staked to. This includes the rewards towards a validator if they have self-staked/self-bonded. The rewards from the commission a validator charges are given by the totalCommissionRewards.

Path Parameters

validator_address
string
required

Query Parameters

fromDate
string

Start date

toDate
string

End date

limit
integer
default:
10

The number of results returned per page

Required range: x > 0
offset
integer
default:
0

The number of results to skip before starting to return

Required range: x > 0

Response

200 - application/json
pages
integer
required
Required range: x > 0
results
object[]
required
previous
string
next
string