GET /api/chain/recent
Returns newest-first.
Cached for 1 Zeqond (777ms) — fresh enough for the live feed under HulyaPulse cadence.
| Method | GET |
| Path | /api/chain/recent |
| Feature area | Chain & state |
| Tag | Chain & State |
| Auth | public (no key) |
| Tier | computation (public) |
Parameters
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
before | string | no | — |
limit | string | no | — |
type | string | no | — |
No header parameters are published for this operation.
Request body
This operation takes no request body.
Responses
| Status | Meaning |
|---|---|
200 | OK |
No response body schema is published for this operation — the node returns JSON; inspect a live call to see its shape.
Call it
curl -sS -X GET https://zeq.me/api/chain/recent?before=example&limit=example
Generated from the live OpenAPI description (https://zeq.me/openapi.json, spec version 1.287.0) by scripts/generate-reference.mjs. Do not edit — this file is rewritten on every run.