# VIBE Twitter Crypto Trends

> VIBE Twitter Crypto Trends is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Fetches trending Twitter/X topics and discussions related to cryptocurrency and smart money tokens, refreshed every 30 minutes with AI analysis.

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/vibe-tools/twitter/trends
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-twitter-crypto-trends-1a506d82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lvw02qp5A5VxKiX2d960F

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 vibe-twitter-crypto-trends-1a506d82
```

Example prompt: What crypto tokens and topics are trending on Twitter/X right now according to VIBE's AI smart money analysis?

## When to prefer this

Use this endpoint when you need real-time social sentiment signals from Twitter/X specifically filtered for crypto and smart money activity, and want AI-verified trend analysis rather than raw social data. Prefer this over generic Twitter APIs when you need crypto-specific filtering, AI scoring, and smart money context in a single call without API keys or account setup.

## Known failure modes

- Payment failure if 0.012 USDC on Base is not provided via x402 protocol
- Rate limiting or timeout if Twitter/X data feed is delayed
- Empty or stale data if trends haven't updated within the 30-minute refresh window
- Network error reaching api.vibe.airforce
- Undocumented schema changes in the response data object

## How this service works

Top Picks: AI-verified smart money tokens every 30 min. 6-dimension scores, one-sentence thesis, smart money flow data. Plus 50+ crypto-data endpoints via x402 USDC on Base. No API keys, no accounts.

## Output

Returns a structured data object containing Twitter/X trending topics in the crypto space, with AI-derived signals, smart money flow context, and potentially 6-dimension scores and one-sentence thesis for each trending token or topic, refreshed every 30 minutes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "data": {
     "type": "object",
     "properties": {
      "as_of": {
       "type": "string",
       "format": "date-time",
       "description": "Timestamp when trends were fetched"
      },
      "trends": {
       "type": "array",
       "items": {
        "type": "object"
       },
       "description": "Trending topics: name, tweet_volume, query string, promoted status"
      },
      "tx_hash": {
       "type": "string",
       "description": "EIP-3009 payment transaction hash on Base"
      },
      "location": {
       "type": "string",
       "description": "WOEID location resolved (e.g., 'Worldwide', 'United States')"
      },
      "amount_paid": {
       "type": "number",
       "description": "Amount paid for this request in USDC"
      },
      "total_results": {
       "type": "integer",
       "description": "Number of trending topics returned"
      }
     },
     "description": "Trending topics by WOEID (Where On Earth ID) with tweet volume"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "Trending topics by WOEID (Where On Earth ID) with tweet volume"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-twitter-crypto-trends-1a506d82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.vibe.airforce](https://www.zero.xyz/host/api.vibe.airforce/llms.txt)
