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>"
}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.
Successful Response
x >= 0Show child attributes
x >= 0x >= 0x >= 0x >= 0