DappLooker Docs
  • 👋Welcome
  • Data APIs for AI
    • Overview
    • Changelog
    • API Authentication
    • API Endpoints
      • GET: Crypto Token Market Data
      • GET: List of All Tokens
      • GET: Multi-Timeframe Technical Analysis
      • GET: Agent Details
      • POST: AI-Powered Query via NLQ
    • Best Practices
    • Conclusion
  • DappLooker Analytics
    • 🗃️Products
      • 📶Analytics
        • 🔎Browse and Search data
        • 📈Creating Charts
          • No-Code Charts
          • SQL Charts
        • 🔢Custom Values
        • 📊Dashboards
          • Create Dashboard
          • Add Charts to Dashboard
          • Discover Page
          • Link dashboard to another dashboard
          • Adding Filters to Dashboard
            • Time Filter
        • ♻️Convert No-Code to SQL
        • 🔗Making Charts and Dashboards Public
      • 🔍Subgraph Analyzer
      • ✨AI Studio
        • AI Studio API Support
      • 🤖DataBOT
        • 🎮Discord Bot
        • ▶️Telegram Bot
        • 🌐Connect with Leading Networks and dApps
      • 🔑DappLooker SDK
        • 🔎Tracking API Usage
    • 🌐Supported Networks
      • Blockchain Data
      • Smart Contracts
      • Subgraphs
      • SubQuery
      • Offchain Data Sources
    • 📲Registering Data
      • My Dashboard Overview
      • Smart Contracts
      • Subgraph
      • Subquery
      • Off-Chain Integration
    • 🔖Featured Projects
    • 🎯Features
      • XRay Feature
      • Filtering
      • Summarize
      • Downloading
        • Download Chart Data
      • Editor Panel
        • Preview Chart
        • Joining Data
        • Types Of Join Data
        • Sorting
        • Row Limit
        • Convert to models
        • Duplicate a Chart
        • New Collection
      • Creating Custom Column and Custom Expressions
      • 📷Screenshot
      • 🗃️Collections
        • Browse Collection
        • Personal Collection
        • Team Collection
    • ⛓️Smart Contract Live Query
    • 🔔Push Notifications
      • 👀Where to view notifications?
      • 📰Push x MetaMask Snaps
    • 👨‍⚖️Case Studies
      • 1️⃣Community Updates
      • 2️⃣DeFi Reports
      • 3️⃣On-Chain & Off-Chain Analysis
      • 4️⃣User Retention Analysis
      • 5️⃣DappLooker Telegram Bot
      • 6️⃣Subgraph Powered No-Code Dashboards
      • 7️⃣API Use Case: Beamswap
      • 8️⃣Embedding Use Case: GRTDataHub
    • 💰Pricing
      • Pricing Breakdown
      • Discounts And Payments
    • 💻Deploy a subgraph on the DappLooker custom node
    • 🥷DappLooker No-code Ninjas Program!
    • 🤝Sponsor With Us
    • 🔗Relevant Resources
    • ☎️Contact Us
  • API Guides
    • Get API Key
    • How to Get an API of a Chart
    • Render Chart or Dashboard as an Image with API
    • Mintbase
      • Individual Store Level APIs
      • Mintbase Protocol Level APIs
    • Nordek Developer APIs
  • Explorers
    • CeloSpy
    • VaraSpy
Powered by GitBook
On this page

Was this helpful?

  1. Explorers

CeloSpy

PreviousNordek Developer APIsNextVaraSpy

Last updated 1 year ago

Was this helpful?

A Comprehensive dApp for Celo ecosystem overview

CeloSpy is your dedicated portal into the celo ecosystem, displaying comprehensive metrics, charts, visualisations and analysis for the celo network.

  • API Access: Redirects to a guide to use DappLooker API SDK

  • Screenshot: The camera icon allows taking a screenshot of the dashboard.

  • View Records: Leads to Celo Network datasets on DappLooker.

  • Share: Provides a public link to share the dashboard and an embed code for blogs or web pages.

  • Fork: Navigates to the collection where the dashboard is saved.

  • View All Charts: It redirect's' you to the Celo collection where all Celo charts are stored on DappLooker Analyzer

Network Overview Monitor
Transaction Overview Monitor

The Celo Transaction overview monitor dashboard provides a comprehensive view of transaction activities on the Celo blockchain. Like Transaction Trends, Gas Prices, Transaction Types & Currency Usage

Token Metrics Monitor

The Celo Token Metrics Monitor Dashboard provides a comprehensive view of various CELO Tokens Metrics such as user activity, transaction volumes, value transferred, and gas consumed by different tokens within the Celo ecosystem.

Wallet Overview Monitor

The Celo Wallet Overview Dashboard provides detailed overview of wallets and users on Celo. It provides metrics such as the number of unique wallets, daily active users, and the comparison between daily sending versus receiving users. These metrics are essential for understanding user engagement and the flow of transactions within the Celo network.

My History

By clicking on “My History,” you can connect your Metamask wallet to view various insights into your wallet history and activity on Celo. These insights include:

  • Average Transaction Fee: The average cost of your transactions.

  • Number of Transactions: The total transactions you’ve made in the last 3 months.

  • Value Transferred: The total value you’ve transferred in the last 7 days.

  • CELO Transferred: The amount of CELO tokens you’ve transferred in the last 7 days.

This information can help you monitor your transaction habits and wallet activity.

Public APIs

CeloSpy is built using DappLooker SDK and showcases the power of DappLooker's easy and developer friendly tools.

Developers can access all CeloSpy's charts and dashboards on DappLooker, including their APIs and Embed Code.

In this guide, we'll show you how to leverage CeloSpy's charts, dashboards, and APIs using DappLooker SDK for various use cases.

Get started

To start using the DappLooker SDK, follow these steps:

1. Install the SDK:

npm install dapplooker-sdk

2. Generate an API Key:

  • Within the API SDK interface, select the option labeled "+API Key"

and designate a name for your API key. Subsequently, click on "Generate Key" to generate the key.

  1. Import the SDK

Once you have installed the SDK, import it into your project. With the imported SDK, create an instance of the DappLookerChartsAPI and make API calls using the API key

  1. Proceed to click on "View All Charts" on the top right corner of CeloSpy.

  1. To generate JSON API or Chart UUID, click on the API button and copy the required field.

  1. Utilize your API key and JSON APIs or Chart UUID in accordance with your preferences.

Example

Here's an example of how you can use the DappLooker SDK using API key and Chart UUID

const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
  let chartUUID = "dc9b69d8-7ca1-45d4-8ad0-a17f915f3f0"; // Replace it with chart UUID you are working with
  let apiKey = "qzusb5p3q246ip246ab6g0p8ppzb7u"; // Replace it with your API key
  let outputFormat = 'json' // This is a optional argument, valid value is `json`.
  let filterParameter = {}; // Add Parameter if required

  let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat);
  console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

The Celo Network Overview Monitor Dashboard provides real-time insights into the performance and activity of the Celo blockchain network. It includes various statistics and data visualizations that help users understand network health, transaction volumes, block production, and other critical metrics.

Begin by sign in to either through Metamask or email.

Proceed to the Products section and locate the . Click on it to proceed.

It will redirect you to the where all of the CeloSpy charts are stored. You can access the collection by signing in to DappLooker.

In locate the chart that you would like to use (for eg, lets take Daily CELO Volume) and open it.

DappLooker
API SDK
Celo Collection
Celo collection
CeloSPY | A Celo Network Analytics Dappcelospy.com
Logo