SolanaFM
Search
K

Daily rewards

Get daily rewards

Returns the total block rewards in SOL for the specified date. If no date is specified, it will be defaulted to yesterday's date.
get
https://api.solana.fm
/v0/stats/rewards
Returns the total block rewards in SOL.

Usage Example

Request
Response

Sample Request URL

Date Not Specified
https://api.solana.fm/v0/stats/rewards
Date Specified
https://api.solana.fm/v0/stats/rewards?date=19-07-2022

Sample Response

{
"status": "success",
"message": "Retrieved Rewards",
"result": {
"date": "19-07-2022",
"rewards": 624.636742654
}
}