🔮Madjik docs

Stable Sleeve Risk Balance (M10057)

Stable Sleeve Risk Balance — personal classic metric served by the Madjik API.

Metric IDM10057
Categorypersonal
Accesspersonal — computed per customer from their submitted portfolio; values are visible only to the submitting API key
Classificationclassic
Tierenterprise
ComputationClassical (SQL/Python)
Methodsprogr
Computed byBlack Belt Labs
Freshnessfresh

Classic metric: its substance is available elsewhere; Madjik serves it with full history, variants and provenance. No prose methodology has been published for it yet.

Access this metric

This is a personal metric: there is no market-wide value. Submit your portfolio, then read your own values — see the Personal Metrics guide.

# submit or update your portfolio (positions replace the previous snapshot)
curl -X POST -H "X-API-Key: YOUR_API_KEY" -H "Content-Type: application/json" \
  -d '{"positions": [{"symbol": "BTC", "qty": 0.5}, {"symbol": "USDT", "qty": 20000}]}' \
  "https://api.madjik.io/v1/portfolio"

# your personal metric values (computed hourly)
curl -H "X-API-Key: YOUR_API_KEY" "https://api.madjik.io/v1/metrics/personal"

Response shapes: Response format · provenance labels: Data provenance · public methodology row: api.madjik.io/methodology

Overview page on the main site: https://www.madjik.io/metrics/m10057-stable-sleeve-risk-balance/

Get API access