Base Sentinel Slippage Estimator is a paid API for AI agents from demo.x402alpha.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Estimates safe slippage tolerance for token swaps on Base by analyzing pool depth and volatility metrics
Safe slippage tolerance estimation for token swaps with pool depth and volatility analysis
Returns minimum safe slippage in basis points, total pool depth in USD, a volatility index from 0 to 100, the 95th percentile trade size in USD, and metadata about the token pair and route used — all as of the timestamp of the call.
GEThttps://demo.x402alpha.app/api/slippage-sentinelUse this endpoint when you need a quick, data-driven slippage recommendation before executing a token swap on the Base network, especially for large trades where pool depth and recent volatility materially affect execution risk. Prefer this over generic DEX frontends when you need programmatic slippage values with quantitative backing (volatility index, p95 trade size) for agent-driven trading or smart contract integrations.
| Field | Type | Description |
|---|---|---|
| token_in | string (required): Input token address (0x-prefixed hex string) | |
| amount_in | string (required): Input amount as string (e.g., '1000') | |
| token_out | string (required): Output token address (0x-prefixed hex string) | |
| route_hint | string (optional): Route hint for DEX routing (default: 'base') |
{
"success": "boolean",
"token_in": "string",
"amount_in": "number",
"timestamp": "string (ISO 8601)",
"token_out": "string",
"route_hint": "string (optional)",
"pool_depths": "number: Total pool depth in USD",
"volatility_index": "number: Volatility index (0-100)",
"min_safe_slip_bps": "number: Minimum safe slippage in basis points",
"recent_trade_size_p95": "number: 95th percentile trade size in USD"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"