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 through the Lumina Stack that automatically update price feeds at fixed
intervals or when price deviations exceed thresholds.
request Method
Access Pull-based oracles through the Lumina Stack that fetch price data
on-demand when your contract requests it.
getValue Method
Direct value retrieval using the standard DIA oracle interface through the Nexus Stack. Simple
method for getting current price values.