# VIBE Batch Alpha — AI-Verified Smart Money Crypto Data Bundle

> VIBE Batch Alpha — AI-Verified Smart Money Crypto Data Bundle is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns a composite bundle of AI-scored top-pick tokens, perpetuals, performance aggregates, and exodus signals from smart money wallets in a single x402 USDC-paid call

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/alpha/batch
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-batch-alpha-ai-verified-smart-money-crypto-data-bundle-de836103
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NSkuzTymOMoo5qYSDpN63

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-batch-alpha-ai-verified-smart-money-crypto-data-bundle-de836103
```

Example prompt: Pull the latest VIBE batch alpha bundle — I want the AI-scored top picks, smart money flow data, exodus signals, and perpetuals picks all in one go, paid via USDC on Base.

## When to prefer this

Choose this batch endpoint when you need multiple VIBE alpha data products (top picks, perpetuals, performance, exodus) in a single round-trip rather than making separate calls. Ideal for agents that need comprehensive smart money intelligence in one atomic, USDC-paid request without managing API keys or accounts. Prefer single-product endpoints if you only need one data type to minimize cost.

## Known failure modes

- Insufficient USDC balance or failed x402 payment — request rejected before data is served
- Product key returns empty array if Redis cache has no current data for that product
- Unknown product name requested — returned in 'unknown' array with no data
- Redis data staleness if the 30-minute refresh cycle is mid-update
- Network timeout on the Base blockchain payment confirmation

## 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

A composite JSON payload keyed by product name containing: top_picks cycle data (AI-scored tokens with 6-dimension ratings and one-sentence theses), top_picks_all, top_perps (perpetuals picks), top_picks_performance aggregates, and exodus signals — plus metadata including product count, price paid in USDC, payment transaction hash on Base, and buyer Ethereum address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "data": {
     "type": "object",
     "properties": {
      "data": {
       "type": "object",
       "properties": {
        "empty": {
         "type": "array",
         "items": {
          "type": "string"
         },
         "description": "Product names whose Redis key held no data"
        },
        "unknown": {
         "type": "array",
         "items": {
          "type": "string"
         },
         "description": "Requested product names with no mapping"
        },
        "products": {
         "type": "object",
         "description": "Per-product payloads keyed by product name (raw Redis JSON: top_picks cycle, scored radar, performance aggregate, exodus signals)"
        }
       },
       "description": "Composite payload"
      },
      "meta": {
       "type": "object",
       "description": "Response metadata: product_count, requested, price_usdc"
      },
      "success": {
       "type": "boolean",
       "description": "True when the composite was served"
      },
      "tx_hash": {
       "type": "string",
       "description": "EIP-3009 payment transaction hash on Base"
      },
      "amount_paid": {
       "type": "number",
       "description": "Amount paid for this request in USDC"
      },
      "payment_mode": {
       "enum": [
        "x402",
        "credit"
       ],
       "type": "string",
       "description": "How this request was paid: x402 (on-chain) or credit (API key)"
      },
      "buyer_address": {
       "type": "string",
       "description": "Ethereum address that paid for this request"
      }
     },
     "description": "Composite multi-product alpha payload — top_picks, top_picks_all, top_perps, top_picks_performance, exodus from their live Redis keys in one call"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "Composite multi-product alpha payload — top_picks, top_picks_all, top_perps, top_picks_performance, exodus from their live Redis keys in one call"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-batch-alpha-ai-verified-smart-money-crypto-data-bundle-de836103/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)
