ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

mobula

Real-time crypto market data, wallet portfolio tracking, and token analytics across 88+ blockchains. Use when the user wants to check any token price (by name, symbol, or contract address), look up wallet balances and holdings across all chains, get historical price data, track portfolio PnL, monitor whale wallets, find new tokens, or get oracle-grade pricing. Requires free API key from mobula.io.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/flotapponnier/mobula
Or

Mobula - Multi-Chain Crypto Data Intelligence

Real-time crypto market data, wallet tracking, and on-chain analytics across 88+ blockchains. Oracle-grade pricing trusted by Chainlink, Supra, and API3.

When to Use This Skill

USE WHEN the user:

  • Asks about any token price, volume, market cap, or price change
  • Wants to check a wallet's holdings or portfolio value
  • Needs historical price data for charts or analysis
  • Mentions a contract address and wants token info
  • Asks about tokens on specific chains (Base, Arbitrum, Solana, etc.)
  • Wants cross-chain portfolio overview
  • Needs batch data on multiple tokens at once
  • Asks about token liquidity, ATH, ATL, or trading volume
  • Wants to track whale wallets or monitor significant transactions
  • Needs to find new tokens matching specific criteria

DON'T USE WHEN:

  • User wants to execute trades (use bankr skill instead)
  • User wants DEX swap quotes (use defi skill)
  • User wants exchange-specific data (use okx/binance skills)

Core Capabilities

1. Market Data (mobula_market_data)

Endpoint: GET https://api.mobula.io/api/1/market/data

Get real-time price, volume, market cap, and liquidity for any token across all supported chains.

Parameters:

  • asset (required): Token name, symbol, or contract address
    • Examples: "Bitcoin", "ETH", "0x532f27101965dd16442e59d40670faf5ebb142e4"
  • blockchain (optional): Specific chain to query
    • Examples: "base", "arbitrum", "ethereum", "solana", "polygon"

Returns:

  • Current price (USD)
  • Price changes: 1h, 24h, 7d, 30d (percentage and absolute)
  • Volume (24h)
  • Market cap
  • Fully diluted valuation
  • Liquidity
  • All-time high (ATH) and all-time low (ATL) with dates
  • Total supply, circulating supply

Usage examples:

  • "What's the price of Bitcoin?"
  • "Show me BRETT's market data on Base"
  • "Get data for contract 0x532f27101965dd16442e59d40670faf5ebb142e4"
  • "Is ETH pumping or dumping right now?"
  • "What's the market cap of PEPE?"

When to use:

  • User asks for price of any token
  • User wants to know if something is pumping/dumping
  • Analyzing token fundamentals (mcap, liquidity, volume)
  • Comparing tokens
  • Setting up price alerts

2. Wallet Portfolio (mobula_wallet_portfolio)

Endpoint: GET https://api.mobula.io/api/1/wallet/portfolio

Get complete portfolio for any wallet across all 88 chains in a single call.

Parameters:

  • wallet (required): Wallet address
    • Format: "0x..." or ENS name (e.g., "vitalik.eth")
  • blockchains (optional): Comma-separated list to filter specific chains
    • Default: all chains
  • cache (optional): Use cached data (faster, slightly less fresh)

Returns:

  • All tokens held with:
    • Token name, symbol, address
    • Balance (amount and USD value)
    • Current price
    • Price change 24h
    • Estimated profit/loss
    • Chain
  • Total portfolio value (USD)
  • Portfolio allocation by token (percentages)
  • NFTs (if present)

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-flotapponnier-mobula": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#crypto#market-data#wallet#portfolio#defi#blockchain#price-api#token-analytics#multi-chain#real-time
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.