Scout Chart Creator
  • Overview
  • Get Started
    • Tutorial 1: NMR Daily Transaction Count
    • Tutorial 2: LPT Weekly Volume (USD)
    • Tutorial 3: NMR vs LPT Daily comparison
  • Pipeline
    • Filter
    • Project
    • Group
      • Accumulators
    • Sort
    • Unwind
    • Custom
  • Data Source
    • Transactions
    • States
    • Contracts
    • Aragon
    • Livepeer
    • dYdX
    • Set
    • Token holders
  • Operators
    • Math operators
    • Logic operators
    • Function operators
    • Array operators
    • String operators
  • Config
  • Protocols
    • Dodo
      • 24H trade volume
      • Deposit & Withdraw
    • Livepeer
    • dYdX
      • Making sense of the trade data
    • MakerDao
    • Pickle Finance
      • Example: Daily deposit and withdraw of jar 0.88
      • Example: Listing all borrows of a strategy
  • FAQ
    • Dealing with "logs" field in "Transaction"
    • How to handle "Query Timeout" error?
    • How to use a variable in a Pipeline
  • Research
    • The circulating supply of DODO tokens
    • How are bitcoins doing on Ethereum? (as of Jan 20th 2021)
Powered by GitBook
On this page

Was this helpful?

Data Source

PreviousCustomNextTransactions

Last updated 4 years ago

Was this helpful?

The raw blockchain data is not optimized for data analytics. In order to make the data more accessible, we index and decode the raw transaction data and repackage some of the data for better analytics performance. These newly formed data sets are called Data source.

There are two types of data sources: basic and customized. The basic data sources include , and . And everyone has access to them. The customized data sources are typically tailored for unique use cases and are usually optimizations to avoid complicated data correlations in our backend. Customers can request to make those data sources and we sometime publish additional data sources if there are popular demands in certain areas.

Transactions
Contracts
TLDR