cURL
curl --request GET \ --url https://api.rated.network/v0/solana/delegators/stakeAccounts/{stake_account}/rewards \ --header 'Authorization: Bearer <token>'
{ "page": { "from": 123, "to": 123, "granularity": "3k", "size": 1 }, "total": 1, "data": [ { "stakeAccount": "<string>", "day": "2023-12-25", "fromTimestamp": "2023-11-07T05:31:56Z", "toTimestamp": "2023-11-07T05:31:56Z", "fromSlot": 1, "toSlot": 1, "fromEpoch": 1, "toEpoch": 1, "status": "<string>", "stakingRewards": "<string>", "stakingCommissionPaid": "<string>", "delegatedStake": "<string>", "mevRewards": "<string>", "mevCommissionPaid": "<string>", "missedStakingRewards": "<string>", "validatorVoteAccount": "<string>", "validatorName": "<string>", "voteCommissionRate": "<string>", "mevCommissionRate": "<string>", "balance": "<string>", "mevClaims": [ { "slotNumber": 1, "claimedAmount": 1, "commissionRate": "<string>", "transactionIndex": 1 } ] } ], "next": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UTC day
1 <= x <= 200
Successful Response
Show child attributes
x >= 0