Skip to main content
DIA is a cross-chain, trustless oracle network delivering verifiable price feeds for Hemi. DIA sources raw trade data directly from primary markets and computes it onchain, ensuring complete transparency and data integrity.

Oracle Contracts

Oracle Configuration

Available Asset Feeds

How to Access Data

getValue Method

To consume price data, you’ll need to invoke the 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 the oracle on Hemi Mainnet chain using the IDIAOracleV2 interface. If you pass fairValue:hemiBTC as the key, it will return the fair-value of hemiBTC with 8 decimal places (e.g. 100580335 is $1.00580335) along with the Unix timestamp of the last price update. You can also query the other values by passing the following keys to the getValue function:
  • usdValue:hemiBTC: the price of hemiBTC in USD
  • numerator:hemiBTC: the total BTC reserves
  • denominator:hemiBTC: the total hemiBTC supply
  • DEX:satUSD/USD: the price of satUSD in USD
See the full example here.

Adapter contracts

To consume price data from our oracle, you can use the adapter smart contract located at the adapter address for each asset. This will allow you to access the same methods on the AggregatorV3Interface such as getRoundData & latestRoundData. You can learn more here. This is a sample contract for consuming the hemiBTC fundamental price feed:

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)
Get a tailored oracle for your dApp, request one below:

Request Custom Oracle

Support

For developer assistance, connect with the DIA team directly on Discord or Telegram.