Skip to content
Alchemy Logo

citrea_sendRawDepositTransaction

POST
/{apiKey}

Submits a raw deposit transaction to the Citrea sequencer. The node first simulates the deposit; if valid, it is queued for inclusion.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringformat: "^0x[0-9a-f]*$"required

Raw serialized deposit tx data (hex).

Responses

200

Success returns null.

Was this page helpful?