v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Cosmos Staking Reporting

Get a Stream of Yield Summaries

Returns a stream of yield summaries for the specified time range. Results are streamed in NDJSON format.

get/v2/cosmos/{network}/{type}/yield

Path parameters

networkstring required

The blockchain network to query (e.g., mainnet).

type'delegator' | 'validator' required

Specifies the role associated with the request.

Query parameters

startTimenumber required

Epoch-based start time for reward queries.

endTimenumber required

Epoch-based end time for reward queries.

denominationstring

The denomination to return rewards in

The unit to return the yield in.

rawboolean

Gives the yield values raw per-epoch. Set to true to get per-epoch raw values.

Response

OK