InputPOST /api/v1/x402/exec-quality-vs-twap
{
"avg_fill": 100.5,
"twap": 100,
"side": "buy"
}
Commercial operations analytics · commercial-operations
Compare average fill to TWAP benchmark (bps). Call when post-trade quality vs a caller-supplied TWAP. Returns slippage_bps_vs_twap 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/exec-quality-vs-twap -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"avg_fill":100.5,"twap":100,"side":"buy"}'
{
"avg_fill": 100.5,
"twap": 100,
"side": "buy"
}
{
"schema": "delx/util-exec-quality-vs-twap/v1",
"slippage_bps": 50,
"side": "buy"
}
Machine-readable evidence