InputPOST /api/v1/x402/pairs-hedge-ratio
{
"x": [
1,
2,
3,
4,
5
],
"y": [
2,
4,
5.5,
8.1,
10
]
}
Commercial operations analytics · commercial-operations
OLS hedge ratio beta of y on x (no intercept). Call when sizing the short leg in a pairs trade offline. Returns beta 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/pairs-hedge-ratio -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"x":[1,2,3,4,5],"y":[2,4,5.5,8.1,10]}'
{
"x": [
1,
2,
3,
4,
5
],
"y": [
2,
4,
5.5,
8.1,
10
]
}
{
"schema": "delx/util-pairs-hedge-ratio/v1",
"beta": 1.9800000000000002,
"n": 5
}
Machine-readable evidence