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-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-f]*$"requiredRaw serialized deposit tx data (hex).
Responses
200
Success returns null.
Was this page helpful?