get https://api.tatum.io/v4/data/staking/native/rewards
100 credits per API call
Get historical staking rewards for a Solana stake account. This endpoint returns detailed reward information including epoch, block number, reward amount, and post-balance for each reward period.
Supported blockchains:
- Solana - solana-mainnet
To get started:
- Provide a chain and stake address. The API will return all historical rewards for the stake account.
- You can filter rewards by epoch range using
epochFromandepochToparameters. - You can filter rewards by block range using
blockFromandblockToparameters. - You can filter rewards by time range using
timeFromandtimeToparameters (ISO 8601 format). - You can filter rewards by unix timestamp range using
unixFromandunixToparameters. - Important: You can only use one filter type at a time. Valid combinations: (epochFrom/epochTo), (blockFrom/blockTo), (timeFrom/timeTo), (unixFrom/unixTo). You cannot mix different types like epochFrom with blockTo.
- Rewards are sorted by epoch in descending order (newest first).