Sandwich / MEV risk score for a planned swap, from price impact and trade size, ...
https://x402-services-production.up.railway.app/api/exec/sandwichOverview
Sandwich / MEV risk score for a planned swap, from price impact and trade size, with concrete mitigations (private RPC, tighter slippage, order splitting). Send { chain, tokenIn, tokenOut, amountIn }. Trade without getting sandwiched.
Protocol
x402
Price
$0.0040
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"
}