Skip to main content
GET
List FHE operations for a specific transaction

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

transaction_hash_param
string
required

Transaction hash in the path

Pattern: ^0x([A-Fa-f0-9]{64})$
chain_id
string
required

The ID of the blockchain

Response

FHE operations for the specified transaction with transaction-level metrics.

items
FheOperation · object[]
required
max_depth_hcu
integer
required

Maximum HCU depth across all operations in the transaction

Required range: x >= 0
Example:

3

operation_count
integer
required

Total number of FHE operations in the transaction

Required range: x >= 0
Example:

5

total_hcu
integer
required

Total HCU (Homomorphic Compute Units) cost for all operations in the transaction

Required range: x >= 0
Example:

500