# Staking Rewards API

### Overview:

The Staking Rewards API provides access to information and functionalities related to staking rewards, focusing on Proof-of-Stake blockchains. Here's a breakdown of its functionalities:

1. **ETH Staking API :**
   * &#x20;Only count the validators of ChainUpCloud platform.
2. **Validator Historical Rewards:**
   * Queries and returns the total accumulated rewards for a user's validators.
3. & 4. **Validator Daily Rewards (duplicate functionality):**
   * Allows querying the daily rewards earned by a user's validators within a specified date range. (Functionality is identical for both options)
4. **Cloud Validator Settlement Rewards (ChainUpCloud):**
   * Query user cloud platform online settlement validator settlement execution layer reward list


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chainupcloud.com/chainupcloud-open-api/staking-rewards-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
