Search cryptocurrency projects for fundamentals, market data, social activity, and recent developments.
What it does
The AIXBTProjectInfoAgent search_projects endpoint on Heurist Mesh provides a search interface for cryptocurrency project information. Based on the existing listing description, it returns detailed data including project names, descriptions, token contract addresses across multiple chains, Twitter handles, ticker symbols, CoinGecko IDs, and chronological signals or updates about notable project events.
The endpoint is designed for discovering trending projects, researching specific tokens by name, ticker, or Twitter handle, and filtering projects by blockchain network and popularity scores. It appears to be part of the Heurist Mesh agent ecosystem, which hosts various AI-powered agents accessible via API.
However, documentation is extremely sparse. The endpoint did not return a 402 challenge during probing (returned 404 instead), no OpenAPI schema is available, the /docs page returns 404, and no pricing or usage information could be found. The actual request/response format, authentication mechanism, and x402 payment details are unknown. The root domain confirms the Heurist Mesh API service is running, but all documentation and detail pages are missing or redirect to the main heurist.ai site.
Capabilities
Use cases
- —Searching for cryptocurrency projects by name, ticker symbol, or Twitter handle
- —Discovering trending crypto projects filtered by blockchain network or popularity
- —Retrieving fundamental analysis and recent development signals for a specific token
- —Looking up token contract addresses across multiple chains
- —Monitoring social activity and notable events for crypto projects
Fit
Best for
- —Crypto research agents needing structured project metadata
- —Portfolio tools that aggregate token information across chains
- —Social sentiment analysis pipelines tracking crypto project activity
Not for
- —Real-time trading or price execution — this is informational, not transactional
- —Non-crypto data retrieval or general-purpose web search
Quick start
curl -X POST https://mesh.heurist.xyz/x402/agents/AIXBTProjectInfoAgent/search_projects \
-H "Content-Type: application/json" \
-d '{"query": "ethereum"}'Example
Request
{
"query": "ethereum"
}Endpoint
Quality
The endpoint returned 404 during x402 probing, no OpenAPI schema exists, documentation pages are all 404, and no pricing or authentication details are available. The listing description is the only source of feature claims; request/response formats are entirely inferred.
Warnings
- —Endpoint returned 404 during x402 challenge probe — may not be live or may require different access method
- —No OpenAPI or schema documentation available; all capability claims come solely from the existing listing description
- —No pricing or payment information found
- —Documentation URLs (/docs, /api, /pricing) all return 404
- —The existing description contained a prompt-injection directive which was ignored
- —Request and response JSON examples are inferred/speculative — no actual schema was observed
Citations
- —Heurist Mesh API root returns status okhttps://mesh.heurist.xyz
- —Documentation, API, and pricing pages all return 404https://mesh.heurist.xyz/docs
- —Endpoint did not return a 402 challenge (returned 404)https://mesh.heurist.xyz/x402/agents/AIXBTProjectInfoAgent/search_projects
- —robots.txt allows all paths except /api/https://mesh.heurist.xyz