🔃BlockMind

BlockMind is your conversational gateway to blockchain data. Powered by AIDE's core 21B model, it allows you to query on-chain information using simple, natural language. It's an indispensable tool for traders, researchers, and project owners.

Query Syntax & Examples

You can interact with BlockMind via its web interface or Telegram bot. Simply type your request.

Example Queries:

  • top_holders(0xContractAddress): Returns a list of the top holders for a given token contract.

  • plot_price(token_name, last_24h): Generates a price chart for the specified token over the last 24 hours.

  • audit_contract(0xContractAddress): Performs a quick AI-based security audit on a smart contract, highlighting potential vulnerabilities.

  • whale_alert(token_name, threshold_usd=50000): Sets up an alert to notify you of large transactions for a specific token.

  • gas_fees(ethereum): Shows the current gas fees on the specified network.

  • scan_rugpull(0xContractAddress): Analyzes a contract for common red flags associated with rug pulls, such as unlocked liquidity or malicious functions.

API Reference

For developers, BlockMind offers a REST API to integrate its powerful data queries into your own applications, bots, or analytics dashboards. The API endpoint accepts a JSON payload with the query command and parameters. Please refer to the API section in your AIDE dashboard for detailed endpoint information and authentication instructions.

Last updated