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