v1
latestOpenAPI 3.1.02026-07-2619047.9 KBSend Transaction
Submit a signed, serialized transaction. Use the sendTo value returned by a build endpoint (deposit / transfer / withdraw / stealth-pool) to route the transaction to the base layer or the ephemeral RPC. Accepts an optional Authorization: Bearer <token> header for ephemeral submissions that require it.
post/v1/transaction/send
Request body
Example request
{
"transactionBase64": "AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
"sendTo": "base",
"confirm": false
}Response
Submission result