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. Data APIs for AI
  2. API Endpoints

GET: Crypto Token Market Data

Retrieve detailed information and comprehensive metrics for specified token(s). This endpoint is critical for in-depth analysis, including market data and technical indicators.

Endpoint:

GET: /crypto-market

Query Parameters:

Parameter name

Type

Mandatory

Description

api_key

string

Yes

Your unique Loky API key used for authentication

chain

string

Yes

The network chain to query. Values base/solana

token_tickers

string

No

Comma-separated token tickers to fetch info

token_addresses

string

No

Comma-separated token contract addresses to fetch info

token_ids

string

No

Comma-separated token IDs to fetch info

ecosystem

string

No

Ecosystem to query tokens from; currently supports virtuals

Sample cURL Request:

# With Token Tickers
curl --location 'https://api.dapplooker.com/v1/crypto-market?api_key=<API_KEY>&chain=base&token_tickers=AIXBT'

# With Token Addresses
curl --location 'https://api.dapplooker.com/v1/crypto-market?api_key=<API_KEY>&chain=base&token_addresses=0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825'

# With Token IDs
curl --location 'https://api.dapplooker.com/v1/crypto-market?api_key=<API_KEY>&chain=base&token_ids=aixbt,vaderai-by-virtuals'

Sample Response:

[
  {
    "id": "aixbt",
    "token_info": {
      "id": "aixbt",
      "symbol": "AIXBT",
      "name": "aixbt by Virtuals",
      "handle": "aixbt_agent",
      "description": "AIXBT is an AI agent and driven crypto market intelligence platform designed to provide token holders with a strategic edge in the rapidly evolving crypto space. Leveraging advanced narrative detection and alpha-focused analysis, AIXBT automates the process of tracking and interpreting market trends, helping users gain actionable insights. This project emphasizes integrating various data sources and platforms for comprehensive analysis and decision-making.",
      "ca": "0x4f9fd6be4a90f2620860d680c0d4d5fb53d1a825",
      "chain": "base",
      "ecosystem": "virtuals"
    },
    "token_holder_insights": {
      "total_holder_count": 326210,
      "holder_count_change_percentage_24h": "0.03",
      "fifty_percentage_holding_wallet_count": "31.00",
      "first_100_buyers_initial_bought": "945882.24",
      "first_100_buyers_initial_bought_percentage": "0.09",
      "first_100_buyers_current_holding": "1981396.51",
      "first_100_buyers_current_holding_percentage": "0.20",
      "top_10_holder_balance": "348699164.93",
      "top_10_holder_percentage": "34.87",
      "top_50_holder_balance": "550048407.22",
      "top_50_holder_percentage": "55.00",
      "top_100_holder_balance": "595205545.84",
      "top_100_holder_percentage": "59.52"
    },
    "technical_indicators": {
      "support": "0.0753600000",
      "resistance": "0.0882400000",
      "rsi": "36.87",
      "sma": "0.0808818000"
    },
    "smart_money_insights": {
      "total_holder_count": 326233,
      "total_liquidity": "941068.40",
      "holder_count_change_percentage_24h": "0.07",
      "top_25_holder_buy_24h": "2609643.30",
      "top_25_holder_sold_24h": "5332460.90",
      "fifty_percentage_holding_wallet_count": 31
    },
    "dev_wallet_insights": {
      "wallet_address": "0x8dfb37aae4f8fcbd1f90015a9e75b48f50fd9f59",
      "wallet_balance": 0,
      "dev_wallet_total_holding_percentage": 0,
      "dev_wallet_outflow_txs_count_24h": 0,
      "dev_wallet_outflow_amount_24h": 0,
      "fresh_wallet": false,
      "dev_sold": false,
      "dev_sold_percentage": "0.00"
    },
    "token_metrics": {
      "usd_price": "0.0764",
      "mcap": "65339587.00",
      "fdv": "76365842.00",
      "volume_24h": "29135114.00",
      "price_change_percentage_1h": "0.08",
      "price_change_percentage_24h": "-2.88",
      "price_change_percentage_7d": "8.06",
      "price_change_percentage_30d": "-33.88",
      "volume_change_percentage_7d": "-30.60",
      "volume_change_percentage_30d": "-55.30",
      "mcap_change_percentage_7d": "-4.20",
      "mcap_change_percentage_30d": "-36.30",
      "price_high_24h": "0.0833",
      "price_ath": "0.9426",
      "circulating_supply": "855612732.00",
      "total_supply": "1000000000.00"
    },
    "last_updated_at": "2025-04-16T05:31:46.900Z"
  },
  {
    "id": "vaderai-by-virtuals",
    "token_info": {
      "id": "vaderai-by-virtuals",
      "symbol": "VADER",
      "name": "VaderAI by Virtuals",
      "handle": "Vader_AI_",
      "description": "",
      "ca": "0x731814e491571a2e9ee3c5b1f7f3b962ee8f4870",
      "chain": "base",
      "ecosystem": "virtuals"
    },
    "technical_indicators": {
      "support": "0.0079900000",
      "resistance": "0.0107300000",
      "rsi": "5.71",
      "sma": "0.0096784000"
    },
    "smart_money_insights": {
      "total_holder_count": 206260,
      "total_liquidity": "492267.30",
      "holder_count_change_percentage_24h": "0.05",
      "top_25_holder_buy_24h": "3094951.40",
      "top_25_holder_sold_24h": "5440977.80",
      "fifty_percentage_holding_wallet_count": 3833
    },
    "dev_wallet_insights": {
      "wallet_address": "0x5e7d12ca213cbe86b3a538d87a776c7ca2485988",
      "wallet_balance": 0,
      "dev_wallet_total_holding_percentage": 0,
      "dev_wallet_outflow_txs_count_24h": 0,
      "dev_wallet_outflow_amount_24h": 0,
      "fresh_wallet": false,
      "dev_sold": false,
      "dev_sold_percentage": "0.00"
    },
    "token_metrics": {
      "usd_price": "0.0080",
      "mcap": "7947210.00",
      "fdv": "7947210.00",
      "volume_24h": "254464.00",
      "price_change_percentage_1h": "-2.34",
      "price_change_percentage_24h": "-20.52",
      "price_change_percentage_7d": "55.90",
      "price_change_percentage_30d": "-1.39",
      "volume_change_percentage_7d": "70.10",
      "volume_change_percentage_30d": "117.10",
      "mcap_change_percentage_7d": "46.50",
      "mcap_change_percentage_30d": "-0.40",
      "price_high_24h": "0.0101",
      "price_ath": "0.1583",
      "circulating_supply": "996739513.20",
      "total_supply": "996739513.20"
    },
    "last_updated_at": "2025-04-16T05:31:46.841Z"
  }
]

