GET /api/tally/credits/history/:zid
| Method | GET |
| Path | /api/tally/credits/history/:zid |
| Group | Tally Protocol |
| Auth | authenticated session — the ZID owner only |
| Source | shared/api-core/src/routes/tallyProtocol.ts |
Call it
curl -X GET https://zeqsdk.com/api/tally/credits/history/:zid
Requires an authenticated session, and you must be the owner of the
:zidin the path.
Reference
- Group: Tally Protocol
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.