Thank you for requesting a data feed via DIA CDR. We confirm the CDR specifications were requested correctly. Find the oracle information below:
Oracle
The oracle is deployed and can be accessed here.
You can query for assets by calling the read function getValue() with parameters such as “BTC/USD”. It will return two values:
- The price of the asset queried with 8 decimals
- The unix timestamp of the last update
You can see Solidity and Vyper code integration examples here or use a dedicated DIA oracles integration library described in detail here.
Funding
Each deployed oracle has a separate gas wallet which is the only entity allowed to update oracle values based on selected parameters. To find out more information on how it works, visit the following link.
Please make sure to top up the gas wallet, as we only put in some gas to deploy and start the oracle.
Gas Wallet address: 0x349b8cD4A65e1a306cBa29f47722cD2729a9734E
Markets
You can view the markets included for each feed by pressing on a link to DIA App in the deployed assets list:
- Avalanche-0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE
- Avalanche-0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd
- Avalanche-0x60781C2586D68229fde47564546784ab3fACA982
- Avalanche-0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB
- Ethereum-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
- Ethereum-0xdAC17F958D2ee523a2206206994597C13D831ec7
- Ethereum-0x6B175474E89094C44Da98b954EedeAC495271d0F
Note: DIA uses Blockchain-Address querying formatting to ensure asset selection precision (token symbols might duplicate)
You can also query current asset prices and find other market information on the asset by using the DIA API as described here.