account rewards export
v2
get
Export the rewards for an account. Maximum items: 5000
QUERY PARAMS
address
string
required
A wallet address on solana blockchain
time_from
number
required
The start time for the export. Format: Unix time in seconds
time_to
number
required
The end time for the export. Format: Unix time in seconds
RESPONSES
200
OK
400
Bad Request
Response Body
401
Authentication failed
429
Too Many Requests
500
Internal Server Error
Javascript
Python
Shell
Go
C#
Authorization
Response
Click Try It! to start a request and see the response here!