Send Swap Transaction
Broadcast a signed swap transaction to the blockchain network.
Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
Chain dispatcher. Solana: solana:solana. EVM: evm:<chainId> (e.g. evm:8453 for Base). TON: ton:mainnet or ton:testnet.
"solana:solana"
Base64 of the signed payload. Solana: signed VersionedTransaction/Transaction bytes. EVM: raw signed RLP. TON: signed external_in_message BoC.
1"AQABAuObQ8Adqk1eqZxRMJg4r6vGtXq9k0...base64..."
Multi-lander batch (Solana only). One signed candidate per lander, sharing a durable nonce — only one will commit. Mutually exclusive with signedTransaction.
1When true, the endpoint blocks until on-chain confirmation and returns swap data.
false