v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBCardano Staking Reporting
Get the Stake and Rewards for Multiple Delegators
Returns the staking balance and rewards earned during the most recent epoch for multiple delegators.
post/v1/cardano/mainnet/delegator/rewards
Request body
Response
Example response
{
"rewards": [
{
"currency": "ADA",
"metadata": {
"commission": 0.01,
"epoch": 348
},
"return": "500.000000",
"startingBalance": "5004.058667",
"timeAggregation": "weekly",
"timeEnd": "2022-07-31T23:59:59.000Z",
"timeStart": "2022-07-01T00:00:00.000Z"
}
]
}