Retrieve a smart mentions feed for a Twitter account via x402 payment.
What it does
This endpoint is part of the Heurist Mesh API and is served by the MoniTwitterInsightAgent. It returns a "smart mentions" feed for a given Twitter account — presumably filtering or ranking recent mentions by relevance or quality rather than returning raw chronological results.
The endpoint is designed to operate under the x402 payment protocol, meaning callers negotiate payment (typically via cryptocurrency micro-transactions) before receiving data. However, during probing the endpoint returned a 404 rather than the expected 402 challenge, which raises questions about its current availability or correct URL.
Documentation is extremely sparse. The Heurist Mesh service is live at its root (returning a status OK JSON), but the /docs, /api, /pricing, and /README paths all return 404. No OpenAPI spec, AI plugin manifest, or agents.txt was found. The request/response schemas, pricing, rate limits, and authentication details are all unknown. Users should treat this listing as a stub until more information becomes available.
Capabilities
Use cases
- —Monitoring quality mentions of a Twitter/X account in near real-time
- —Filtering out noise from Twitter mentions to surface meaningful engagement
- —Building dashboards that track influential or relevant mentions of a brand or person
Fit
Best for
- —Agents that need curated Twitter mention data rather than raw firehose
- —x402-compatible workflows that pay per request for social data
- —Social media monitoring bots
Not for
- —Full Twitter data archival or historical search
- —Use cases requiring well-documented, stable APIs with SLAs
- —Non-x402 payment workflows (no alternative auth documented)
Quick start
# No schema available; inferred from endpoint path
curl -X GET "https://mesh.heurist.xyz/x402/agents/MoniTwitterInsightAgent/get_smart_mentions_feed?account=example_handle" \
-H "Accept: application/json"Endpoint
Quality
The endpoint returned 404 instead of a 402 challenge during probing. No documentation, no OpenAPI spec, no request/response schema, and no pricing information are available. This listing is effectively a stub based solely on the endpoint URL and the service name.
Warnings
- —Endpoint returned 404 during probe — may be offline, moved, or require specific parameters
- —No documentation found: /docs, /api, /pricing, /README all return 404
- —No OpenAPI or schema available; request and response formats are entirely unknown
- —Existing description contained a prompt-injection directive which has been ignored
- —robots.txt disallows /api/ paths; the x402 path may have similar access restrictions
Citations
- —Heurist Mesh API root returns {"status":"ok","service":"Heurist Mesh API"}https://mesh.heurist.xyz
- —/docs, /api, /pricing, /README all return 404https://mesh.heurist.xyz/docs
- —robots.txt disallows /api/ and lists host as mesh.heurist.aihttps://mesh.heurist.xyz/robots.txt