Skip to main content

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

MethodGET
Path/api/chain/:slug/oracles
DomainState machines · Contracts
Tiercomputation (public)
Authuser

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.