obol_swap_execute
Builds a Solana token swap transaction via Jupiter for signing and submission. Costs $0.25 USDC per request.
Instructions
Build a Jupiter swap transaction for signing. Returns a serialized transaction the agent must sign and submit. Costs $0.25 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in atomic units | |
| inputMint | Yes | Input token mint address | |
| outputMint | Yes | Output token mint address | |
| priorityFee | No | Priority fee in lamports (default: auto) | |
| slippageBps | No | Slippage in basis points (default: 50) | |
| userPublicKey | Yes | The wallet public key that will sign and submit the transaction |