POST /api/chain/:slug/tally/token/genesis
| Method | POST |
| Path | /api/chain/:slug/tally/token/genesis |
| Group | Tally |
| Auth | authenticated session |
| Source | shared/api-core/src/routes/tally.ts |
Call it
curl -X POST https://zeqsdk.com/api/chain/:slug/tally/token/genesis \
-H "Content-Type: application/json" \
-d '{"name":"…","symbol":"…","decimals":0,"description":"…","website":"…","mintable":false,"burnable":false,"transferable":false,"max_supply":0,"mint_rate_per_zeqond":0,"lock":false}'
Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.
Reference
- Group: Tally
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.