Oracle Access Methods
The how-to guides are specifically for EVM-compatible chains. For non-EVM chains (like Stacks, Alephium, etc.), Please refer to the chain-specific guides for chain-specific implementation details.
updates Method
Access Push-based oracles that automatically update price feeds at fixed intervals or when price deviations exceed thresholds.
request Method
Access Pull-based oracles that fetch price data on-demand when your contract requests it.
getValue Method
Direct value retrieval using the standard DIA oracle interface. Simple method for getting current price values.