# Nansen Token God Mode

> Nansen Token God Mode 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).

Returns comprehensive on-chain analytics for a token using Nansen's smart money data, including flows, holder profiles, and activity signals.

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/data-provider/nansen/token-god-mode
- 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-577c6f1f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9qY_9-zI-bnGjwnwgGT70

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-577c6f1f -d '<json body>'
```

Example prompt: Pull the full Nansen token god mode report for this token — I want to see smart money flows, holder breakdown, and on-chain activity signals to decide if it's worth buying.

## When to prefer this

Use this endpoint when you need the most comprehensive single-token on-chain intelligence available, specifically Nansen's smart money labeling and flow data. Prefer this over generic DEX or price endpoints when the goal is understanding who is trading a token and whether institutional or smart money wallets are accumulating or distributing.

## Known failure modes

- Invalid or unsupported token address returns an error
- Token not indexed by Nansen returns empty or null data
- Payment failure due to insufficient USDC balance returns 402
- Network timeout for slow chain data returns 503
- Malformed request body returns 400 validation error

## How this service works

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

## Output

A comprehensive data object containing Nansen's full token intelligence: smart money holder profiles, buy/sell flows, wallet labels, accumulation/distribution signals, and other on-chain metrics for the queried token.

## 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-577c6f1f/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)
