Retrieve a list of stakers and Nodes
Retrieve a list of stakers and their associated Nodes. This endpoint allows users to filter the results by staker address, Node address, and to paginate through the results using cursor and limit parameters. The response includes detailed information about each staker, node, and associated chips.
Query Parameters
staker_address
string
Staker address
node_address
string
Node address
limit
integer
Limit the number of results
50
cursor
string
Specify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
A successful response containing a list of stakers and their associated nodes. Each entry in the data array represents a staker and includes detailed information about the staker, the Node they are associated with, and any associated chips. The response also includes a cursor for pagination to fetch subsequent sets of results. This allows users to retrieve large datasets incrementally.