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
cursor
stringSpecify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
staker
stringStaker address
node
stringNode address
type
stringType of staking transaction
"deposit" | "withdraw" | "stake" | "unstake" | "merge_chips"
pending
booleanPending status of the transaction
limit
integerLimit the number of results
50
List of staking transactions retrieved successfully with pagination cursor