Get nominator income in specified pool with his stake on each timepoint.
cURL
curl --request GET \ --url https://toncenter.com/api/smc-index/getNominatorEarnings \ --header 'X-API-Key: <api-key>'
{ "total_on_period": 123, "earnings": [ { "utime": 123, "income": 123, "stake_before": 123 } ] }
The nominator address.
Pool address to get earnings in.
Limit from bottom.
Unixtime of the first booking.
Unixtime of the last booking.
Successful Response
Show child attributes
Was this page helpful?