Oracle details
Chain | Address |
---|---|
Mainnet | 0xA3014376A788b55450c5C1F2bA2A8694a79f0b97 |
Oracle configuration
Pricing Methodology | VWAPIR |
Deviation (%) & Refresh Frequency | 0.5% and 120 seconds |
Heartbeat | 24h |
Asset feeds
Asset Ticker | getValue(key) | Asset Markets |
---|---|---|
WBTC | WBTC/USD | WBTC Markets |
WETH | WETH/USD | WETH 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 ETHPar mainnet. If you pass WBTC/USD
as the key, it will return the most recent price of WBTC in USD with 8 decimal places (e.g. 9601458065403 is $96,014.58065403) along with the Unix timestamp of the last price update.
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)