GET /api/chain/:slug/events
| Method | GET |
| Path | /api/chain/:slug/events |
| Group | Contracts |
| Auth | session cookie |
| Source | shared/api-core/src/routes/contracts.ts |
Call it
curl -X GET https://zeqsdk.com/api/chain/:slug/events
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Contracts
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.