List FHE operations for a specific transaction
transactions
List FHE operations for a specific transaction
Retrieves Fully Homomorphic Encryption (FHE) operations parsed from transaction logs. Includes operation details, HCU (Homomorphic Compute Unit) costs, operation types, and related metadata.
GET
List FHE operations for a specific transaction
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Transaction hash in the path
Pattern:
^0x([A-Fa-f0-9]{64})$The ID of the blockchain
Response
FHE operations for the specified transaction with transaction-level metrics.
Maximum HCU depth across all operations in the transaction
Required range:
x >= 0Example:
3
Total number of FHE operations in the transaction
Required range:
x >= 0Example:
5
Total HCU (Homomorphic Compute Units) cost for all operations in the transaction
Required range:
x >= 0Example:
500
List external transactions linked to a transaction
Previous
List internal transactions triggered during a specific transaction
Next