Saltar al contenido principal

GET /api/transparency/breakdown

Per-machine compute spend totals. Returns one row per active state machine sorted by lifetime compute_spend_total descending. Useful for spotting heavy users, identifying load patterns, or showing a leaderboard on a public network status page.

Auth

None. Public.

Request

curl https://YOUR-FRAMEWORK/api/transparency/breakdown

Response · 200 OK

{
"ok": true,
"machines": [
{
"slug": "zeq07090490306",
"owner_zid": "ZEQ07090490306",
"compute_count": 8421,
"compute_spend_total": "47189",
"tokens_remaining": "138",
"tokens_burned": "37751",
"plan": "builder",
"active_at": "2026-05-10T13:08:00.000Z"
}
/* …more rows, descending by compute_spend_total */
],
"total_machines": 47
}

Foundation pot and oracle account are excluded from this list.

Privacy

Only slug (already public — it's the entangled state's subdomain), owner_zid (also public — same as the directory), and aggregate counters are returned. No event payloads, no PII, no decrypt-able audit data. The breakdown is the same data already visible on /state/ (the public state-machine directory).