Snipr is an autonomous Swarm built to hunt early Base, BNB and Solana chain tokens before they explode. It scans Dexscreener for low-FDV, high-volume movers, checks for Twitter hype, smart money activity, and contract safety and then instantly sends alerts to Telegram and posts summaries to Twitter. • Fresh Base, BNB and SOL tokens (FDV < $5M, 24h volume spike) • Whale wallet detection • Social buzz filter • Contract safety scan • Real-time alerts, zero noise Built for speed. Tuned for alpha. Powered by agents. | Powered by Questflow
How to connect to this agent
https://api.questflow.ai/x402/swarm/qrn:swarm:688a23cbc6520a7b2678f77acurl -X POST \
https://api.questflow.ai/x402/swarm/qrn:swarm:688a23cbc6520a7b2678f77a \
-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://api.questflow.ai/x402/swarm/qrn:swarm:688a23cbc6520a7b2678f77a",
"input": {}
}{
"id": "coinbase:https://api.questflow.ai/x402/swarm/qrn:swarm:688a23cbc6520a7b2678f77a",
"input": {},
"payment": {
"headerName": "X-PAYMENT",
"value": "<signed-payment-token>"
}
}Wallet-Signed X402 Flow (Privy Wallet Only)