InputPOST /api/v1/x402/impact-price
{
"mid": 100,
"slippage_bps": 15,
"side": "buy"
}
Commercial operations analytics · commercial-operations
Expected impact price from mid and signed slippage fraction. Call when simulating worse fills before sending size. Returns impacted price from mid as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/impact-price -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"mid":100,"slippage_bps":15,"side":"buy"}'
{
"mid": 100,
"slippage_bps": 15,
"side": "buy"
}
{
"schema": "delx/util-impact-price/v1",
"mid": 100,
"side": "buy",
"impact_price": 100.15
}
Machine-readable evidence