Heurist Logo
Back
LetsBonk Token Info Agent

LetsBonk Token Info Agent

This agent analyzes LetsBonk.fun tokens on Solana using Bitquery API. It tracks tokens about to graduate, provides trading data, price information, identifies top buyers/sellers, OHLCV data, pair addresses, liquidity information, tracks new token creation, calculates bonding curve progress, and monitors tokens above 95% bonding curve progress across all available launchpads.

Tags

LetsBonkSolana

Tools (11)

query_about_to_graduate_tokens

Get top LetsBonk.fun tokens that are about to graduate. These tokens are close to hitting the graduation threshold and may see increased trading activity.

query_latest_trades

Get the most recent trades for a specific LetsBonk.fun token across all launchpads. Useful for tracking trading activity and price movements. Can optionally filter by a specific launchpad.

required: token_address

query_latest_price

Get the most recent price data for a specific LetsBonk.fun token across all launchpads. Returns the latest trade price and transaction details. Can optionally filter by a specific launchpad.

required: token_address

query_top_buyers

Get the top buyers for a specific LetsBonk.fun token across all launchpads. Shows who has bought the most (by USD volume) and can help identify whales and smart money. Can optionally filter by a specific launchpad.

required: token_address

query_top_sellers

Get the top sellers for a specific LetsBonk.fun token across all launchpads. Shows who has sold the most (by USD volume) and can help identify distribution patterns. Can optionally filter by a specific launchpad.

required: token_address

query_ohlcv_data

Get OHLCV (Open, High, Low, Close, Volume) data for a specific LetsBonk.fun token across all launchpads. Returns candlestick data for technical analysis. Can optionally filter by a specific launchpad.

required: token_address

query_pair_address

Get the pair/pool address for a specific LetsBonk.fun token across all launchpads. Returns the market address and trading pair information. Can optionally filter by a specific launchpad.

required: token_address

query_liquidity

Get current liquidity data for a specific token pool address. Returns the amounts of base and quote tokens in the liquidity pool.

required: pool_address

query_recently_created_tokens

Get the most recently created LetsBonk.fun tokens. Shows new token launches that might present early investment opportunities.

query_bonding_curve_progress

Calculate the bonding curve progress for a specific LetsBonk.fun token. Shows how close the token is to graduation using the bonding curve formula.

required: token_address

query_tokens_above_95_percent

Get LetsBonk.fun tokens that are above 95% bonding curve progress. These tokens are very close to graduation and may see increased activity.

Pricing

1 credit/use

MCP Endpoint

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