zks_sendRawTransactionWithDetailedOutput
POST
/{apiKey}
Executes a transaction and returns its hash, storage logs, and events that would have been generated if the transaction had already been included in the block.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x[a-fA-F0-9]+$"requiredThe signed transaction. Typically, signed with a library such as ethers.js.
Responses
200
Details about the transaction execution
Was this page helpful?