---
title: "Get a Stream of Yield Summaries"
method: GET
path: "/v2/ethereum/{network}/validator/yield"
tags: ["Ethereum Staking Reporting"]
---

# Get a Stream of Yield Summaries

`GET /v2/ethereum/{network}/validator/yield`

Returns a **network-wide** stream of yield summaries for the specified time range. Results are streamed in [NDJSON](https://ndjson.org/) format.

For more details on yield metrics and how they are calculated, see the [Yield Metrics overview](https://docs.blockdaemon.com/reference/stakingreporting-api-overview).

## Path parameters

- `network` string, required

## Query parameters

- `startTime` number, required
- `endTime` number, required
- `denomination` 'wei' | 'kwei' | 'mwei' | 'gwei' | 'szab' | 'finn' | 'eth' | 'ether' | 'kether' | 'keth' | 'mether' | 'meth' | 'gether' | 'geth' | 'tether' | 'teth' — Denomination
- `raw` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
