> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Rewards 🌱

### Table Details

| Property     | Value                           |
| ------------ | ------------------------------- |
| Table Name   | `solana_devnet.staking.rewards` |
| Table Status | Beta 🌱                         |
| Unique Key   | `block_timestamp`, `unique_id`  |

### Table Columns

| Column Name               | Data Type         | Description                                                   |
| ------------------------- | ----------------- | ------------------------------------------------------------- |
| stake\_account            | VARCHAR(16777216) | The address of the stake account receiving the reward         |
| reward\_type              | VARCHAR(14)       | Type of reward: 'native\_staking' or 'jito\_mev'              |
| raw\_amount               | NUMBER(38,0)      | Raw amount of reward in lamports (unnormalized)               |
| amount                    | FLOAT             | Amount of reward in SOL (normalized)                          |
| usd\_amount               | FLOAT             | USD value of the reward at the time of the reward             |
| usd\_exchange\_rate       | FLOAT             | USD exchange rate for SOL at the time of the reward           |
| block\_slot               | NUMBER(38,0)      | Block slot when the reward was recorded                       |
| block\_height             | NUMBER(38,0)      | Block height when the reward was recorded                     |
| block\_timestamp          | TIMESTAMP\_NTZ(9) | Timestamp of the block                                        |
| block\_hash               | VARCHAR(16777216) | Block hash of the reward                                      |
| txn\_id                   | VARCHAR(16777216) | Transaction ID associated with the reward                     |
| txn\_index                | NUMBER(38,0)      | Transaction index within the block                            |
| instruction\_index        | NUMBER(38,0)      | Instruction index within the transaction                      |
| inner\_instruction\_index | NUMBER(38,0)      | Inner instruction index within the instruction                |
| unique\_id                | VARCHAR(16777216) | Unique identifier for the reward record                       |
| \_updated\_at             | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database. |
| \_created\_at             | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.      |

### Related Docs

* [Solana Staking Rewards](/historical-data/supported-blockchains/solana/solana/staking/rewards)
