Send 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.
Authorizations
Token obtained from the /v1/spl/login flow.
Body
The signed, serialized transaction encoded as base64.
1Where to submit. Use the sendTo value returned by the build endpoint.
base, ephemeral Optional. Explicit ephemeral RPC endpoint. Only valid when sendTo is ephemeral.
Optional. Cluster selector or custom http(s) RPC URL.
mainnet, devnet, mainnet-private, devnet-private "mainnet"
Optional. Defaults to false. When true, the API confirms the transaction and requires recentBlockhash and lastValidBlockHeight.
Required when confirm is true.
Required when confirm is true.
x >= 0Optional. Skip preflight checks on submission.
Optional. Maximum number of send retries.
x >= 0
