zks_getL2ToL1MsgProof
POST
/{apiKey}
Retrieves the proof for an L2 to L1 message.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-fA-F]{1,8}$"requiredThe L2 block number.
string
format: "^0x[0-9a-fA-F]{40}$"requiredThe sender's address.
string
format: "^0x[0-9a-f]{64}$"requiredThe message hash.
integeroptional
The log position in L2.
Responses
200
The proof for the L2 to L1 message.
Was this page helpful?