01
Market Data Audit
Detect gaps, duplicates, stale rows, broken OHLC candles, and return outliers.
POST /api/v1/market-data-audit$0.01exact · USDC
Deterministic financial checks that AI agents can buy per call. No signup, no API key, and no subscription. Settlement goes directly to the operator in USDC.
Built for agent pipelines where a bad number can spoil every step after it.
Detect gaps, duplicates, stale rows, broken OHLC candles, and return outliers.
POST /api/v1/market-data-auditCompute volatility, drawdown, VaR, Sharpe, and downside risk from a price series.
POST /api/v1/risk-metricsScore depeg severity, breach frequency, tail deviation, and venue dispersion.
POST /api/v1/stablecoin-peg-riskEvery result includes a compact severity, a numerical score, the facts behind it, and structured issues an agent can route on immediately.
RESPONSE · 200{
"severity": "warning",
"riskScore": 63,
"medianPrice": 0.9948,
"maxDeviationBps": 128,
"breachRate": 0.32,
"signals": [
"warning-band persistence",
"elevated venue dispersion"
]
}