Jump to Content
zettablockHome
HomeDocumentationRecipesPrebuilt APIsChangelog
HomeLog Inzettablock
Documentation
Log In
HomeDocumentationRecipesPrebuilt APIsChangelog

👋 Welcome

  • Welcome to ZettaBlock

⏰ Quickstart

  • Why ZettaBlock?
  • When to use ZettaBlock?
  • DataHub and DevStudio
  • Goal-Oriented First Steps
    • Prebuilt API Quickstart
    • Custom API Quickstart
    • Analytics Quickstart
    • Data Export Quickstart

📊 DataHub

  • Data Catalog

🕵️ DevStudio

  • Introduction: Explore, Build and Use
  • Query Builder
    • Query History
  • GraphQL API Builder
    • API Details
    • Creating Custom Real-Time APIs
    • GraphQL Syntax Support
    • API History
  • Visualizations
    • Charts
    • Dashboards

🚀 Use Cases

  • Wallets
    • Prices and Swaps (Prebuilt APIs)
    • Asset Dashboard (Prebuilt APIs)
    • Build Your Own Wallet
    • Monitoring Real-Time Liquidity of Liquidity Pools
  • DeFi
    • Finding Trending New Pairs
    • Data Science Example: Uniswap Liquidity Pool Trade-Offs
    • DEX Trading: Token Transfers
    • Lending Protocols: AAVE VS Compound Comparison
    • Sui Dex Trading Volume Per Project
  • Staking & Restaking
    • Beacon Real-Time Data: Monitoring Liquid Restaking ETH Total Value locked
    • Beacon Real-Time Data: Validator Monitoring
    • Monitoring Full + Partial Withdrawal Proofs Posted on Chain
  • NFTs / Gaming
    • Currently Trending Game Stats
  • Analytical Dashboards: for L1/L2s
    • Network Stats
  • Real-Time Threat Detection/Auditing
    • On-chain Security - Zettablock x Forta
  • Other Use Cases
    • Cross-Chain Use Case
    • Subgraphs to ZettaBlock
    • Sui Overflow Hackathon: Winners Spotlight

⚙️ Advanced Usage

  • Overview
  • Real-Time Triggers (Webhooks)
  • Importing Data
    • Data Connectors
  • Snowflake Data Share
  • Google Pub/Sub Integration
  • Best Practices
    • Compute Units
    • Incremental Data Refresh
    • Connect to ZettaBlock's Data Lake via Python
    • Working with raw data: Hex-to-Integer Function
  • FAQs

📚 Educational

  • Getting Started with Web3
    • SQL Fundamentals
      • SQL Fundamentals
      • Common Mistakes
    • GraphQL Fundamentals
    • Web3 Data 101 for Developers
      • EVM and Non-EVM Data Explained

💳 Billing

  • Usage & API Key Management
  • Controlling Costs in ZettaBlock
  • Support & Feedback
Powered by 

GraphQL Syntax Support

Suggest Edits

Supported GraphQL syntax see below, and more are coming soon!

For detailed example on how to use them, please check GraphQL Guides.

Filtering

  • filter
    • not
    • min
    • max
    • in

Sorting

  • orderBy
  • orderDirection

Pagination

  • limit
  • skip

Variables

  • $variableName

Updated over 2 years ago


  • Table of Contents
    • Filtering
    • Sorting
    • Pagination
    • Variables