Skip to main content

Tally

44 live operations under /api/tally. 27 require a machine key; 17 are public. Tagged: Other.

MethodPathWhat it doesAuth
GET/api/tally/account/{zid}balance + stats for a ZIDkey
GET/api/tally/block/{n}zeqond block datapublic
POST/api/tally/burnburn tokens → compute → mint proof token This is the CORE economy endpoint.key
GET/api/tally/claims/{zid}P4.3b — list peer-homed coins you hold (claims) Owner-gated (own claims only).key
POST/api/tally/claims/importHTTP (trust the home, not the messenger), then records a local claim so the coin shows up in the recipient's wallet.key
POST/api/tally/claims/publishspend_seq, so anyone reading this observer can verify it against the home chain (anchored, not asserted).key
POST/api/tally/claims/transfer(transfer-claim) server-side — so any client (CLI or browser Vault) calls its own origin, no CORS, no direct cross-origikey
GET/api/tally/clockcurrent Zeqond + phase (wallet heartbeat)public
GET/api/tally/consensusprotocol statuspublic
GET/api/tally/costpreview cost for a computation (no execution)public
GET/api/tally/credits/{zid}credit balance, tier, usagekey
POST/api/tally/credits/claimgenerated .md alone would be overwritten on the next regeneration — the comment IS the doc.key
GET/api/tally/credits/history/{zid}transaction historykey
POST/api/tally/credits/transferboth machines, atomically moves balance from sender supply → recipient supply, writes a chain row on both ledgers via inkey
GET/api/tally/envelopes/{tokenId}/authorityauthoritative for a coin and its spend-sequence height — never the holder graph.public
POST/api/tally/envelopes/{tokenId}/exportand bumps spend_seq (killing any prior receipt/ticket), then issues a spend_seq-pinned bearer ticket.key
GET/api/tally/envelopes/{tokenId}/heightwitness read. Any node reports the highest spend_seq + status it has recorded for a token, so a sovereign rescue can askpublic
POST/api/tally/envelopes/{tokenId}/splitbreak one coin of V plancks into children summing EXACTLY to V (down to 1 planck).key
GET/api/tally/envelopes/{zid}/foldersPowers the folder chips in the Envelopes manager.key
GET/api/tally/envelopes/{zid}The transferable tokens minted by compute.key
POST/api/tally/envelopes/burnnot vote-locked, kind='envelope', V > 0, homed on this chain.key
GET/api/tally/envelopes/conservationexact plancks. issuer_remaining + pool + user_held == issued, where user_held includes residual integer balances (hybridpublic
POST/api/tally/envelopes/failoveraborts (the coin already moved); (4) >=1 independent witness is required.key
POST/api/tally/envelopes/foldersource folder / search), all owner-scoped.key
POST/api/tally/envelopes/mergecombine k coins the caller holds into one.key
POST/api/tally/envelopes/metaname + note for a coin.key
POST/api/tally/envelopes/migrate-outif already migrated to the SAME destination, re-returns the stored auth (so a destination that burned-but-didn't-mint capublic
POST/api/tally/envelopes/mint-from-balancealready-issued value: DEBIT the caller's integer tokens_remaining and MINT coin bearer tokens summing to EXACTLY amount×key
POST/api/tally/envelopes/redeemkey
POST/api/tally/envelopes/transfer-bulkmove a Foundation-backing proof.key
POST/api/tally/envelopes/transfer-claimhome re-derives and compares it, confirms the holder is the live issued_to, then serializes the move (spend_seq++ underpublic
POST/api/tally/envelopes/transferkey
GET/api/tally/healthsystem statuspublic
GET/api/tally/heightcurrent chain height (zeqond number)public
GET/api/tally/machine/{slug}/transitionsowner's current envelope holdings.public
GET/api/tally/peer/envelopes/{zid}A sibling domain (allowlisted + Ed25519-signed) asks for the coins THIS chain homes for a given ZID.public
POST/api/tally/promo/claimkey
GET/api/tally/promo/statuskey
POST/api/tally/receipt/verifylive spend_seq) or has been superseded by a later transfer.public
GET/api/tally/recordpublic ledger of recent burns + mintspublic
GET/api/tally/settings/publish-default(P19-PUB Phase 2c). When true, transfers SENT by this owner default to public unless the caller passes visibility explickey
POST/api/tally/settings/publish-defaultkey
GET/api/tally/transparencyfoundation stats, economy overviewpublic
GET/api/tally/user/{zid}resolve ZID to display infopublic

Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.