Solana Wallet Tracker
Learn how to analyze Solana wallet addresses, view transaction history, and track SPL token holdings.
On this page
Overview
The Solana Wallet Tracker allows you to analyze any Solana wallet address and get comprehensive insights into its transaction history, SPL token holdings, NFT collections, and behavioral patterns on the Solana blockchain.
Availability
Solana analysis is available for Pro and Max tier users.
Features
Transaction History
View complete transaction timeline including SPL transfers, NFT mints, and program interactions.
SPL Token Holdings
See all SPL token holdings with current values in USD.
NFT Analysis
Track NFT holdings, mint history, and collection interactions.
Risk Assessment
Get risk scores based on transaction patterns and program interactions.
How to Use
Via Web Interface
- Navigate to the Intel page
- Paste a Solana wallet address into the search bar
- Select "Solana" as the blockchain
- Click "Analyze" to get wallet insights
Via API
POST /api/analyze/wallet
{
"address": "7xKXtg2CW87d97TXJSDpbD5jBkvT5zC6QviJNDmvb7q",
"chain": "solana"
}Response Format
| Field | Type | Description |
|---|---|---|
| address | string | The analyzed wallet address |
| balance | string | Native SOL balance |
| balanceUSD | number | Balance in USD |
| riskScore | number | Risk score 0-100 |
| tokens | array | SPL token holdings |
| nfts | array | NFT holdings |
Use Cases
- NFT Research - Track whale NFT collectors and traders
- DeFi Analysis - Monitor Solana DeFi protocol activity
- Airdrop Tracking - Identify potential airdrop farmers
- Security Research - Investigate suspicious wallet activity

