Estimate price impact and suggested max slippage for a trade of a given USD size...
https://x402-services-production.up.railway.app/api/snipe/impactOverview
Estimate price impact and suggested max slippage for a trade of a given USD size against a token's live pool liquidity. Send { address, amountUsd, chain? }. Size positions correctly before executing a swap.
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 19:15:35
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": {
"address": {
"description": "0x token contract address",
"required": true,
"type": "string"
},
"amountUsd": {
"description": "Trade size in USD",
"required": true,
"type": "number"
},
"chain": {
"description": "Optional chain filter, e.g. base",
"required": false,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}