RSS3 Data Sublayer APISnapshots
Retrieve snapshots of the staker profit
Retrieve snapshots of the staker profit over time. This endpoint allows filtering by staker address, date range, and pagination parameters.
GET
/nta/snapshots/stakers/profit
Query Parameters
staker_address
string
Staker address
cursor
string
Specify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
limit
integer
Limit the number of results
Default:
50
beforeDate
string
The date before which the snapshots are returned.
Format:
"date"
afterDate
string
The date after which the snapshots are returned.
Format:
"date"
A successful response containing snapshots of the staker profit over time. Each entry in the data array includes the date and profit details. The response also includes a cursor for pagination to fetch subsequent sets of results.