# Nansen Token Screener via VIBE Airforce

> Nansen Token Screener via VIBE Airforce is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-13).

Screens crypto tokens in real-time across multiple chains using Nansen Smart Money filters and sector/metric criteria

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/data-provider/nansen/tgm/token-screener
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-vibe-airforce-404e9bca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vE3wPiPJQivkZ8eqhfj4l

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 api-vibe-airforce-404e9bca -d '<json body>'
```

Example prompt: Use Nansen's token screener to find the top tokens on Ethereum and Solana in the DeFi sector that smart money wallets have been accumulating — filter by high smart money inflow and sort by strongest signal.

## When to prefer this

Use this endpoint when you need real-time, on-chain token discovery filtered by Nansen's proprietary Smart Money wallet labels across multiple chains. Prefer this over generic market screeners when you specifically want institutional/smart money activity signals, sector-based filtering, or multi-chain coverage backed by Nansen's wallet intelligence.

## Known failure modes

- Invalid or malformed payload filters return a 400 error
- Unsupported chain or sector values in filters cause rejection
- Payment not included or insufficient USDC causes 402 payment required
- Nansen data service unavailable returns 503 or timeout
- Empty result set if no tokens match the given filter criteria

## How this service works

Real-time token screening across chains with Smart Money filters

## Output

A filtered list of tokens matching the specified chain, sector, and metric criteria, enriched with Nansen Smart Money signals indicating which tokens institutional or 'smart money' wallets are actively buying or holding.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "object",
   "description": "Nansen screener filters (chains, sectors, metrics)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-vibe-airforce-404e9bca/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)
