Recommended max slippage for a planned swap based on live price impact plus a bu...
https://x402-services-production.up.railway.app/api/exec/slippageOverview
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.
Protocol
x402
Price
$0.0030
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/defi
Provider
x402-services-production
Source
bazaar
Indexed
2026-07-14 20:15:41
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"amountIn": {
"description": "Amount in smallest units",
"required": true,
"type": "string"
},
"chain": {
"description": "Chain, default base",
"required": false,
"type": "string"
},
"tokenIn": {
"description": "0x token to sell",
"required": true,
"type": "string"
},
"tokenOut": {
"description": "0x token to buy",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}