QuantOracle Batch Computation is a paid API for AI agents from api.quantoracle.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Executes multiple QuantOracle quantitative finance computations in a single batched API call
Free, fast quant finance calculators powered by a deterministic, multi-chain API. Black-Scholes, options profit, Kelly, VaR, crypto liquidation, and more.
An array of computation results corresponding to each sub-request in the batch, where each result contains the output of the respective QuantOracle calculation (e.g. IRR value, Sharpe ratio with confidence, regime label, option chain metrics, etc.) along with any per-request error details if a sub-computation failed.
POSThttps://api.quantoracle.dev/v1/batchUse this endpoint when you need to run two or more QuantOracle computations and want to minimize latency and API call overhead by combining them. Prefer this over calling individual endpoints sequentially when performing portfolio analysis pipelines, multi-metric dashboards, or automated workflows that require results from several calculations at once. Ideal for agentic workflows where multiple quantitative outputs feed into a downstream decision.
{
"requests": [
{
"params": {
"series": [
1,
2.1,
3.2,
4.5,
5.8,
6.9,
7.2,
8.1,
9.3,
10.5,
11.2,
12.8,
13.5,
14.1,
15.3,
16.2,
17.8,
18.9,
19.5,
20.1,
21.3,
22.5,
23.7,
24.9,
25.2
]
},
"endpoint": "options/price"
}
]
}| Field | Type | Description |
|---|---|---|
| requests | array | List of computation requests (max 100) |
{
"ms": 8.71,
"_meta": {
"url": "https://quantoracle.dev",
"docs": "https://api.quantoracle.dev/docs",
"powered_by": "QuantOracle"
},
"results": [
{
"data": {
"error": {
"detail": [
{
"loc": [
"body",
"S"
],
"msg": "Field required",
"type": "missing",
"input": {
"series": [
1,
2.1,
3.2,
4.5,
5.8,
6.9,
7.2,
8.1,
9.3,
10.5,
11.2,
12.8,
13.5,
14.1,
15.3,
16.2,
17.8,
18.9,
19.5,
20.1,
21.3,
22.5,
23.7,
24.9,
25.2
]
}
},
{
"loc": [
"body",
"K"
],
"msg": "Field required",
"type": "missing",
"input": {
"series": [
1,
2.1,
3.2,
4.5,
5.8,
6.9,
7.2,
8.1,
9.3,
10.5,
11.2,
12.8,
13.5,
14.1,
15.3,
16.2,
17.8,
18.9,
19.5,
20.1,
21.3,
22.5,
23.7,
24.9,
25.2
]
}
},
{
"loc": [
"body",
"T"
],
"msg": "Field required",
"type": "missing",
"input": {
"series": [
1,
2.1,
3.2,
4.5,
5.8,
6.9,
7.2,
8.1,
9.3,
10.5,
11.2,
12.8,
13.5,
14.1,
15.3,
16.2,
17.8,
18.9,
19.5,
20.1,
21.3,
22.5,
23.7,
24.9,
25.2
]
}
},
{
"loc": [
"body",
"sigma"
],
"msg": "Field required",
"type": "missing",
"input": {
"series": [
1,
2.1,
3.2,
4.5,
5.8,
6.9,
7.2,
8.1,
9.3,
10.5,
11.2,
12.8,
13.5,
14.1,
15.3,
16.2,
17.8,
18.9,
19.5,
20.1,
21.3,
22.5,
23.7,
24.9,
25.2
]
}
}
]
}
},
"status": 422,
"endpoint": "options/price"
}
],
"batch_size": 1,
"total_price_usdc": 0.005
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"