GET /api/chain/:slug/tally/tokens
| Method | GET |
| Path | /api/chain/:slug/tally/tokens |
| Group | Tally |
| Auth | optional (richer response when authenticated) |
| Source | shared/api-core/src/routes/tally.ts |
Call it
curl -X GET https://zeqsdk.com/api/chain/:slug/tally/tokens
Authentication is optional; an API key or session yields a richer response.
Reference
- Group: Tally
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.