Network
Get reward metrics of the Ethereum network.
Getting started
- Welcome
- Networks supported
- Pricing
Rated API
Endpoints
- Introduction
- Ethereum
- Overview
- Self report
- Performance
- Rewards
- Metadata
- Network
- Private Sets
- Withdrawals
- Solana
- Eigenlayer
- Cosmos
- Avalanche
- Celestia
- Cardano
Glossary
- Avalanche
- Cardano
- Celestia
- Cosmos
- Eigenlayer
- Ethereum
- Solana
Guides
- Use Cases
- Developers FAQ
Network
Get reward metrics of the Ethereum network.
This endpoint returns a network-wide overview of Ethereum reward metrics.
GET
/
v1
/
eth
/
rewards
curl --request GET \
--url https://api.rated.network/v1/eth/rewards
{
"next": "https://api.rated.network//v1/eth/rewards?limit=10&offset=30",
"pages": 10,
"previous": "https://api.rated.network//v1/eth/rewards?limit=10&offset=10",
"results": [
[
{
"avgConsensusAprGwei": 37361,
"avgConsensusAprPercentage": 0.07855633469653803,
"avgExecutionAprGwei": 37361,
"avgExecutionAprPercentage": 0.07855633469653803,
"avgNetworkAprGwei": 37361,
"avgNetworkAprPercentage": 0.07855633469653803,
"baselineMevPercentage": 0.07855633469653803,
"consensusLayerRewardsPercentage": 0.07855633469653803,
"consensusRewardsRatio": 0.07855633469653803,
"executionRewardsRatio": 0.07855633469653803,
"giniCoefficient": 0.07855633469653803,
"medianConsensusAprGwei": 37361,
"medianConsensusAprPercentage": 0.07855633469653803,
"medianExecutionAprGwei": 37361,
"medianExecutionAprPercentage": 0.07855633469653803,
"medianNetworkAprGwei": 37361,
"medianNetworkAprPercentage": 0.07855633469653803,
"priorityFeesPercentage": 0.07855633469653803,
"timeWindow": "1d"
}
]
]
}
Headers
Available options:
mainnet
, holesky
Query Parameters
The number of results returned per page
The number of results to skip before starting to return
The time window of aggregation
Available options:
1d
, 7d
, 30d
, all
Response
200
application/json
Successful Response
Required range:
x > 0
Required range:
x > 0
Required range:
x > 0
Required range:
x > 0
Required range:
x > 0
curl --request GET \
--url https://api.rated.network/v1/eth/rewards
{
"next": "https://api.rated.network//v1/eth/rewards?limit=10&offset=30",
"pages": 10,
"previous": "https://api.rated.network//v1/eth/rewards?limit=10&offset=10",
"results": [
[
{
"avgConsensusAprGwei": 37361,
"avgConsensusAprPercentage": 0.07855633469653803,
"avgExecutionAprGwei": 37361,
"avgExecutionAprPercentage": 0.07855633469653803,
"avgNetworkAprGwei": 37361,
"avgNetworkAprPercentage": 0.07855633469653803,
"baselineMevPercentage": 0.07855633469653803,
"consensusLayerRewardsPercentage": 0.07855633469653803,
"consensusRewardsRatio": 0.07855633469653803,
"executionRewardsRatio": 0.07855633469653803,
"giniCoefficient": 0.07855633469653803,
"medianConsensusAprGwei": 37361,
"medianConsensusAprPercentage": 0.07855633469653803,
"medianExecutionAprGwei": 37361,
"medianExecutionAprPercentage": 0.07855633469653803,
"medianNetworkAprGwei": 37361,
"medianNetworkAprPercentage": 0.07855633469653803,
"priorityFeesPercentage": 0.07855633469653803,
"timeWindow": "1d"
}
]
]
}