Returns a total number of staking operations.
/v1/operations/staking/count
Filter by any of the specified fields (sender
, or baker
).
Example: anyof.sender.baker=tz1...
will return operations where sender
OR baker
is equal to the specified value.
This parameter is useful when you need to get all operations somehow related to the account in a single request.
Click on the parameter to expand more details.
Filter by baker address.
Click on the parameter to expand more details.
Filter by operation kind (stake
, unstake
, finalize
, or set_parameters
).
Click on the parameter to expand more details.
Filter by internal TzKT id.
Click on the parameter to expand more details.
Filter by operation hash.
Click on the parameter to expand more details.
Filter by operation counter.
Click on the parameter to expand more details.
Filter by the domain level.
Click on the parameter to expand more details.
Filter by timestamp (ISO 8601) of the operation.
Click on the parameter to expand more details.
Filter by operation status (applied
, failed
, backtracked
, skipped
).
Click on the parameter to expand more details.
Filter by operation sender address.
Click on the parameter to expand more details.