get https://api.kiln.fi/v1/eth/onchain/v2/rewards
Get historical rewards of Ethereum OnChain V2 (vSuite) daily rewards
Log in to see full request history
Responses
400Invalid parameters
401Unauthorized
500Internal server error
Get historical rewards of Ethereum OnChain V2 (vSuite) daily rewards
400Invalid parameters
401Unauthorized
500Internal server error
xxxxxxxxxx
curl --request GET \
--url https://api.kiln.fi/v1/eth/onchain/v2/rewards \
--header 'accept: application/json; charset=utf-8'
xxxxxxxxxx
12{
"data": [
{
"date": "2023-01-15",
"rewards": "1000",
"balance": "1000",
"nrr": 3.407,
"rewards_usd": 400,
"balance_usd": 3400
}
]
}