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
  • Prerequisites
  • How to use the Dashboard
  • Get started
  • Table of contents
  • Total Listed NFTs
  • NFT Offers Received
  • Invalid NFTs
  • Total Sales Volume
  • Highest Bid
  • Unique Bidders
  • Bids
  • Unique Owners
  • Current Listed NFTs
  • Sold NFTs
  • Unlisted NFTs
  • Sales
  • Total Minters
  • Listed NFTs
  • Weekly Sales
  • Monthly Bids
  • Total Offer Volume
  • NFT Activity
  • Current NFT Details
  • Total Listed NFTs
  • Invalid NFTs
  • Unlisted NFTs
  • Sold NFTs

Was this helpful?

  1. API Guides
  2. Mintbase

Individual Store Level APIs

PreviousMintbaseNextMintbase Protocol Level APIs

Last updated 1 year ago

Was this helpful?

This dashboard is for the store owners to get a complete overview inside their own stores. It provides valuable insights to the store owners and the mintbase community. empowering users to optimize their stores and make informed data-driven decision

Prerequisites

  • A DappLooker Account

  • Basic familiarity with APIs

How to use the Dashboard

  1. Enter your Contract Id to filter the data

*You can also filter the data by Date and Time frame

Get started

Table of contents

Total Listed NFTs

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/199cb336-aaa5-49ae-b115-52f13091583a" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "199cb336-aaa5-49ae-b115-52f13091583a"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

NFT Offers Received

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/b19aac63-970f-41df-90c8-8112f30e078f" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "b19aac63-970f-41df-90c8-8112f30e078f"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Invalid NFTs

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/65676c5f-a2b1-440e-819e-f69568835809" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "d2e1e0f2-6dec-4eef-a9ac-7395e5b7ec4f"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Total Sales Volume

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/056e0820-54ab-4bd0-905f-fc8f5bac5014" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "056e0820-54ab-4bd0-905f-fc8f5bac5014"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Highest Bid

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/77bb8256-65f4-4d93-b077-69f5bdf8e150?nft_contract_id=gambiarra.mintbase1.near" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "77bb8256-65f4-4d93-b077-69f5bdf8e150f76d87a0-df7f-4ec0-be2f-aa949c5018e5"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Unique Bidders

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/f76d87a0-df7f-4ec0-be2f-aa949c5018e5?nft_contract_id=gambiarra.mintbase1.near" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "f76d87a0-df7f-4ec0-be2f-aa949c5018e5b99b8bdb-fddf-49ab-be46-43219ccfb"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Bids

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/b99b8bdb-fddf-49ab-be46-43219ccfbc86" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "b99b8bdb-fddf-49ab-be46-43219ccfbc8"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id 
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Unique Owners

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/99318980-28eb-422e-848d-ec420c4c759a" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "99318980-28eb-422e-848d-ec420c4c759a"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("Response API Data: ", JSON.stringify(response));
};

getChartData();

Current Listed NFTs

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/57a494d4-f8b3-4228-8793-dcbe0b619540" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Embed
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "57a494d4-f8b3-4228-8793-dcbe0b619540"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Sold NFTs

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/123ae31a-2e48-4fc7-b443-fe8ebcc658be" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "123ae31a-2e48-4fc7-b443-fe8ebcc658be"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Unlisted NFTs

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/6413555d-8251-4a1f-b1bd-e6987443f58f" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "6413555d-8251-4a1f-b1bd-e6987443f58f"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Sales

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/a10189c0-2d54-4680-aaa3-0a7811dc5dce" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "a10189c0-2d54-4680-aaa3-0a7811dc5dce"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Total Minters

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/60ba5ba4-633f-48f3-87f8-457d0d81ef88" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "60ba5ba4-633f-48f3-87f8-457d0d81ef88"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Listed NFTs

Chart Link

Chart API Endpoint
Public Embed

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

