Skip to main content

Rewards Rates - Solana


SOL Reward Rates

This API returns a time series of daily network-wide annualized staking reward rates, in %.

URL

https://solana-rewards.datahub.figment.io/rates

Methodology

Coming Soon

Request

  • figment : If true is passed, we will return the reward rate for Figment validators only. If omitted or any other value is passed, we will return the reward rate of the network as a whole.
  • decimal : Adds decimal places to the returned values. Accepts values 2, 3, 4, 5. If nothing is passed, it will default to 2.

Response

  • date : Specific date associated with value (staking reward rates).
  • value : Staking reward rates, in %.
Request
Example Response
[
{
"date": "2023-04-29",
"value": "7.36"
},
{
"date": "2023-04-28",
"value": "7.36"
},
{
"date": "2023-04-27",
"value": "7.35"
},
{
"date": "2023-04-26",
"value": "7.34"
},
{
"date": "2023-04-25",
"value": "7.30"
},
{
"date": "2023-04-24",
"value": "7.30"
},
{
"date": "2023-04-23",
"value": "7.28"
},
{
"date": "2023-04-22",
"value": "7.27"
},
{
"date": "2023-04-21",
"value": "7.19"
},
{
"date": "2023-04-20",
"value": "7.08"
},
{
"date": "2023-04-19",
"value": "7.08"
},
{
"date": "2023-04-18",
"value": "7.36"
}
]