Heurist Logo
Back to Library
Solana Token Info Agent

Solana Token Info Agent

Verified

This agent provides comprehensive analysis of Solana tokens using Bitquery API. It can analyze token metrics (volume, price, liquidity), track holders and buyers, monitor trading activity, and identify trending tokens. The agent supports both specific token analysis and market-wide trend discovery.

Solana

Tools

6 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
local-only
  • query_token_metrics

    2 params

    Get detailed token trading metrics using Solana mint address. This tool fetches trading data including volume, price movements, and liquidity for any Solana token. Use this when you need to analyze a specific Solana token's performance.

  • query_token_holders

    1 param

    Fetch top token holders data and distribution for any Solana token. This tool provides detailed information about token holders including their balances and percentage of total supply. Use this when you need to analyze the distribution of token ownership.

  • query_token_buyers

    2 params

    Fetch first buyers of a Solana token since its launch. This tool is useful to identify the early buyers who are likely insiders or smart money.

  • query_top_traders

    2 params

    Fetch top traders (based on volume) for a Solana token. The top traders might include the whales actively trading the token, and arbitrage bots.

  • query_holder_status

    2 params

    Check if a list of token buyers are still holding, sold, or bought more for a specific Solana token. Use this tool to analyze the behavior of token buyers

  • get_top_trending_tokens

    1 param

    Get the current top trending tokens on Solana. This tool retrieves a list of the most popular and actively traded tokens on Solana. It provides key metrics for each trending token including price, volume, and recent price changes. Use this when you want to discover which tokens are currently gaining attention in the Solana ecosystem.

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