Response Fields Explanation:

Token Info:

  • id (string): Unique identifier for the token.

  • symbol (string): Token name.

  • ecosystem (string): Ecosystem of the token.

  • image (string): URL of the token’s image.

  • description (string): Description of the token.

  • ca (string): Contract address of the token.

Token Holder Insights:

  • total_holder_count (integer): Total number of token holders.

  • holder_count_change_percentage_24h (decimal): Change in the number of holders over the last 24 hours (percentage).

  • fifty_percentage_holding_wallet_count (integer): Number of wallets holding 50% of the total supply.

  • first_100_buyers_initial_bought (decimal): Total amount initially purchased by the first 100 buyers.

  • first_100_buyers_initial_bought_percentage (decimal): Percentage of total supply initially bought by the first 100 buyers.

  • first_100_buyers_current_holding (decimal): Current total holdings of the first 100 buyers.

  • first_100_buyers_current_holding_percentage (decimal): Current percentage of total supply held by the first 100 buyers.

  • top_10_holder_balance (decimal): Combined token balance of the top 10 holders.

  • top_10_holder_percentage (decimal): Percentage of total token supply held by the top 10 holders.

  • top_50_holder_balance (decimal): Combined token balance of the top 50 holders.

  • top_50_holder_percentage (decimal): Percentage of total token supply held by the top 50 holders.

  • top_100_holder_balance (decimal): Combined token balance of the top 100 holders.

  • top_100_holder_percentage (decimal): Percentage of total token supply held by the top 100 holders.

Technical Indicators:

  • support (decimal): Support price level.

  • resistance (decimal): Resistance price level.

  • rsi (decimal): Relative Strength Index (RSI) of the token.

  • sma (decimal): Simple Moving Average (SMA) of the token.

Token Metrics:

  • usd_price (decimal): Current price of the token in USD.

  • mcap (decimal): Market capitalization of the token.

  • fully_diluted_valuation (decimal): Fully diluted valuation of the token.

  • volume_24h (decimal): Trading volume of the token in the last 24 hours.

  • price_change_percentage_1h (decimal): Price change in the last 1 hour (percentage).

  • price_change_percentage_24h (decimal): Price change in the last 24 hours (percentage).

  • price_change_percentage_7d (decimal): Price change in the last 7 days (percentage).

  • price_change_percentage_30d (decimal): Price change in the last 30 days (percentage).

  • volume_change_percentage_7d (decimal): 7-day trading volume change (percentage).

  • volume_change_percentage_30d (decimal): 30-day trading volume change (percentage).

  • mcap_change_percentage_7d (decimal): 7-day market capitalization change (percentage).

  • mcap_change_percentage_30d (decimal): 30-day market capitalization change (percentage).

  • price_high_24h (decimal): Highest price of the token in the last 24 hours.

  • price_ath (decimal): All-time high price of the token.

  • circulating_supply (decimal): Number of tokens currently in circulation.

  • total_supply (decimal): Total supply of the token.

Other Fields:

  • last_updated_at (DateTime): ISO timestamp of last data update.

PreviousAPI EndpointsNextGET: List of All Tokens

Last updated 22 hours ago

Was this helpful?