InputPOST /api/v1/x402/option-payoff-points
{
"legs": [
{
"type": "call",
"strike": 100,
"qty": 1,
"premium": 2
}
],
"spots": [
90,
100,
110
]
}
Commercial operations analytics · commercial-operations
Payoff points for multi-leg options at sample spots. Call when diagramming a structured option package offline. Returns points list of spot→payoff 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/option-payoff-points -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"legs":[{"type":"call","strike":100,"qty":1,"premium":2}],"spots":[90,100,110]}'
{
"legs": [
{
"type": "call",
"strike": 100,
"qty": 1,
"premium": 2
}
],
"spots": [
90,
100,
110
]
}
{
"schema": "delx/util-option-payoff-points/v1",
"points": [
{
"spot": 90,
"payoff": -2
},
{
"spot": 100,
"payoff": -2
},
{
"spot": 110,
"payoff": 8
}
]
}
Machine-readable evidence