GET
/
v1
/
celestia
/
network
/
rewards

Using this endpoint, you can query the total historical daily rewards at the network-level for the specific day. totalDelegationRewards are the Celestia rewards, denominated in TIA, 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.

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