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_addressstringStaker address
node_addressstringNode address
limitintegerLimit the number of results
50cursorstringSpecify 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.