DappLooker AI

DeFi intelligence suite — token metrics, perp trading data, technical analysis, smart money flows, staking yields, and AI-powered market research across Base, Solana, and 10+ perp DEXs

Audits

Pending

Install

openclaw skills install dapplooker-ai

DappLooker DeFi Intelligence

Access production-grade DeFi market intelligence via DappLooker's x402 API.

Payment & Spending Safeguards

All endpoints require x402 payment in USDC on Polygon (Chain ID: 137). CRITICAL: Always use Polygon for payments, even when querying Base or Solana data. The user's wallet is only funded on Polygon.

Per-Call Pricing

FunctionCost per Call
token_intelligence$0.005
perp_intelligence$0.005
historical_market_data$0.005
token_ta$0.005
trending_tokens$0.005
smart_money_trends$0.005
staking_intelligence$0.005
token_directory$0.005
market_mcp$0.10
live_perp_strategy$0.50

Spending Rules

  • Always confirm with the user before making paid calls. Tell them which endpoint you are calling and its cost.
  • Do not retry failed paid calls without user approval.
  • Batch wisely: If the user asks a broad question, prefer a single market_mcp call ($0.10) over multiple individual calls.
  • Session budget: Unless the user explicitly raises it, assume a default spending cap of $1.00 per conversation. Alert the user if cumulative spending approaches this limit.

Payment is handled automatically via the OpenClaw Gateway. If you receive a 402, the Gateway handles payment and retries. Simply wait for the tool call to complete.

Note: All endpoints accept an optional api_key query parameter as an alternative to x402 payment. All endpoint URLs require a trailing slash where shown.


Functions

token_intelligence

URL: GET https://api.dapplooker.com/v1/crypto-market/

Use when: User asks about token price, market cap, volume, holders, social mindshare, or technical levels.

Parameters:

ParameterTypeRequiredDescription
chainstringYesbase or solana
token_tickersstringNoComma-separated tickers (e.g., AIXBT,VIRTUAL)
token_addressesstringNoComma-separated contract addresses
token_idsstringNoComma-separated internal IDs
ecosystemstringNoFilter by ecosystem (e.g., virtuals)
pagenumberNoPagination page number

Note: Provide at least one of token_tickers, token_addresses, token_ids, or ecosystem.

Returns: Token price, market cap, FDV, volume, supply, holder forensics (top 10/50/100 concentration), smart money buy/sell, dev wallet safety, technical levels (support/resistance/RSI/SMA), and X social metrics (mindshare, engagement, follower counts).

Example: "What's the price of AIXBT on Base?"


perp_intelligence

URL: GET https://api.dapplooker.com/v1/perp-intelligence/

Use when: User asks about perp mark price, funding rates, open interest, orderbook liquidity, or technicals for a token on a specific DEX.

Parameters:

ParameterTypeRequiredDescription
dexstringYeshyperliquid, nado, paradex, pacifica, avantis, lighter, aster, grvt, variational, extended
token_tickerstringYesToken symbol (e.g., BTC, ETH, SOL)

Returns: Mark/mid price, 24h change, bid-ask spread, orderbook liquidity & imbalance, open interest (with 1h/6h/24h changes), funding rate (current + trajectory), technicals (RSI, ATR, ADX, OBV, MACD at multiple intervals), structure (swing high/low, VWAP, EMA distance, Bollinger bands).

Example: "What's the BTC funding rate on Hyperliquid?"


historical_market_data

URL: GET https://api.dapplooker.com/v1/crypto-market-historical

Use when: User wants time-series price, volume, and market cap data.

Parameters:

ParameterTypeRequiredDescription
chainstringYesbase or solana
token_tickerstringNoUse one of ticker, address, or id
token_addressstringNoToken contract address
token_idstringNoInternal token identifier
start_datestringNoYYYY-MM-DD format
end_datestringNoYYYY-MM-DD format
pagenumberNoPagination page number

Returns: Daily records with date, price, volume, and market cap. Includes pagination metadata.

Example: "Show me VIRTUAL price history on Base"


