AI-powered intelligence on any blockchain address. Portfolio analysis, risk scores, trading patterns โ all in one API call.
Complete breakdown of holdings, USD values, and allocation percentages across all tokens.
Instant risk assessment with flags for concentration, memecoin exposure, and suspicious patterns.
Activity analysis, most traded tokens, and wallet classification (DeFi user, trader, holder).
Natural language insights about the wallet's behavior, strategy, and notable characteristics.
Sub-3 second response times. Built for real-time applications and AI agents.
Base, Ethereum, Arbitrum, Optimism. One API, all major EVM chains.
x402 micropayments
For developers
Custom solutions
/analyze/:address
# Analyze any wallet
curl "https://api.walletintel.xyz/analyze/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
# Response
{
"address": "0xd8dA...",
"portfolio": {
"totalValueUsd": 125000,
"holdings": [...]
},
"classification": {
"type": "DeFi Power User",
"traits": ["yield farmer", "early adopter"]
},
"risk": {
"score": 25,
"level": "Low",
"flags": []
},
"summary": "Whale wallet with $125K portfolio..."
}
/analyze/:address โ Full analysis/holdings/:address โ Holdings only/risk/:address โ Risk score/history/:address โ Transactions/compare/:a/:b โ Compare wallets