GET
/
v1
/
cosmos
/
network
/
rewards

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

Query Parameters

limit
integer
default:
10

The number of results returned per page

offset
integer
default:
0

The number of results to skip before starting to return

toDate
string | null

End date

fromDate
string | null

Start date

Response

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