Superseed
dApps built on Superseed can leverage DIA oracles to access up-to-date asset price information.
Last updated
dApps built on Superseed can leverage DIA oracles to access up-to-date asset price information.
Last updated
is a cross-chain oracle provider that sources granular market data from diverse exchanges, including CEXs and DEXs. Its data sourcing is thorough, enabling unparalleled transparency and customizability for resilient price feeds for 20,000+ assets. Its versatile data processing and delivery ensures adaptability and reliability for any decentralized application.
Mainnet
Testnet
Pricing Methodology
Deviation (%) & Refresh Frequency
0.5% and 120 seconds
Heartbeat
24h
WETH
cbBTC
WETH
cbBTC
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.
To consume price data, you’ll need to invoke the getValue
method on the oracle contract which you can access through the or the .
See the full example .
To consume price data from our oracle, you can use the adapter smart contract located at the for each asset. This will allow you to access the same methods on the AggregatorV3Interface
such as getRoundData
& latestRoundData
. You can learn more .
For developer assistance, connect with the DIA team directly on or .
Developers seeking other specialized, production-grade oracle with tailored price feeds and configurations can initiate the request by .