Get Block Rewards
Method to retrieve Solana block rewards (block production fees and voting rewards) by block date.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Network name.
solana Query Parameters
Timestamp of the report data period start in the ISO 8601 format. If not specified, the default value is the one month ago.
"2024-01-01T00:00:00.000Z"
Timestamp of the report data period finish in the ISO 8601 format. If not specified, the default value is the current date.
"2024-01-01T00:00:00.000Z"
Start number of the staking period.
Finish number of the staking period.
Number of resources that a single response page contains.
1 <= x <= 100050
Number of resources to exclude from a response.
0 <= x <= 100000000
Address of the block rewards in the required network.
Type of the block rewards to filter by. If not specified, rewards of every type are returned.
Fee, Voting, Staking, DeactivatedStake Related topics
Get Validator RewardsGet Delegator RewardsGet User RewardsGet Network RewardsGet Rewards History