Madjik API documentation
Crypto market metrics computed by the Black Belt Labs engine: REST, webhooks, MCP and A2A.
Welcome to the Madjik API documentation. The Madjik API serves crypto market metrics computed by the Black Belt Labs engine — classical (SQL), AI (machine learning) and quantum-computed (Qiskit simulators, hardware-ready) — with full history, provenance and freshness on every payload.
Quick start
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.madjik.io/v1/catalog"
Base URL: https://api.madjik.io/v1. Get a key at
madjik.io/pricing; it arrives by email after checkout.
What you get
- 81 live metrics across 18 categories (83 in the catalog: 2 further metrics are dormant while their data baselines mature — see the catalog).
- Real-time and historical values with per-point provenance labels.
- Variant grid per metric: change variants (absval / abschg / relchg) × time variants (now, past1h … past30d, and forecast horizons where the forecast passed its quality gate).
- Multiple computation methods side by side — classical, AI and quantum computations of the same metric are stored and labeled separately.
- REST, webhooks, MCP and A2A interfaces — see the API reference and integration guides.
Migrating from the old docs? Metric ids changed:
the legacy
ME10001…ME10052 scheme is retired. Current ids look like
M10004 or M50031 and are assigned sequentially — they carry no meaning.
The metrics catalog is the authoritative list.Metric categories
| Category | Metrics | Computation |
|---|---|---|
| AI | 3 | AI-Enhanced (Gemini), Classical (SQL) |
| Analytics | 1 | AI-Enhanced (Gemini) |
| QC | 5 | Quantum Computing (Eigensolver) — simulator, hardware-ready, Quantum Computing (QAE) — simulator, hardware-ready, Quantum Computing (QAOA) — simulator, hardware-ready, Quantum Computing (Qiskit) — simulator, hardware-ready |
| defi | 3 | Classical (SQL) |
| derivatives | 9 | Classical (SQL) |
| exchange | 3 | Classical (SQL) |
| gaming | 1 | Classical (SQL) |
| macro | 2 | Classical (SQL) |
| market | 2 | Classical (SQL) |
| nft | 1 | Classical (SQL) |
| onchain | 13 | Classical (SQL) |
| regulatory | 3 | Classical (SQL) |
| sentiment | 3 | Classical (SQL) |
| social | 2 | Classical (SQL) |
| stablecoin | 6 | Classical (SQL) |
| tether | 21 | Classical (SQL) |
| volatility | 1 | Classical (SQL) |
| volume | 4 | Classical (SQL) |
Start here
- Getting started — authentication, rate limits, response format
- API reference — every endpoint with examples
- Metrics catalog — all 83 metrics, one page each
- Data provenance — how to read provenance labels
Support
madjik.featurebase.app · live freshness: status page · interactive OpenAPI docs: api.madjik.io/docs
