Oracles
On-chain price/data oracle feeds
On-chain price/data oracle feeds
| Base URL | https://api.hanzo.ai |
| Operations | 1 |
| Auth | Authorization: Bearer $HANZO_API_KEY |
oracles
ListOracles reports the on-chain price/data oracles from the graph's O-Chain PriceFeed registry.
GET /v1/oracles
ListOracles 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.
How is this guide?