zks_getTransactionDetails
Retrieves details for a given transaction.
Path parameters
apiKey
Request
This endpoint expects an object.
Transaction hash
The hash of the transaction.
Response
Detailed information about the specified transaction.
isL1Originated
Indicates whether the transaction originated on Layer 1.
status
Current status of the transaction (e.g., verified).
fee
Transaction fee.
gasPerPubdata
Gas amount per unit of public data for this transaction.
initiatorAddress
Address of the transaction initiator.
receivedAt
Timestamp when the transaction was received.
ethCommitTxHash
Transaction hash of the commit operation.
ethProveTxHash
Transaction hash of the proof submission.
ethExecuteTxHash
Transaction hash of the execution.