Install
openclaw skills install @flotapponnier/mobula-walletTrack wallet portfolios and transaction history across 88+ blockchains. Monitor holdings, analyze trades, and follow whale wallets.
openclaw skills install @flotapponnier/mobula-walletTrack wallet portfolios and analyze transaction history across 88+ blockchains in real-time. Perfect for portfolio tracking, whale watching, and wallet analytics.
1. Get your free API key (no credit card required)
2. Set your API key
export MOBULA_API_KEY="your_api_key_here"
3. Try it Ask your agent:
✅ Read-only access - No trading, no transactions ✅ No private keys - Only public blockchain data ✅ Open source - View code on GitHub ✅ VirusTotal verified - Benign scan results
⚠️ Privacy Note:
mobula_wallet_portfolio)Endpoint: GET https://api.mobula.io/api/1/wallet/portfolio
Get complete portfolio for any wallet across all 88 chains in one call.
Parameters:
wallet (required): Wallet address or ENS name
blockchains (optional): Filter specific chains (comma-separated)cache (optional): Use cached data (faster, slightly less fresh)Returns:
Example prompts:
Use cases:
mobula_wallet_transactions)Endpoint: GET https://api.mobula.io/api/1/wallet/transactions
Full transaction history for any wallet across all chains.
Parameters:
wallet (required): Wallet addressfrom (optional): Start timestamp (Unix seconds)to (optional): End timestamp (Unix seconds)asset (optional): Filter by specific tokenlimit (optional): Number of transactions (default: 100)Returns:
Example prompts:
Use cases:
All requests require your API key in the Authorization header:
Authorization: ${MOBULA_API_KEY}
If authentication fails (401/403):
echo $MOBULA_API_KEYTotal Portfolio: $24,430
Holdings:
1. ETH: $12,340 (47%) — up 4% 24h
2. BRETT: $8,200 (31%) — up 12% 24h
3. DEGEN: $5,890 (22%) — down 3% 24h
⚠️ ETH allocation is high (47%). Consider rebalancing.
Recent Activity:
2h ago: Bought $150K BRETT on Base
- Price: $0.089 (now up 23%)
- Size: Large buy (whale signal)
4h ago: Sold $80K ETH on Ethereum
- Price: $3,456
Note: Wallet has rotated from ETH to BRETT.
API Key Issues:
export MOBULA_API_KEY='your_key'"Wallet Issues:
Monitor your wallet 24/7 and get alerts on concentration risks:
mobula_wallet_portfolioExample prompt:
"Monitor my wallet 0x... and alert me on Telegram if any token drops more than 15% or my allocation exceeds 40% on one asset. Daily summary at 9am."
Track smart money movements:
mobula_wallet_transactionsExample prompt:
"Watch wallets 0xabc, 0xdef, 0x123. Alert if any buy/sell more than $50K. If multiple whales buy the same token within 6h, priority alert with full analysis."
88+ chains including:
Full list: docs.mobula.io/blockchains
✅ USE WHEN the user:
❌ DON'T USE WHEN:
1.0.0 (2024-03-25): Initial release