helius_execute_jupiter_swap
Swap tokens on the Solana blockchain using Jupiter DEX by specifying input/output mint addresses, amount, and signer public key. Configure maximum slippage for optimized execution.
Instructions
Execute a token swap using Jupiter
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The amount of input tokens to swap | |
inputMint | Yes | The mint address of the input token | |
maxDynamicSlippageBps | No | Maximum slippage in basis points (optional) | |
outputMint | Yes | The mint address of the output token | |
signer | Yes | The signer public key |