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
Documentation Index
Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Transaction hash in the path
Pattern:
^0x([A-Fa-f0-9]{64})$Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
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
Retrieve detailed information about a specific transaction
Previous
List external transactions linked to a transaction
Next