Philidor Docs
API Reference

Oracle Freshness

Real-time oracle feed freshness monitoring.

GET /v1/oracle-vector/freshness

Get real-time oracle freshness data from Chainlink feeds. The oracle worker polls feeds every 15 seconds and writes results to Redis.

Example

curl https://api.philidor.io/v1/oracle-vector/freshness

Response

Returns freshness data for monitored oracle feeds, including last update timestamp, staleness threshold, and current status.

How Oracle Scoring Works

Oracle quality directly affects the Asset Composition vector. The vault score is capped at the oracle quality score:

ProviderScoreTier
Chainlink10Prime
Chronicle9Prime
Lido8Prime
API38Prime
Pyth7Core
Redstone7Core
Exchange Rate7Core
Custom3Edge
Unknown2Edge

A vault using a Pyth oracle cannot score above 7 on the asset vector, regardless of how high-quality the underlying asset is.

See Oracle Providers for the full reference.

On this page

Raw