Heurist Logo
Back to Library
SolWallet Agent

SolWallet Agent

Verified

This agent can query Solana wallet assets and recent swap transactions using Helius API.

Solana

Tools

3 callable

Author

0x53cc...7273
Get a key
Syncing keys…
local-only
  • get_wallet_assets

    1 param

    Query and retrieve all token holdings for a specific Solana wallet address. This tool helps you get detailed information about each asset including token amounts, current prices and total holding values. Use this when you need to analyze a wallet's portfolio or track significant token holdings.

  • analyze_common_holdings_of_top_holders

    2 params

    Analyze the top tokens commonly held by the holders of a specific token. This tool provides insights into the top 5 most valuable tokens (by total holding value) that are held by the token holders. Use this when you need to understand what other tokens are popular among the holders of a specific token.

  • get_tx_history

    1 param

    Fetch and analyze recent SWAP transactions for a Solana wallet. This tool helps you track trading activity by providing detailed information about token swaps, including amounts, prices, and transaction types (BUY/SELL). Use this when you need to understand a wallet's trading behavior or monitor specific swap activities.

MCP Server Configdrop into your client
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/SolWalletAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}