InputPOST /api/v1/x402/notional
{
"price": 2500,
"size": 0.4
}
Commercial operations analytics · commercial-operations
Notional value = mark price × size for sizing and risk. Call when risk engines that need exposure before leverage math. Returns notional quote value 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/notional -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"price":2500,"size":0.4}'
{
"price": 2500,
"size": 0.4
}
{
"schema": "delx/util-notional/v1",
"price": 2500,
"size": 0.4,
"notional": 1000
}
Machine-readable evidence