# VIBE Airforce Smart Money Exodus Signals

> VIBE Airforce Smart Money Exodus Signals 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 smart money exit signals — tokens being actively sold by top wallets, with exit scores, wallet exodus counts, net outflow in USD, and per-token exit thesis, updated every 30 minutes.

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/alpha/exodus
- 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-airforce-smart-money-exodus-signals-6570458c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w2vOkpqmIwTXlXroKpi-z

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-airforce-smart-money-exodus-signals-6570458c
```

Example prompt: Show me which tokens smart money wallets are currently selling and rotating out of — I want the exit scores, how many wallets are exiting, the net outflow amounts, and the sell thesis for each token across Base and Solana.

## When to prefer this

Use this endpoint when you need to identify tokens being sold or abandoned by smart money wallets, especially to time exits or avoid entering positions where top wallets are rotating out. Prefer this over Top Picks when you want bearish/sell-side signals rather than buy signals. Ideal for risk management, portfolio rebalancing decisions, or building contrarian short-term trade alerts.

## Known failure modes

- No signals available — degraded flag set in meta when on-chain data is insufficient
- Payment failure — x402 payment not accepted or insufficient USDC balance
- Rate limiting — too many requests in a short window
- Empty picks — no_signals flag set when smart money activity is below threshold for a cycle
- Stale data — signals may be up to 30 minutes old if update cycle is delayed

## How this service works

Smart money exit signals — tokens being sold by top wallets. Inverse of Top Picks: surfaces tokens where smart money is rotating out at elevated prices. Includes exit score, wallet exodus count, net outflow USD, and per-token exit thesis.

## Output

Returns per-chain exit signals (up to 3 per chain for Base and Solana), each including rank, token symbol and address, exodus score, tier label (Sell Now / Exit / Watch Exit / Hold), net outflow in USD, wallet exit count, price at signal time, and a one-sentence exit thesis. Also includes cycle metadata (updated_at, chain list, version, degraded/no-signal flags) and payment metadata (tx_hash, amount_paid, payment_mode, 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": {
      "meta": {
       "type": "object",
       "description": "Cycle metadata: updated_at, chains, version, flags (degraded, no_signals)"
      },
      "picks": {
       "type": "object",
       "description": "Per-chain exit signals (up to 3 per chain). Keys are base/solana. Each signal has rank, token, token_address, exodus_score, tier (Sell Now/Exit/Watch Exit/Hold), net_outflow_usd, wallet_exits, price_at_signal, thesis, links"
      },
      "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": "Smart money exit signals — tokens being sold by top wallets, updated every 30 min"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-airforce-smart-money-exodus-signals-6570458c/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)
