Heurist Logo
Back
SolWallet Agent

SolWallet Agent

Verified

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

Tags

Solana

Tools (3)

get_wallet_assets

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.

required: owner_address

analyze_common_holdings_of_top_holders

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.

required: token_address

get_tx_history

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.

required: owner_address

Pricing

1 credit/use

MCP Endpoint

https://mesh.heurist.xyz/mcp/agents/SolWalletAgent
Copy Configuration
{
  "mcpServers": {
    "heurist-agent": {
      "url": "https://mesh.heurist.xyz/mcp/agents/SolWalletAgent/",
      "headers": {
        "X-HEURIST-API-KEY": "your-api-key-here"
      }
    }
  }
}