v1

latestOpenAPI 3.0.32026-07-22693462.7 KB
Creation

Submit transaction

Forward a fully signed Solana transaction (base64-encoded) on behalf of the caller. Used by the UI to relay the create / buy / sell transactions through the platform's RPC for priority-fee uplift and retry handling.

post/create/sendTransaction

Request body

transactionstring required

Base64-encoded fully-signed VersionedTransaction.

walletstring required

Caller wallet (base58). Must match the transaction's fee payer.

priorityFeeinteger

Optional priority-fee override in micro-lamports. If omitted the platform applies its default policy.

Response

Accepted

signaturestring

Base58 transaction signature.