zks_getBytecodeByHash
POST
/{apiKey}
Retrieves the bytecode of a transaction by its hash.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-f]{64}$"requiredThe hash of the transaction.
Responses
200
Array of the transaction's bytecode.
Array of bytes representing the bytecode.
Was this page helpful?