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
string
Specify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
staker
string
Staker address
node
string
Node address
type
string
Type of staking transaction
"deposit" | "withdraw" | "stake" | "unstake" | "merge_chips"
pending
boolean
Pending status of the transaction
limit
integer
Limit the number of results
50
List of staking transactions retrieved successfully with pagination cursor