# Meme Radar — Viral Meme Trend Detection

> Meme Radar — Viral Meme Trend Detection is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Detects and surfaces trending memes and viral content signals across the internet in real time

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/meme-radar
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/meme-radar-viral-meme-trend-detection-9f77a490
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L7uoBeOnWISvlj2UCzHNP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability meme-radar-viral-meme-trend-detection-9f77a490
```

Example prompt: What memes are going viral right now — especially anything trending around crypto or AI topics? I want to see the hottest meme trends so I can use them for a social post.

## When to prefer this

Choose this endpoint when you need real-time meme trend intelligence for social media strategy, marketing campaigns, cultural moment awareness, or community engagement — especially when you want a lightweight pay-per-call approach with no API key setup. Prefer over manual social scraping or general search when you need structured meme-specific trend signals.

## Known failure modes

- Payment failure (402) if USDC balance insufficient on Base mainnet
- Empty result set if no trending memes detected for the given query
- Malformed request if required query parameters are missing or invalid
- Timeout if upstream social data aggregation is slow
- Rate limiting if called too frequently in a short window

## How this service works

Solana meme coin quality-volume radar. Returns trending tokens ranked by a quality score that rewards organic buy pressure, liquidity depth, and volume consistency. Filters out low-liquidity rugs. Use for meme coin discovery, social-momentum confirmation, or pump detection. Data: DexScreener free API; no API key required.

## Output

A ranked list of currently trending memes with associated metadata such as virality scores, content URLs, topic tags, and spread signals indicating what internet humor and visual content is gaining traction.

## Example request

```json
{
 "required": "meme-radar",
 "properties": "trending"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/meme-radar-viral-meme-trend-detection-9f77a490/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
