Retrieve staking transactions
Retrieve a list of staking transactions based on various query parameters such as cursor, staker, node, transaction type, pending status, and limit. This endpoint allows users to filter transactions to get precise data related to staking activities including deposits, withdrawals, stakes, and unstakes. The response includes detailed transaction information such as staker address, Node address, value staked, associated chips, and related events. Use this endpoint for monitoring, auditing, or analyzing staking transactions. The 'cursor' parameter can be used for pagination to fetch subsequent sets of results.
Query Parameters
cursorstringSpecify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
stakerstringStaker address
nodestringNode address
typestringType of staking transaction
"deposit" | "withdraw" | "stake" | "unstake" | "merge_chips"pendingbooleanPending status of the transaction
limitintegerLimit the number of results
50List of staking transactions retrieved successfully with pagination cursor