GET /api/chain/:slug/oracles
the contracts that carry definition.oracle, each enriched with its latest reading (value + Zeqond) and a small recent-history series so the UI can render a per-oracle card (target site · current value · sparkline) rather
| Method | GET |
| Path | /api/chain/:slug/oracles |
| Domain | State machines · Contracts |
| Tier | computation (public) |
| Auth | user |
Request
curl -X GET https://zeqsdk.com/api/chain/YOUR_MACHINE/oracles \
-H "Authorization: Bearer $ZEQ_KEY"
Needs a machine key — mint one free:
curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.
Generated from the node's own route registry (GET /api/endpoints) — this path is live.