InputPOST /api/v1/x402/amm-price-impact-bps
{
"reserve_in": 1000,
"reserve_out": 1000,
"amount_in": 50,
"fee_bps": 30
}
Commercial operations analytics · commercial-operations
AMM price impact in bps for a swap input against reserves. Call when pre-trade impact checks for pool size vs order size. Returns impact bps and mid vs execution 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/amm-price-impact-bps -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"reserve_in":1000,"reserve_out":1000,"amount_in":50,"fee_bps":30}'
{
"reserve_in": 1000,
"reserve_out": 1000,
"amount_in": 50,
"fee_bps": 30
}
{
"schema": "delx/util-amm-price-impact-bps/v1",
"amount_in": 50,
"amount_out": 47.48297375815593,
"impact_bps": 530.0902708124378
}
Machine-readable evidence