Oracle details
Chain | Address |
---|---|
Mainnet | 0xf4e9C0697c6B35fbDe5a17DB93196Afd7aDFe84f |
Testnet | 0xf4e9C0697c6B35fbDe5a17DB93196Afd7aDFe84f |
Oracle configuration
Pricing Methodology | MAIR |
Deviation (%) & Refresh Frequency | 0.5% and 120 seconds |
Heartbeat | 30 minutes |
Asset feeds
Asset Ticker | getValue(key) | Asset Markets |
---|---|---|
BTC | BTC/USD | BTC markets |
USDC | USDC/USD | USDC markets |
DIA | DIA/USD | DIA markets |
How to access data
getValue Method
To consume price data, you’ll need to invoke thegetValue
method on the oracle contract which you can access through the DIA Oracle library or the interface.
Below is an example of a contract consuming data from our oracle on Aurora mainnet. If you pass BTC/USD
as the key, it will return the most recent price of BTC in USD with 8 decimal places (e.g. 9601458065403 is $96,014.58065403) along with the Unix timestamp of the last price update.
Oracle Grants Program
The DIA Oracle Grants Program provides zero-cost oracle access for up to 1 year, covering deployment and update costs to accelerate dApp development on Aurora. Learn more about the grant here:DIA Oracle Grants Program | Apply Now
Request a Custom Oracle
DIA offers highly customizable oracles that are individually tailored to each dApp’s needs. Each oracle can be customized in the following ways, including:- Data Sources & Asset Feeds
- Pricing Methodologies
- Update Triggers (Frequency, Deviation, Heartbeat, …etc)