LogoLogo
WebsiteDIA AppRequest integration
  • DIA Oracles Overview
  • Intro to Lumina
    • How it works
    • Integrated chains
  • Data products & Tools
    • Token price feeds
  • Oracle Builder (Beta)
  • How-to guides
    • Fetch price data
      • Push based oracles
      • Pull based oracles
      • Contract Addresses
    • Run a Feeder
      • Hardware specs
      • Setting up the node
        • Docker compose
        • Docker run
        • Kubernetes
    • Stake DIA
    • Request a custom oracle
  • Reference
    • Architecture
      • Data sourcing
      • Data computation
      • Data delivery
    • Cross-chain Messaging
  • Resources
    • Audits
    • Chain information
    • Nexus Documentation
    • Community & Support
    • T&C
      • Licence Agreement
      • Contributor Covenant Code of Conduct
      • Disclaimer
Powered by GitBook
On this page
  • How it Works
  • Supported Assets
  • Learn More
  1. Data products & Tools

Token price feeds

PreviousIntegrated chainsNextOracle Builder (Beta)

Last updated 1 month ago

DIA token price feeds provide smart contracts with real-time price information of cryptocurrencies, transparently sourced from high-volume DEXs and CEXs.

Token price feeds on Lumina will be added soon to our DIA app

How it Works

This enables your dApp to access first-party and verifiable data delivered from our decentralized feeder network!

Supported Assets

Below is a list of the current supported assets and data sources:

Assets
  • AAVE

  • ADA

  • AERO

  • APT

  • AR

  • ARB

  • ATOM

  • AVAX

  • BNB

  • BONK

  • BTC

  • CRV

  • DIA

  • DOGE

  • DOT

  • DYDX

  • ENA

  • ETH

  • FET

  • FIL

  • FLOW

  • FTM

  • GRT

  • ICP

  • LDO

  • MKR

  • MNT

  • NEAR

  • ONDO

  • OP

  • PENDLE

  • POL

  • PRIME

  • RENDER

  • SAND

  • SEI

  • SHIB

  • SNX

  • SOL

  • STRK

  • STX

  • SUI

  • TAO

  • TIA

  • TON

  • TRX

  • UNI

  • USDC

  • USDT

  • WIF

  • WLD

  • XLM

  • XRP

Data sources
  • Binance

  • CoinBase

  • Crypto.com

  • GateIO

  • Kraken

  • KuCoin

Learn More

Each in the Decentralized Feeder Network runs scrapers that collect real-time trade data from CEXes and DEXes for specific trading pairs (e.g., BTC-USDT) that are then forwarded to the Collector which bundles them into atomic tradeblocks (grouped by market and exchange). The Processor then performs a two-step aggregation: first aggregating trades within each atomic tradeblock into a single value, then combining these values into a final price, which is submitted to the designated Pod (feeder contract) on-chain.

Fetch price data
Architecture
Request a custom oracle
feeder
Price Feed Flow