# VIBE Twitter Tweets Endpoint

> VIBE Twitter Tweets Endpoint 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-15).

Fetches Twitter/X tweet data as part of the VIBE crypto intelligence platform, paid per-call via x402 USDC on Base

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/vibe-tools/twitter/tweets
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-twitter-tweets-endpoint-6abdc225
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KYiv7CuUXQjH_vlcmzAL6

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-tweets-endpoint-6abdc225
```

Example prompt: Can you pull the latest tweets from the VIBE platform related to smart money crypto tokens right now?

## When to prefer this

Use this endpoint when you need Twitter/social media data in the context of crypto token analysis and you are already using the VIBE x402 ecosystem for other crypto data endpoints. Prefer this over direct Twitter API access if you want pay-per-call billing in USDC with no account setup.

## Known failure modes

- Payment failure if USDC balance insufficient on Base
- 402 Payment Required if x402 header not properly set
- Empty or null data if no tweets match the query
- Rate limiting or timeout if the Twitter data source is unavailable
- Invalid request if query parameters are malformed

## 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 tweet data objects from Twitter relevant to the query, delivered through the VIBE x402 pay-per-call API — likely including tweet text, metadata, and social signals relevant to crypto token analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "data": {
     "type": "object",
     "properties": {
      "errors": {
       "type": "array",
       "items": {
        "type": "object"
       },
       "description": "Errors for IDs that could not be found (id, error message)"
      },
      "tweets": {
       "type": "array",
       "items": {
        "type": "object"
       },
       "description": "Requested tweets with id, text, created_at, author profile, and public_metrics"
      },
      "tx_hash": {
       "type": "string",
       "description": "EIP-3009 payment transaction hash on Base"
      },
      "amount_paid": {
       "type": "number",
       "description": "Amount paid for this request in USDC"
      },
      "total_results": {
       "type": "integer",
       "description": "Number of tweets returned"
      }
     },
     "description": "Bulk tweet lookup by comma-separated IDs (max 50) with full tweet objects and authors"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "Bulk tweet lookup by comma-separated IDs (max 50) with full tweet objects and authors"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-twitter-tweets-endpoint-6abdc225/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)
