dApps built on Superseed can leverage DIA oracles to access up-to-date asset price information.
Chain | Address |
---|---|
Mainnet | 0xF526dC0D2B73488d32b58E55C17Cef5a53AD002A |
Testnet | 0x6f021bF081840F96bdd90fd756b700072C7E68A5 |
Parameter | Value |
---|---|
Pricing Methodology | MAIR |
Deviation (%) & Refresh Frequency | 0.5% and 120 seconds |
Heartbeat | 24h |
Asset Ticker | Adapter Address | Asset Markets |
---|---|---|
WETH | 0xF526dC0D2B73488d32b58E55C17Cef5a53AD002A | WETH markets |
cbBTC | 0x7F760344c9Cde8DD342120FA0F908CE0Cd42B1E6 | cbBTC markets |
Asset Ticker | Adapter Address | Asset Markets |
---|---|---|
WETH | 0xA09A4e4297a06e284a4ACdf2Ca1F9998d5280F6e | WETH markets |
cbBTC | 0x61790e8F9bf02E4272E273F2615eD4fc7d8F95D9 | cbBTC markets |
getValue
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 Sepolia testnet using the IDIAOracleV2 interface. If you pass WETH/USD
as the key, it will return the most recent price of WETH in USD with 8 decimal places (e.g. 177101990135 is $1,771.01990135) along with the Unix timestamp of the last price update.
AggregatorV3Interface
such as getRoundData
& latestRoundData
. You can learn more here.