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