Quant API & Developer Docs
Production specifications, live execution endpoints, and quantitative telemetry.
Calculates live Pearson correlation against Federal Reserve Net Liquidity ($T), pulls Binance L2 order book depth for real-time bid/ask imbalance, and forecasts cycle contraction progress.
# cURL curl -X GET "http://localhost:7880/api/predictive/metrics" \ -H "Accept: application/json"
import requests
res = requests.get("http://localhost:7880/api/predictive/metrics")
data = res.json()
print("Pearson Correlation:", data.get("pearsonCorrelation"))
print("OBI:", data.get("orderBookImbalance"))
print("Signal:", data.get("signal"))
{ /* Click 'Run Live Request' to fetch from localhost:7880 */ }
Invokes the Python Sovereign Confluence Engine thread against sovereign_metrics.db, applying dynamic regime weights and yielding a 0-100 confluence confidence index.
curl -X GET "http://localhost:7880/api/predictive/confluence"
{ /* Waiting for execution */ }
Dispatches programmatic execution directives to the institutional trading layer based on confirmed Sovereign Predictive Index (SPI) values and probability thresholds.
{ /* Waiting for POST payload dispatch */ }
Queries current cockpit state, active Kanban queue status, lane locks, and vector memory counts.
{ /* Click above to inspect session state */ }
Relays operational commands and queries to the multi-agent orchestration dispatcher (Gemini & OpenRouter).
{ /* Multi-agent response will render here */ }
Sovereign Quantitative Architecture
The UnyKorn Predictive Codex integrates macro-liquidity indicators, real-time central limit order book (CLOB) dynamics, and sovereign consensus rails into a deterministic operational signal.
| Module | Formula / Source | Target Metric | Role |
|---|---|---|---|
| Federal Reserve Net Liquidity | WALCL - TGA - RRP |
Trillions USD (2015-2026) | Global fiat expansion baseline anchor |
| Pearson Cycle Correlator | r = Σ(x-x̄)(y-ȳ) / √(Σ(x-x̄)² Σ(y-ȳ)²) |
r Score (0.80+) | Log-price macro regime classification |
| Binance L2 Book Imbalance | (ΣBids - ΣAsks) / (ΣBids + ΣAsks) |
Top 100 Depth Levels | Immediate supply absorption / distribution skew |
| Operational Execution Gate | POST /api/ops/execution-trigger |
SPI > 80, Hit Rate > 75% | Automated order routing to institutional desks |
Enterprise Custody & Rails
Integrations are built directly on qualified custody rails (BitGo qualified custody, Paxos / itBit API trading) and multi-chain settlement standards (Apostle Chain 7332, XRPL, Solana, Polygon 137).