# Nansen Data Provider - List Endpoints

> Nansen Data Provider - List Endpoints 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).

Lists all available Nansen data endpoints accessible through the VIBE API gateway

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/data-provider/nansen/list-endpoints
- 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-1478b304
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wxzsPUNb0bj0-d94sZVHx

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-1478b304 -d '<json body>'
```

Example prompt: What Nansen data endpoints are available through the VIBE API? I want to know what blockchain analytics and smart money data I can pull from Nansen before deciding which one to call.

## When to prefer this

Use this endpoint when you need to discover what Nansen blockchain analytics data is available before making specific data calls. This is the entry point for exploring Nansen's smart money, token flow, and on-chain analytics capabilities through VIBE. Prefer this over guessing endpoint paths or hardcoding Nansen routes.

## Known failure modes

- Payment not provided or insufficient USDC — 402 Payment Required
- Network timeout from upstream Nansen service
- Nansen service temporarily unavailable — 503
- Malformed request body — 400 Bad Request

## How this service works

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

## Output

Returns a list of available Nansen data provider endpoints accessible through the VIBE API gateway, including endpoint names, paths, and descriptions of what each one provides — enabling discovery before making targeted data calls.

## 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-1478b304/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)
