Hanzo
OpenapiExplorer

Reports the on-chain price/data oracles from the graph's O-Chain PriceFeed…

Reports the on-chain price/data oracles from the graph's O-Chain PriceFeed registry.

GET /v1/explorer/oracles

Addresshttps://api.hanzo.ai/v1/explorer/oracles
MethodGET
Operationget_explorer_oracles
AuthAuthorization: Bearer $HANZO_API_KEY

Reports the on-chain price/data oracles from the graph's O-Chain PriceFeed registry. A reachable graph with no feeds answers an honest empty list; an unreachable or erroring graph likewise degrades to an empty list at 200 rather than a 502, so the console never error-toasts. No feed is ever fabricated.

Request

GET /v1/explorer/oracles takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200oraclesOutok

200 body — 8 fields.

FieldInTypeAlwaysDescription
oraclesbodyoracleView[]Oracles is one row per on-chain price feed, or an empty list when the graph is unreachable or carries none — never a fabricated feed.
oracles[].feedbodystringFeed is the trading pair this feed prices.
oracles[].idbodystringID is the feed's own id, else its trading pair.
oracles[].namebodystringName is the feed's display name — the trading pair, e.g.
oracles[].sourcebodystringSource is the oracle network the feed originates from; "O-Chain" by default.
oracles[].statusbodystringStatus is "active" for a listed feed.
oracles[].updatedAtbodystringUpdatedAt is the feed's own timestamp, RFC 3339 UTC.
oracles[].valuebodystringValue is the feed's price, verbatim as the registry carries it.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Explorer API · All Hanzo APIs · Interactive reference

How is this guide?

On this page