Aller au contenu principal

Tally Protocol — /api/tally/*

The Tally Protocol is the financial backbone API. Every contract transition mints a token; transfers, burns, claims, and the public ledger all live here. Concept: Tally tokens.

Source: shared/api-core/src/routes/tallyProtocol.ts.

Endpoints

MethodPathAuthNotes
GET/api/tally/account/:zidoptionalAggregated balance + machines for a ZID
GET/api/tally/credits/:zidoptionalBalance, tier, daily rate
POST/api/tally/envelopes/transferBearerTransfer a ZEQ envelope coin to another ZID (credits are non-transferable fuel — credits/transfer returns 410)
POST/api/tally/credits/claimBearerClaim daily free-tier allowance
GET/api/tally/credits/history/:zidoptionalPaginated transaction history
POST/api/tally/burnBearerBurn-to-compute or voluntary burn
GET/api/tally/costnoneCalculate cost for an operator sequence
GET/api/tally/ledgernonePublic mint/burn ledger
GET/api/tally/transparencynoneFoundation stats, burn rate
GET/api/tally/healthnoneTally system status
GET/api/tally/heightnoneCurrent chain height
GET/api/tally/block/:nnoneZeqond block data
GET/api/tally/clocknoneLive HulyaPulse
GET/api/tally/consensusoptionalConsensus snapshot
GET/api/tally/user/:zidnoneUser aggregate (free tier safe)

Common shapes

tier is one of free, pro, advanced, enterprise, architect, builder.

TierMax supplyDaily rate
free100/day → 36,500/year100/day
proconfigurablefloor(maxSupply / 30)
advanced, enterprise, architect, buildertier-specific, see tallyEconomy.tstier-specific

See also