v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBCosmos Staking Reporting
Get a Stream of Rewards for a Single Address
Returns 0 or more reward objects in a streaming fashion using ndjson.
get/v2/cosmos/{network}/{type}/rewards/{address}
Path parameters
networkstring required
the network to look up against
type'delegator' | 'validator' required
Specifies the role associated with the request.
addressstring required
the address to look up rewards for
Query parameters
startTimenumber required
Epoch-based start time for reward queries.
endTimenumber required
Epoch-based end time for reward queries.
period'raw' | 'daily' | 'weekly' | 'monthly' required
How the data is aggregated, raw is checkpoint level data.
the type of aggregation to apply
Response
OK