QuantOracle
QuantOracle: /v1/risk/full-analysis
Answeringour last check, 2026-09-24
1 of 1checks answered this week
600 msmedian answer time
$0.04listed price per call
$0.04price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.quantoracle.dev/v1/risk/full-analysis
| Category | Everything else |
|---|---|
| Provider host | api.quantoracle.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.04 | 600 ms |
Example input (from the provider)
{
"body": {
"returns": [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"equity_curve": {
"anyOf": [
{
"items": {
"type": "number"
},
"maxItems": 5000,
"type": "array"
},
{
"type": "null"
}
],
"description": "Equity curve (optional, derived from returns if omitted)",
"title": "Equity Curve"
},
"portfolio_value": {
"default": 100000,
"description": "Current portfolio value",
"exclusiveMinimum": 0,
"title": "Portfolio Value",
"type": "number"
},
"returns": {
"description": "Daily returns series (max 5000)",
"items": {
"type": "number"
},
"maxItems": 5000,
"minItems": 10,
"title": "Returns",
"type": "array"
},
"risk_free_rate": {
"default": 0.05,
"description": "Annual risk-free rate",
"title": "Risk Free Rate",
"type": "number"
}
},
"required": [
"returns"
],
"title": "FullAnalysisIn",
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}