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
401
Authentication failed
Response Body
429
Too Many Requests
Response Body
500
Internal Server Error
Response Body