---
title: "Get the Stake and Rewards of a Pool"
method: GET
path: "/v1/cardano/mainnet/pool/rewards/{address}"
tags: ["Cardano Staking Reporting"]
---

# Get the Stake and Rewards of a Pool

`GET /v1/cardano/mainnet/pool/rewards/{address}`

Returns the staking balance and rewards earned during the most recent epoch for a pool.

## Path parameters

- `address` string, required

## Response `200`

- Reward
  - `address` string, required — The user-defined address.
  - `currency` string, required — The cryptocurrency protocol the request relates to.
  - `metadata` Metadata2, required — The protocol specific data.
    - `commission` number, double — The commission rate.
    - `epoch` integer, required — The epoch number the rewards were earned in.
  - `return` string, required — The sum of the rewards for the previous UTC day.
  - `startingBalance` string, required — The staked amount at the beginning of the previous UTC day (at the timeStart).
  - `timeAggregation` string, required — The agregation period. Either one of `epoch`, `daily`, `weekly`, or `monthly`.
  - `timeEnd` string, required — The timestamp, in UTC, that marks the end of the period covered.
  - `timeStart` string, required — The timestamp, in UTC, that marks the start of the period covered.

## Other responses

- `400` — Invalid request
- `404` — Resource not found

---

[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)
