zks_getBytecodeByHash

Retrieves the bytecode of a transaction by its hash.

Path parameters

apiKeystringRequired

Request

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

The hash of the transaction.

Response

Array of the transaction’s bytecode.