# Nansen Smart Money Holdings

> Nansen Smart Money Holdings 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 current token holdings of smart money wallets tracked by Nansen

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/data-provider/nansen/smart-money/holdings
- 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-2f43f0ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lvaOquTZrXv_OxW9oXtDv

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-2f43f0ed -d '<json body>'
```

Example prompt: What tokens are smart money wallets currently holding according to Nansen? I want to see their latest on-chain positions — filter for wallets holding ETH if possible.

## When to prefer this

Use this endpoint when you need current on-chain token holdings specifically attributed to Nansen-classified smart money wallets, and you want institutional-grade wallet intelligence rather than raw blockchain data. Prefer this over generic balance lookups when the goal is to understand what sophisticated or successful traders are holding right now.

## Known failure modes

- Invalid or unsupported payload parameters return an error
- Nansen API unavailable causes 502/503 response
- Missing required payload fields results in a 400 bad request
- Payment not received or insufficient USDC causes 402 payment required
- Rate limiting on the underlying Nansen data source

## How this service works

Current token holdings of smart money wallets

## Output

A structured list of current token holdings associated with smart money wallets as tracked by Nansen, including wallet addresses, token identifiers, and balance amounts.

## Example request

```json
{
 "payload": {}
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "object",
   "description": "Nansen query parameters (address, token, filters)"
  }
 }
}
```

## More

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