v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBCardano Staking Reporting
Get the Historical Stake and Rewards of a Delegator
Returns the historical stake and rewards allocated to a given delegator.
post/v1/cardano/mainnet/delegator/history/{address}
Path parameters
addressstring required
Example:stake1ux9sn560pz6skkjuhfz8s3j0a4wf9flxt00kfgfg3ngnnxsvzfw5q
A single public address to check
Request body
Example request
{
"fromTime": 1577836800,
"toTime": 1685491200
}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"
}
]
}