Nansen Query Documentation
  • Introduction
  • Overview
    • πŸ“Getting Started
    • πŸ“Benefits of Curation
  • Data
    • πŸ—ƒοΈData Sources
    • πŸ—ƒοΈData Catalog
      • πŸ—ƒοΈRaw Events
      • πŸ—ƒοΈAggregates
        • Entity Stats
        • Address Stats
        • Token Usage Stats
        • Transaction Stats
        • Address & Their Relationships
      • πŸ—ƒοΈDex Trades
        • πŸ—ƒοΈDex Trader P&L
        • πŸ—ƒοΈDex Trader Use Cases
        • πŸ—ƒοΈAdvanced Topics
        • πŸ—ƒοΈTrader P&L FAQ
      • πŸ—ƒοΈDecoded Contracts
      • πŸ—ƒοΈNFTs
      • πŸ—ƒοΈGovernance
      • πŸ—ƒοΈSolana
        • πŸ—ƒοΈSolana Aggregates
    • πŸ—ƒοΈRepeated / Nested Fields
    • πŸ—ƒοΈAdding New Projects
    • πŸ—ƒοΈData Marketplace
  • Web App
    • πŸ–₯️Overview
    • πŸ–₯️Getting Started: Web App
    • πŸ–₯️My Queries
    • πŸ–₯️Query Editor
    • πŸ–₯️Visualizations
    • πŸ–₯️Dashboards
    • πŸ–₯️Dashboard Editor
    • πŸ–₯️Refresh Schedules
    • βš™οΈCustom Query APIs
      • βš™οΈAPI Keys
      • βš™οΈExecute A Query
      • βš™οΈGet Query Results
  • Database Access
    • πŸ“‚Database Overview
    • πŸ“‚Getting Started: Database
    • πŸ“‚Sample Queries
      • πŸ“‚Wallet Examples
      • πŸ“‚Token Examples
      • πŸ“‚Trader P&L
      • πŸ“‚Project Examples
      • πŸ“‚Solana Queries
      • πŸ“‚Blockchain Examples
    • πŸ“‚Sample Python Code
      • πŸ“‚Wallet Examples
      • πŸ“‚Token Examples
    • πŸ“‚Cost Optimization
    • πŸ“‚Database FAQs
  • Other
    • ⁉️General FAQs
    • 🏷️Wallet Labels
Powered by GitBook
On this page
  1. Data
  2. Data Catalog

Aggregates

Aggregates tables can be used to:

  1. Describe various relationships addresses have with other entities, tokens: You can use this table to understand token transfer stats, transaction stats and dex trades stats related to an address.

  2. Describe characteristics about the address itself: Tables like address stats is a compilation of all active addresses on a chain, with useful wallet features such as nft platforms used, bridge used, token balance, eth_balance, most recent transactions at and all the information related to an address. We’re soon going to expand this to labels as well πŸ‘€

Accessing Aggregates Datasets

This dataset can be accessed by searching for aggregates in Query. For each chain, the dataset is named as aggregates_[chain_name] (aggregates_ethereum, aggregates_solana).

Following is the list of all the tables that are available for Ethereum and other EVM chains that Nansen supports.

Table
Ethereum
EVM Chains

address_stats

βœ…

βœ…

entity_stats_view

βœ…

βœ…

entity_stats_by_date_view

βœ…

βœ…

entity_usd_flow_by_date_pair_token_view

βœ…

βœ…

balances_by_date_address

βœ…

βœ…

balances_by_date_entity

βœ…

βœ…

transaction_stats_by_address

βœ…

βœ…

token_transfer_stats_by_date_address_token

βœ…

βœ…

token_transfer_stats_by_address_token

βœ…

βœ…

dex_trader_stats_by_hour_token

βœ…

dex_trader_stats_30d_by_hour_token

βœ…

dex_trader_stats_by_hour_token

βœ…

dex_trader_stats_30d_by_hour_token

βœ…

address_timezone_classifier

βœ…

liquidity_provider_uniswapv2_profit_stats

βœ…

bridge_flows_by_date_address_token

βœ…

PreviousRaw EventsNextEntity Stats

Last updated 1 year ago

πŸ—ƒοΈ
πŸ—ƒοΈ