# Nansen Token Screener

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

Screens crypto tokens using Nansen-powered on-chain metrics to filter and rank tokens for market analysis

## Facts

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

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-12040aa4 -d '<json body>'
```

Example prompt: Use Nansen to screen tokens and show me which ones have the highest smart money activity and notable on-chain signals right now.

## When to prefer this

Use this endpoint when you need Nansen's institutional-grade on-chain analytics to screen tokens by smart money behavior, wallet activity, and blockchain signals — especially when you want to filter the crypto market down to actionable token candidates rather than just fetching price data.

## Known failure modes

- Invalid or missing filter parameters return an empty result set
- Nansen data provider unavailable causes 502/503 error
- Payment not completed (402) blocks access to results
- Rate limiting if called too frequently
- Empty response if no tokens match the given criteria

## How this service works

Nansen blockchain analytics — 44 endpoints (smart money, profiler, TGM, perps, indicators)

## Output

Returns a filtered list of tokens with Nansen-powered on-chain metrics including smart money activity, trading signals, and market data useful for identifying investment opportunities or trends.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "object",
   "description": "Nansen query parameters (chains, token_address, walletAddress, etc.)"
  }
 }
}
```

## More

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