zks_getTransactionDetails

Retrieves details for a given transaction.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Transaction hashstringRequiredformat: "^0x[0-9a-f]{64}$"

The hash of the transaction.

Response

Detailed information about the specified transaction.

isL1Originatedboolean

Indicates whether the transaction originated on Layer 1.

statusstring

Current status of the transaction (e.g., verified).

feestringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"

Transaction fee.

gasPerPubdatastringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"

Gas amount per unit of public data for this transaction.

initiatorAddressstringformat: "^0x[0-9a-fA-F]{40}$"

Address of the transaction initiator.

receivedAtstring

Timestamp when the transaction was received.

ethCommitTxHashstringformat: "^0x[0-9a-f]{64}$"

Transaction hash of the commit operation.

ethProveTxHashstringformat: "^0x[0-9a-f]{64}$"

Transaction hash of the proof submission.

ethExecuteTxHashstringformat: "^0x[0-9a-f]{64}$"

Transaction hash of the execution.