# Solana Rewards API

<figure><img src="https://161360822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyuw4Rsarhx3nMuCdobop%2Fuploads%2FZt5JytoyIsBpuEz4DO6z%2Fimage.png?alt=media&#x26;token=06f6fced-fd34-483a-9415-8d94acb08fb9" alt=""><figcaption></figcaption></figure>

## Overview

The Solana Rewards API provides reliable access to **staking reward data** on the Solana network. It enables institutions, custodians, funds, and applications to retrieve daily and epoch-based rewards, validator information, and exportable reports for compliance and performance tracking.

***

### Purpose

* Retrieve accurate staking rewards for Solana addresses
* Access validator-level reward data
* Generate CSV exports for reporting and reconciliation

***

### Authentication

* Uses **Bearer token** authentication
* Header format: `Authorization: Bearer <API_KEY>`

***

### Data Freshness

* Rewards are calculated and aligned with Solana epochs
* Historical backfill available from the date of first stake


---

# 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://kb.chorus.one/api-reference/solana-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.
