Liquidation Cost Estimate (M10055)
Liquidation Cost Estimate — personal proprietary metric served by the Madjik API.
| Metric ID | M10055 |
|---|---|
| Category | personal |
| Access | personal — computed per customer from their submitted portfolio; values are visible only to the submitting API key |
| Classification | proprietary |
| Tier | enterprise |
| Computation | Classical (SQL/Python) |
| Methods | progr |
| Computed by | Black Belt Labs |
| Freshness | fresh |
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/m10055-liquidation-cost-estimate/