September 1, 2025 - 14:27 CEST
Saga | Saga token Price Feed
Thank you for requesting a data feed via DIA CDR. Please find the oracle information below:
## Contracts
The contracts to fetch data from.
| **Network** | **Contract Address** |
|----|----|
| Ethereum Mainnet | [0xc4807c41F492eaE6c51daC9058F02eE0288DF9a7](https://etherscan.io/address/0xc4807c41f492eae6c51dac9058f02ee0288df9a7) |
---
## Gas Wallets
The gas wallet is used for pushing data to your contracts. To ensure uninterrupted oracle operation, please maintain sufficient funds in the gas wallet. You can monitor the wallets below to ensure they remain adequately funded at all times.
| **Network** | **Gas Wallet Address** |
|----|----|
| Ethereum Mainnet | [0x99D16DD8d5Fc09709b80DF63F93C28EF0A472caa](https://etherscan.io/address/0x99d16dd8d5fc09709b80df63f93c28ef0a472caa) |
---
## Oracle Configuration
Settings that dictate how the oracle computes and updates data.
| **Pricing Methodology** | [VWAPIR](https://www.diadata.org/docs/nexus/reference/pricing-methodologies/vwapir-volume-weighted-average-price-with-interquartile-range-filter) |
|----|----|
| **Deviation (%) & Refresh Frequency** | 0.5% and 120 seconds |
| **Heartbeat** | 24h |
---
## Asset Feeds
Available assets on the oracles and the Chainlink AggregatorV3Interface compatible contracts for each asset feed.
| **Asset Ticker** | **getValue(key)** | **Adapter Address** | **Asset Markets Overview** |
|----|----|----|----|
| SAGA | SAGA/USD | [0x5E08ec9b215FB2Ad352682f78f2060f54013FF3C](https://etherscan.io/address/0x5e08ec9b215fb2ad352682f78f2060f54013ff3c) | [SAGA Markets](https://www.diadata.org/app/price/asset/Saga/0xA19377761FED745723B90993988E04d641c2CfFE/) |
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](https://www.diadata.org/docs/nexus/how-to-guides/fetch-price-data/solidity#using-solidity-library) or the [interface](https://www.diadata.org/docs/nexus/how-to-guides/fetch-price-data/solidity#using-diaoraclev2-interface).
If you pass `SAGA/USD` as the key, it will return the most recent price of SAGA in USD with 8 decimal places (e.g. 24431238 is $0.24431238) along with the Unix timestamp of the last price update.
See the full example [here](https://www.diadata.org/docs/nexus/how-to-guides/fetch-price-data/solidity).