token_ta

URL: GET https://api.dapplooker.com/v1/token-ta

Use when: User asks about RSI, SMA, or support/resistance levels.

Parameters:

ParameterTypeRequiredDescription
chainstringYesbase or solana
token_tickersstringNoComma-separated tickers
token_addressesstringNoComma-separated contract addresses
token_idsstringNoComma-separated internal IDs
ecosystemstringNoFilter by ecosystem
pagenumberNoPagination page number

Returns: Support/resistance, RSI, and SMA at 1m, 5m, 15m, 1h, 4h, 1d, 1w intervals. Price change percentages across all intervals.

Example: "What are the RSI levels for AIXBT?"


trending_tokens

URL: GET https://api.dapplooker.com/v1/trending

Use when: User wants to discover hot tokens by volume, market cap, or smart money activity.

Parameters:

ParameterTypeRequiredDescription
chainstringYesbase or solana
strategystringNomcap (default), volume_and_staking, or volume_and_smartmoney

Returns: Ranked tokens with volume, liquidity, market cap, and 1h/24h price changes.

Example: "What tokens are trending on Base?"


smart_money_trends

URL: GET https://api.dapplooker.com/v1/smart-money-trends/

Use when: User asks about whale accumulation or smart money flows for a token.

Parameters:

ParameterTypeRequiredDescription
token_tickersstringNoComma-separated tickers. Provide at least one filter.
token_addressesstringNoComma-separated contract addresses

Returns: Net inflow/outflow by smart wallets at 24h, 7d, and 30d intervals (in USD and token amounts).

Example: "Are whales buying or selling VIRTUAL?"


staking_intelligence

URL: GET https://api.dapplooker.com/v1/stake-trends/

Use when: User asks about staking TVL, yields, retention, or recent stake/unstake activity.

Parameters:

ParameterTypeRequiredDescription
token_tickersstringNoComma-separated tickers. Provide at least one filter.
token_addressesstringNoComma-separated contract addresses

Returns: Staking details (TVL, retention %, net staked, total stakers, holders), 24h stake/unstake trends, and recent staking activity with wallet types (regular, smart_money, dev).

Example: "How much is staked in 1000X?"


market_mcp

URL: POST https://api.dapplooker.com/v1/mcp

Use when: User has a complex market question requiring AI-synthesized analysis from multiple data sources.

Request body (JSON):

FieldTypeRequiredDescription
questionstringYesNatural language market question

Returns: AI-generated markdown analysis (nlpResponse) with data-backed insights. Present the nlpResponse directly to the user. Response time may be 5–15 seconds.

Example: "Compare mindshare of AIXBT vs VIRTUAL"


live_perp_strategy

URL: GET https://api.dapplooker.com/v1/live-perp-strategy/

Use when: User wants AI-generated perp trading strategies.

Parameters:

ParameterTypeRequiredDescription
modelIdstringNoAI model ID for inference
promptIdstringNoStrategy prompt ID
categorystringNoToken category filter (e.g., trending)

Returns: AI-generated trading recommendations with risk analysis and actionable insights.

Example: "Give me a live perp trading strategy"


token_directory

URL: GET https://api.dapplooker.com/v1/crypto-metainfo/

Use when: User wants to look up token metadata (name, ticker, contract address) across chains or ecosystems.

Parameters:

ParameterTypeRequiredDescription
chainstringNobase or solana
ecosystemstringNoFilter by ecosystem (e.g., virtuals)
token_addressesstringNoComma-separated token contract addresses
pagenumberNoPagination page number

Returns: Token objects with id, symbol, name, address, chain, and ecosystem. Includes pagination.

Example: "List all tokens in the Virtuals ecosystem on Base"


Supported Chains

ChainToken IntelTAHistoricalTrendingSmart MoneyStaking
Base
Solana

Supported Perp DEXs

Hyperliquid, Nado, Paradex, Pacifica, Avantis, Lighter, Aster, GRVT, Variational, Extended


Documentation

Full API documentation: https://docs.dapplooker.com/products/api-endpoints