الانتقال إلى المحتوى الرئيسي

GET /api/chain/aggregate/list

Anonymous-safe list of every is_public = true state machine. Capped at 500 rows.

Auth

None — anonymous-safe by design.

Response — 200

{
"ok": true,
"count": 42,
"machines": [
{
"id": "uuid",
"slug": "public-iot-fleet",
"parent_origin": "zeq-dev",
"is_public": true,
"status": "active",
"genesis_zeqond": "2287439210",
"display_name": "Public IoT fleet",
"purpose": "...",
"created_at": "2026-04-28T01:49:00Z"
}
]
}

Public-DTO only — owner_zid never leaks.

Curl

curl -sS https://zeqapi.com/api/chain/aggregate/list