Fetches activation operations count with the specified operation type from tzKT.
Returns the total number of activation operations.
Fetches baking operations count with the specified operation type from tzKT.
Returns the total number of baking operations.
Fetches an ballot operation count with the specified operation type from tzKT.
Returns the total number of ballot operations.
Returns a list of operations created by (or related to) the specified account from tzKT.
Returns a list of operations related to the specified account.
Fetches delegation operations count with the specified operation type from tzKT.
Returns the total number of delegation operations.
Fetches double baking operations count with the specified operation type from tzKT.
Returns the total number of double baking operations.
Fetches double endorsing operations count with the specified operation type from tzKT.
Returns the total number of double endorsing operations.
Fetches an endorsement operation count with the specified operation type from tzKT.
Returns the total number of endorsement operations.
Fetches activation operations with the specified criteria from tzKT.
Returns matching Activation operations
Fetches baking operations with the specified criteria from tzKT.
Returns matching Baking operations
Fetches ballot operations with the specified criteria from tzKT.
Returns matching Ballot operations
Fetches delegation operations with the specified criteria from tzKT.
Returns matching Delegation operations
Fetches double baking operations with the specified criteria from tzKT.
Returns matching Double Baking operations
Fetches double endorsing operations with the specified criteria from tzKT.
Returns matching Double Endorsing operations
Fetches endorsement operations with the specified criteria from tzKT.
Returns matching Endorsement operations
Fetches migration operations with the specified criteria from tzKT.
Returns matching Migration operations
Fetches nonce revelation operations with the specified criteria from tzKT.
Returns matching Nonce Revelation operations
Fetches origination operations with the specified criteria from tzKT.
Returns matching Origination operations
Fetches proposal operations with the specified criteria from tzKT.
Returns matching Proposal operations
Fetches reveal operations with the specified criteria from tzKT.
Returns matching Reveal operations
Fetches revelation penalties operations with the specified criteria from tzKT.
Returns matching Migration operations
Fetches transaction operations with the specified criteria from tzKT.
Returns matching Transaction operations
Fetches migration operations count with the specified operation type from tzKT.
Returns the total number of migration operations.
Fetches nonce revelation operations count with the specified operation type from tzKT.
Returns the total number of nonce revelation operations.
Fetches origination operations count with the specified operation type from tzKT.
Returns the total number of origination operations.
Fetches proposal operations count with the specified operation type from tzKT.
Returns the total number of proposal operations.
Fetches reveal operations count with the specified operation type from tzKT.
Returns the total number of reveal operations.
Fetches revelation penalty operations count with the specified operation type from tzKT.
Returns the total number of revelation penalty operations.
Fetches transaction operations count with the specified operation type from tzKT.
Returns the total number of transaction operations.
Fetches an operation count with the specified operation type from tzKT.
Returns an operation count with the specified operation type.
Generated using TypeDoc
Operations are actions that can/have been taken on the Tezos blockchain. Operations can include transactions, activations, originations, accusations, and delegations and more. For more information on the endpoints see the Operations API documentation on tzKT.