Skip to content
Alchemy Logo

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-demo

For higher throughput, create your own API key

Request

stringformat: "^0x[a-fA-F0-9]+$"required

The signed transaction. Typically, signed with a library such as ethers.js.

Responses

200

Details about the transaction execution

Was this page helpful?