Reward Related Metrics
Endpoint to track reward related metrics
Get Reward Metrics for Stakers
GET
/give_mor_reward
Get Reward Related Metrics - API per stETH & MOR Rewards per stETH for Stakers
Response
{
"apy_per_steth": [
{
"staking_period": 0,
"apy": "12.38%"
},
{
"staking_period": 365,
"apy": "24.76%"
},
{
"staking_period": 730,
"apy": "37.13%"
},
{
"staking_period": 1095,
"apy": "49.51%"
},
{
"staking_period": 1460,
"apy": "61.89%"
},
{
"staking_period": 1825,
"apy": "74.27%"
},
{
"staking_period": 2190,
"apy": "86.64%"
}
],
"daily_mor_rewards_per_steth": [
{
"staking_period": 0,
"daily_mor_rewards": "0.040579"
},
{
"staking_period": 365,
"daily_mor_rewards": "0.081157"
},
{
"staking_period": 730,
"daily_mor_rewards": "0.121736"
},
{
"staking_period": 1095,
"daily_mor_rewards": "0.162314"
},
{
"staking_period": 1460,
"daily_mor_rewards": "0.202893"
},
{
"staking_period": 1825,
"daily_mor_rewards": "0.243471"
},
{
"staking_period": 2190,
"daily_mor_rewards": "0.284050"
}
]
}