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
Solana wallet address. 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 (text/csv)
schema
string
400
Bad Request
Response Body (application/json)
401
Authentication failed
Response Body (application/json)
429
Too Many Requests
Response Body (application/json)
500
Internal Server Error
Response Body (application/json)