DIA Nexus Documentation
  • Nexus Overview
  • Intro to Nexus
    • How it works
    • Nexus vs. Lumina
    • Integrated Chains
  • Data products
    • Token Price Feeds
    • RWA Price Feeds
    • Randomness
    • Fair-value Feeds
  • How-to Guides
    • Fetch Price Data
      • Solidity
      • Vyper
      • Demo Oracles
      • Chain-specific Guide
        • Aleph Zero
        • Alephium
        • Edu Chain
        • Hydration
        • Kadena
        • LUKSO
        • Somnia
        • Stacks
        • Superseed
        • XRP Ledger (XRPL)
    • Generate Randomness
      • Solidity
      • WASM
      • Demo Oracles
      • Chain-specific Guide
        • Alephium
    • Migrate to DIA
    • Fund the Oracle
    • Build a Scraper
      • Development Cluster Stack
      • DIA Test‐Space with Docker Compose
      • DIA Test‐Space with Minikube
      • Add a new exchange scraper
      • Add a new foreign scraper
      • Add a new liquidity scraper
      • Additional notes
  • Request a Custom Oracle
  • Reference
    • Architecture
      • Data sourcing
      • Data computation
      • Data delivery
    • APIs
      • Token prices
        • RestAPI
          • Request Samples
        • GraphQL
          • Request Samples
      • RWA prices
    • Pricing Methodologies
      • IR: Interquartile Range Filter
      • MAIR: Moving Average with Interquartile Range Filter
      • VWAP: Volume Weighted Average Price
      • VWAPIR: Volume Weighted Average Price with Interquartile Range Filter
      • LST fair price
    • Data Sources
      • CEXes Data
      • DEXes Data
    • Smart Contracts
      • DIAOracleV2.sol
      • DIARandomOracle.sol
    • Randomness Protocol
  • Resources
    • Audits
    • Community & Support
    • Security Bounty Program
    • Research
      • Return Rates in Crypto Farming
      • Crypto Volatility Index
      • Compounded Rates
      • Polkadot Medianizer
    • T&C
      • Licence Agreement
      • Contributor Covenant Code of Conduct
      • Disclaimer
Powered by GitBook
On this page
Export as PDF
  1. Reference

Data Sources

Description of data retrieval and processing of cryptocurrency data

PreviousLST fair priceNextCEXes Data

Last updated 1 month ago

To see all integrated data sources visit:

The data retrieval is processed through a series of asset collectors, capable of fetching all kinds of financial data. These collectors are classified into the following groups:

  • Centralized Exchange Scrapers: Collect data from centralized exchanges for cryptocurrencies and other assets (like stocks, futures, and rare earth metals) such as Binance, Coinbase or Kraken.

  • Decentralized Exchange Scrapers: Collect data from decentralized exchanges on various blockchains by subscribing to swap events in the corresponding LP pools. Examples for sources are Uniswap, curve.finance or PancakeSwap.

  • Bridge Scrapers: Collect swaps data from bridges bridging crypto assets between different blockchains. Examples of sources are Multichain, Anyswap or Hop.

Trading Data

The raw trading data is the basis of all further derived quantities such as prices and circulating supply numbers for all cryptocurrency exchanges. We retrieve and store trading data from as close to the data source as possible and with the highest precision possible.

In this section you will find information about the methodology for the following data:

If you didn't find the desired data/source, you can request a custom integration .

https://www.diadata.org/app/source/defi/
CEXes data
DEXes data
here