Quoting from Solana
Two field-level differences inPOST /swap/quote:
walletAddressis the agent’s base58 Solana address.recipientis required: the destination-chain address the output is delivered to (there’s no cross-chain default from a Solana wallet to an EVM address).
792703809.
Build and sign
POST /swap/build-solana-tx unseals the quote and returns a base64-encoded unsigned v0 VersionedTransaction:
GET /swap/status/:swapId as usual.
SOL top-up gate (same-chain swaps only)
Cross-chain Solana-origin swaps are gasless: the wallet needs no SOL at all, and the origin transaction’s network fees are covered for it. A same-chain Solana swap is the exception; it needs a small SOL balance for the network fee, and below 0.005 SOL (5,000,000 lamports) quoting one is gated:Delivering to Solana
Nothing special: any EVM-origin swap can name a SolanaoutputToken/destinationChain and a base58 recipient. The delegation model on the origin chain applies as normal; see Gasless delegation.