GET
/
v0
/
solana
/
delegators
/
stakeAccounts
/
{stake_account}
/
rewards
curl --request GET \
  --url https://api.rated.network/v0/solana/delegators/stakeAccounts/{stake_account}/rewards
{
  "page": {
    "from": 123,
    "to": 123,
    "granularity": "3k",
    "size": 1
  },
  "total": 1,
  "data": [
    {
      "day": "2024-04-04",
      "delegatedStake": 4.61,
      "fromEpoch": 597,
      "fromSlot": 258212466,
      "fromTimestamp": "2024-04-04 00:00:00",
      "mevCommissionPaid": 0,
      "mevCommissionRate": 0.07,
      "mevRewards": 0,
      "missedStakingRewards": 0,
      "stakeAccount": "123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2",
      "stakingCommissionPaid": 0.0001,
      "stakingRewards": 0.002,
      "status": "active",
      "toEpoch": 598,
      "toSlot": 258394459,
      "toTimestamp": "2024-04-04 23:59:59",
      "validatorName": "Ledger by Figment",
      "validatorVoteAccount": "26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx",
      "voteCommissionRate": 0.07
    }
  ],
  "next": "<string>"
}

Path Parameters

stake_account
string
required

Query Parameters

from
any | null

UTC day

size
integer
default:
15
Required range: 1 < x < 200

Response

200
application/json
Successful Response
page
object
required
total
integer
required
Required range: x > 0
data
object[]
required
next
string | null