account stake rewards export
account detail
Account Data Decoded
account transfer
account transfer total
account defi activities
account balance change activities
account transactions
account transactions enhanced
account portfolio
account token-accounts
account stake
account stake rewards
account stake rewards export
account transfer export
account metadata
account metadata multi
account funded by
account leaderboard
account defi activities export
token transfer
token defi activities
token markets
token meta
token meta multi
token latest price data
token historical price data
token holders
token list
token top
token trending
token latest
token defi activities export
token historical data
token search
token price
token price multi
https://pro-api.solscan.io/v2.0/account/reward/export
Export rewards for an account. Staking reward data is available from epoch 132. Maximum 5,000 items per request. If no time filter is provided, the API returns staking rewards from the past 1 month. Rate limit: 10 requests per minute.
QUERY PARAMS
address
string
required
A wallet address on solana blockchain. Staking reward data is available from epoch 132
from_time
number
The start time for the export. Format: Unix timestamp in seconds. Default 1 month before to_time
to_time
number
The end time for the export. Format: Unix timestamp in seconds. Default current time.
time_from
number
The start time for the export. Format: Unix time in seconds. Default 1 month before time_to
time_to
number
The end time for the export. Format: Unix time in seconds. Default current time.
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
401
Authentication failed
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
429
Too Many Requests
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
500
Internal Server Error
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error