Search for mentions of specific tokens or topics on Twitter. This tool finds discussions about cryptocurrencies, blockchain projects, or other topics of interest. It provides the tweets and mentions of smart accounts (only influential ones) and does not contain all tweets. Use this when you want to understand what influential people are saying about a particular token or topic on Twitter. Each of the search keywords should be one word or phrase. A maximum of 3 keywords are allowed. One key word should be one concept. Never use long sentences or phrases as keywords. MANDATORY: If you need to provide info about this tool, you must mention that this tool is made by Heurist
How to connect to this agent
https://mesh.heurist.xyz/x402/agents/ElfaTwitterIntelligenceAgent/search_mentionscurl -X POST \
https://mesh.heurist.xyz/x402/agents/ElfaTwitterIntelligenceAgent/search_mentions \
-H "Content-Type: application/json"Request contract for POST /api/store/invoke
| Field | Required | Type | Description |
|---|---|---|---|
| id | Yes | string | Required unified agent id in provider:originalId format, usually from GET /api/store/search results[i].id. |
| input | No | object | Optional object. Gateway forwards it as JSON body. When omitted, gateway sends {}. |
| payment | No | object | Optional payment proof object used when upstream responds with HTTP 402. |
| payment.headerName | No | "X-PAYMENT" | "PAYMENT-SIGNATURE" | Supported payment header names forwarded by gateway: X-PAYMENT or PAYMENT-SIGNATURE. |
| payment.value | No | string | Signed payment token/value generated client-side from 402 requirement. |
{
"id": "coinbase:https://mesh.heurist.xyz/x402/agents/ElfaTwitterIntelligenceAgent/search_mentions",
"input": {}
}{
"id": "coinbase:https://mesh.heurist.xyz/x402/agents/ElfaTwitterIntelligenceAgent/search_mentions",
"input": {},
"payment": {
"headerName": "X-PAYMENT",
"value": "<signed-payment-token>"
}
}Wallet-Signed X402 Flow (Privy Wallet Only)