# VIBE Top Perps — AI-Scored Smart Money Perpetuals Radar

> VIBE Top Perps — AI-Scored Smart Money Perpetuals Radar is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns an AI-scored LONG/SHORT leaderboard of Hyperliquid perpetual tokens ranked by smart money flow, with 6-dimension conviction scores and one-sentence thesis per token, refreshed every ~30 minutes.

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/alpha/top-perps
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-top-perps-ai-scored-smart-money-perpetuals-radar-1478c665
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6oNK0DGP1L5grDztObRtI

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-top-perps-ai-scored-smart-money-perpetuals-radar-1478c665
```

Example prompt: Pull up the latest VIBE smart money perps radar — I want to see which tokens have the highest conviction LONG and SHORT picks right now, with their AI thesis and smart money flow data.

## When to prefer this

Choose this endpoint when you need a ready-made, AI-scored LONG/SHORT ranked leaderboard of Hyperliquid perp tokens backed by smart money wallet flow — especially when you want conviction scores, multi-dimension ratings, and an AI narrative thesis per token rather than raw market data. Prefer it over generic crypto data APIs when you specifically want smart money signal synthesis rather than price feeds, order books, or on-chain raw data.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns 402 Payment Required
- Smart money scoring pipeline not yet run — data may be stale beyond 30-minute window
- Base network congestion causing EIP-3009 payment verification delays
- Empty leaderboard if insufficient smart money wallet activity is detected
- Response success:false if radar payload is unavailable

## 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 scored LONG/SHORT leaderboard of Hyperliquid perpetual tokens. Each card includes: token symbol, side (long/short), rank, conviction score (0-100), six sub-dimension scores, an AI-generated one-sentence thesis (narration), and stats including net USD smart money flow, wallet count, longs_usd, shorts_usd, funding rate, mark price, and price deltas over 1h/6h/24h. Also includes metadata: scoring timestamp, scoring version, cohort sizes, cache source, price paid in USDC, payment transaction hash, and buyer 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",
       "description": "Scored radar payload: meta (scored_at, scoring_version, smoothed, cohort sizes), longs[] and shorts[] — each card has token_symbol, side, rank, conviction (0-100), dimensions, narration, stats (net_usd smart-money flow, wallets, longs_usd, shorts_usd, funding, mark_price, delta_1h, delta_6h, delta_24h, flipped_recently)"
      },
      "meta": {
       "type": "object",
       "description": "Response metadata: updated_at, source (top_perps:scored:latest or top_perps:api:full), price_usdc"
      },
      "success": {
       "type": "boolean",
       "description": "True when the radar payload 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": "Full smart-money perp radar — scored LONG/SHORT leaderboard across Hyperliquid perps (same shape as /api/top-perps/scored), updated every ~30 min"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "Full smart-money perp radar — scored LONG/SHORT leaderboard across Hyperliquid perps (same shape as /api/top-perps/scored), updated every ~30 min"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-top-perps-ai-scored-smart-money-perpetuals-radar-1478c665/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)
