Performance
Get delegator state information
This endpoint returns information about a delegator’s state including active stake. Use this endpoint to retrieve historical state data for a specific delegator.
GET
Using this endpoint, you can query the historical daily stake balance of a delegator by their unique address. The results are per individual validator that the delegator has staked to.
You can use the fromDate
and toDate
parameters to query a range of days.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
The number of results returned per page
The number of results to skip before starting to return
Start date
Examples:
"2023-01-01"
End date
Examples:
"2023-12-31"
Response
200
application/json
Successful Response
The response is of type object
.