exec_slippage
Recommended max slippage for a planned swap based on live price impact plus a buffer, with a rating. Send { chain, tokenIn, tokenOut, amountIn }. Avoid failed txns and overpaying on slippage. [x402 paid tool — price $0.005; POST /api/exec/slippage]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain, default base | |
| tokenIn | Yes | 0x token to sell | |
| amountIn | Yes | Amount in smallest units | |
| tokenOut | Yes | 0x token to buy |