Tally Chain — /api/chain/:slug/tally/*
Per-state-machine tally surface — supply, list, detail, and proof verification. The protocol-level surface (transfer, burn, claim, ledger, transparency) lives at /api/tally/*.
Source: shared/api-core/src/routes/tally.ts.
Endpoints
| Method | Path | Auth | Notes |
|---|---|---|---|
GET | /api/chain/:slug/tally/supply | optional | Supply ledger for one machine |
GET | /api/chain/:slug/tally/tokens | optional | Recent minted tokens |
GET | /api/chain/:slug/tally/token/:tokenId | optional | Single token detail |
POST | /api/chain/:slug/tally/verify | none | Verify a token's proof against the audit entangled state |
See also
- Tally tokens — concept.
/api/tally/— protocol-level endpoints.