async function getChartData() => {
    let chartUUID = "8b12db23-f517-42d7-9bfc-bd0ece4c68ee"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Weekly Sales

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/3a2ea3f3-d1f4-457e-bcb5-0d0cd2cf69f7?nft_contract_id=gambiarra.mintbase1.near" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "3a2ea3f3-d1f4-457e-bcb5-0d0cd2cf69f7"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Monthly Bids

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/48b468e5-2041-453c-9f8d-38707f3c40d2?nft_contract_id=gambiarra.mintbase1.near" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "48b468e5-2041-453c-9f8d-38707f3c40d2"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Total Offer Volume

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/963b2718-bb39-4889-9503-8fbce75e56ed?nft_contract_id=gambiarra.mintbase1.near" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "963b2718-bb39-4889-9503-8fbce75e56ed"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

NFT Activity

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/5e8efbb0-e9cb-46ba-936f-b02a72aebe09" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "5e8efbb0-e9cb-46ba-936f-b02a72aebe09"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Current NFT Details

Chart Link

Chart API Endpoint
Public Embed

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

async function getChartData() => {
    let chartUUID = "8cf65109-d7f8-4640-bbd7-32249992597a"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Total Listed NFTs

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/04d42fe8-4a07-463e-9a79-b7e504fc0fd2?nft_contract_id=gambiarra.mintbase1.near" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "04d42fe8-4a07-463e-9a79-b7e504fc0fd2"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Invalid NFTs

Chart Link
Chart API Enpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/65676c5f-a2b1-440e-819e-f69568835809?nft_contract_id=gambiarra.mintbase1.near" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "65676c5f-a2b1-440e-819e-f69568835809"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Unlisted NFTs

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/6413555d-8251-4a1f-b1bd-e6987443f58f" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "6413555d-8251-4a1f-b1bd-e6987443f58f"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Sold NFTs

Chart Link
Chart API Endpoint
Public Embed
<iframe src="https://analytics.dapplooker.com/public/question/123ae31a-2e48-4fc7-b443-fe8ebcc658be" frameborder="0" width="800" height="600" allowtransparency></iframe>
SDK Code
const DappLookerChartsAPI = require("dapplooker-sdk");

async function getChartData() => {
    let chartUUID = "123ae31a-2e48-4fc7-b443-fe8ebcc658be"; // UUID for chart
    let apiKey = "<API_KEY>"; // Replace it with your API key
    let outputFormat = 'json';
    let filterParameter = {
        nft_contract_id: <CONTRACT_ID> // Replace it with your Store Contract Id
    }
    let response = await DappLookerChartsAPI.getChartData(chartUUID, apiKey, outputFormat, filterParameter);
    console.log("API Response Data: ", JSON.stringify(response));
};

getChartData();

Get API Key

Learn how to get your DappLooker API key.

https://analytics.dapplooker.com/public/question/04d42fe8-4a07-463e-9a79-b7e504fc0fd2?nft_contract_id=gambiarra.mintbase1.near
https://api.dapplooker.com/chart/199cb336-aaa5-49ae-b115-52f13091583a?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://analytics.dapplooker.com/public/question/5418-nft-offers-received
https://api.dapplooker.com/chart/b19aac63-970f-41df-90c8-8112f30e078f?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/invalid-nft-s-5456
https://api.dapplooker.com/chart/d2e1e0f2-6dec-4eef-a9ac-7395e5b7ec4f?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://analytics.dapplooker.com/public/question/056e0820-54ab-4bd0-905f-fc8f5bac5014
https://api.dapplooker.com/chart/056e0820-54ab-4bd0-905f-fc8f5bac5014?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://analytics.dapplooker.com/public/question/77bb8256-65f4-4d93-b077-69f5bdf8e150?nft_contract_id=gambiarra.mintbase1.near
https://api.dapplooker.com/chart/77bb8256-65f4-4d93-b077-69f5bdf8e150?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://analytics.dapplooker.com/public/question/f76d87a0-df7f-4ec0-be2f-aa949c5018e5?nft_contract_id=gambiarra.mintbase1.near
https://api.dapplooker.com/chart/f76d87a0-df7f-4ec0-be2f-aa949c5018e5?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/bids-5501
https://api.dapplooker.com/chart/b99b8bdb-fddf-49ab-be46-43219ccfbc86?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/unique-owners-5498
https://api.dapplooker.com/chart/99318980-28eb-422e-848d-ec420c4c759a?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/current-listed-nft-s-5453
https://api.dapplooker.com/chart/57a494d4-f8b3-4228-8793-dcbe0b619540?api_key=<API-KEY>&output_format=json
&filterParams={"nft_contract_id":"<CONTRACT_ID>"}
https://dapplooker.com/chart/sold-nft-s-5462
https://api.dapplooker.com/chart/123ae31a-2e48-4fc7-b443-fe8ebcc658be?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/unlisted-nft-s-5463
https://api.dapplooker.com/chart/6413555d-8251-4a1f-b1bd-e6987443f58f?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/sales-5502
https://api.dapplooker.com/chart/a10189c0-2d54-4680-aaa3-0a7811dc5dce?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/total-minters-5478
https://api.dapplooker.com/chart/60ba5ba4-633f-48f3-87f8-457d0d81ef88?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://api.dapplooker.com/chart/8b12db23-f517-42d7-9bfc-bd0ece4c68ee?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/weekly-sales-5490
https://api.dapplooker.com/chart/3a2ea3f3-d1f4-457e-bcb5-0d0cd2cf69f7?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/monthly-bids-5500
https://api.dapplooker.com/chart/48b468e5-2041-453c-9f8d-38707f3c40d2?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/total-offer-volume-5494
https://api.dapplooker.com/chart/963b2718-bb39-4889-9503-8fbce75e56ed?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/nft-activity-5416
https://api.dapplooker.com/chart/5e8efbb0-e9cb-46ba-936f-b02a72aebe09?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://api.dapplooker.com/chart/8cf65109-d7f8-4640-bbd7-32249992597a?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/total-listed-nft-s-5461
https://api.dapplooker.com/chart/04d42fe8-4a07-463e-9a79-b7e504fc0fd2?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/invalid-nft-s-5464
https://api.dapplooker.com/chart/65676c5f-a2b1-440e-819e-f69568835809?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/unlisted-nft-s-5463
https://api.dapplooker.com/chart/6413555d-8251-4a1f-b1bd-e6987443f58f?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
https://dapplooker.com/chart/sold-nft-s-5462
https://api.dapplooker.com/chart/123ae31a-2e48-4fc7-b443-fe8ebcc658be?api_key=%3CAPI-KEY%3E&output_format=json&filterParams={%22nft_contract_id%22:%22%3CCONTRACT_ID%3E%22}
Total Listed NFTs
NFT Offers Received
Invalid NFTs
Total Sales Volume
Highest Bid
Unique Bidders
Bids
Unique Owners
Current Listed NFTs
Sold NFTs
Unlisted NFTs
Sales
Total Minters
Listed NFTs
Weekly Sales
Monthly Bids
Total Offer Volume
NFT Activity
Current NFT details
Total Listed NFTs
Invalid NFTs
Unlisted NFTs
Sold NFTs
Mintbase Individual Store Level Dashboard | Dashboard | DappLookerdapplooker.com
Logo