InputPOST /api/v1/x402/sharpe-lite
{
"returns": [
0.01,
0.02,
-0.01,
0.015
]
}
Commercial operations analytics · commercial-operations
Lite Sharpe = mean/stdev of a return sample (no rf, sample). Call when quick risk-adjusted rank of strategy return arrays. Returns sharpe-like ratio and n 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/sharpe-lite -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"returns":[0.01,0.02,-0.01,0.015]}'
{
"returns": [
0.01,
0.02,
-0.01,
0.015
]
}
{
"schema": "delx/util-sharpe-lite/v1",
"mean": 0.00875,
"stdev": 0.011388041973930374,
"sharpe": 0.7683498199278325,
"n": 4
}
Machine-readable evidence