# Nansen Balance Data via VIBE API

> Nansen Balance Data via VIBE API 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).

Retrieves on-chain balance data for wallets using Nansen's smart money intelligence platform

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/data-provider/nansen/balance
- 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-b68bab9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_085ieza44NjR400VU4g6n

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

Example prompt: Can you pull the on-chain balance for wallet address 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 using Nansen's data?

## When to prefer this

Use this endpoint when you need Nansen-powered on-chain balance data for a specific wallet address, especially when smart money intelligence context is important. Prefer this over generic blockchain RPC calls when you want Nansen's curated, enriched data. Use the sibling /balances endpoint if you need multi-wallet batch queries.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported blockchain network not covered by Nansen
- Payment not processed (x402 payment required at $0.06 USDC per call)
- Empty result if wallet has no recorded balance in Nansen's dataset
- Rate limiting or quota exceeded returns an error response

## How this service works

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

## Output

Returns on-chain balance data for the queried wallet address, including token holdings and amounts as provided by Nansen's smart money intelligence platform, structured as a data object.

## 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-b68bab9b/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)
