Submit Solana transaction by id
Path-based submit alias. Use this when the prepared transaction id is already part of the URL. The request body contains only userSignature; txId is taken from the path.
Authorizations
Cognito JWT token for regular user authentication
Path Parameters
Server transaction id returned by the prepare endpoint. Supplied in the path for the submit alias.
1Body
Request body for the path-based submit alias. The txId comes from the URL path; the body contains only the user's detached signature.
Request body for the path-based submit alias. The txId comes from the URL path; the body contains only the user's detached signature.
Base64-encoded 64-byte ed25519 signature over the decoded messageBytes returned by prepare. Never send a fully signed transaction here - only the detached user signature.
1Response
Submit response. The transaction has been broadcast to the Solana cluster. If submit is retried after a successful broadcast, the existing signature is returned.
Submit response. The transaction has been broadcast to the Solana cluster. If submit is retried after a successful broadcast, the existing signature is returned.
Server transaction id.
Solana transaction signature (base58).
Role of the signature returned (e.g., fee_payer).
"fee_payer"
Transaction status (e.g., submitted).
"submitted"
URL to view the transaction on a Solana explorer.