🔮Madjik docs

Rebalance Efficiency Gap (M10050)

Rebalance Efficiency Gap — personal proprietary metric served by the Madjik API.

Metric IDM10050
Categorypersonal
Accesspersonal — computed per customer from their submitted portfolio; values are visible only to the submitting API key
Classificationproprietary
Tierenterprise
ComputationClassical (SQL/Python)
Methodsprogr
Computed byBlack Belt Labs
Freshnessfresh
Proprietary metric. The methodology is a Black Belt Labs trade secret and is not published anywhere, including here. What you see on this page is everything the public API discloses; the values themselves are available through the API at your plan's tier.

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/m10050-rebalance-efficiency-gap/

Get API access