Mobula - Wallet Portfolio & Transactions
by @flotapponnier
Track wallet portfolios and transaction history across 88+ blockchains. Monitor holdings, analyze trades, and follow whale wallets.
clawhub install mobula-walletπ About This Skill
name: mobula-wallet displayName: Mobula - Wallet Portfolio & Transactions description: Track wallet portfolios and transaction history across 88+ blockchains. Monitor holdings, analyze trades, and follow whale wallets. version: 1.0.0 author: Mobula category: crypto tags: - crypto - wallet - portfolio - blockchain - multi-chain requiredEnvVars: - MOBULA_API_KEY homepage: https://mobula.io docs: https://docs.mobula.io repository: https://github.com/Flotapponnier/Crypto-date-openclaw
Mobula - Wallet Portfolio & Transactions
Track wallet portfolios and analyze transaction history across 88+ blockchains in real-time. Perfect for portfolio tracking, whale watching, and wallet analytics.
Quick Start
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:
Security
β 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:
What This Skill Does
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 one call.
Parameters:
wallet (required): Wallet address or ENS nameblockchains (optional): Filter specific chains (comma-separated)cache (optional): Use cached data (faster, slightly less fresh)Returns:
Example prompts:
Use cases:
Wallet Transactions (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:
Authentication
All requests require your API key in the Authorization header:
Authorization: ${MOBULA_API_KEY}
If authentication fails (401/403):
echo $MOBULA_API_KEYResponse Formatting Tips
Portfolio Overview
Total Portfolio: $24,430Holdings:
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.
Transaction History
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.
Error Handling
API Key Issues:
export MOBULA_API_KEY='your_key'"Wallet Issues:
Common Use Cases
Portfolio Guardian Pattern
Monitor your wallet 24/7 and get alerts on concentration risks:
1. Fetch portfolio via mobula_wallet_portfolio
2. Calculate allocation percentages
3. Check conditions:
- Any token >40% of portfolio β suggest rebalancing
- Any token down >15% in 24h β alert
- Total portfolio changed >10% β notify
4. Store previous values to detect changes
5. Send daily summary
Example 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."
Whale Watching Pattern
Track smart money movements:
1. Check transactions via mobula_wallet_transactions
2. If new significant transaction (>$50K):
- Get token details
- Check if other tracked whales bought same token
3. If multiple whales buying β priority alert
Example 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."
Rate Limits
Supported Blockchains
88+ chains including:
Full list: docs.mobula.io/blockchains
When to Use This Skill
β USE WHEN the user:
β DON'T USE WHEN:
Related Skills
Resources
Version History
1.0.0 (2024-03-25): Initial release
π‘ Examples
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: