# Losbeto Nansen Flow

> Losbeto Nansen Flow is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Provides Nansen-style on-chain flow analytics data via a pay-per-call x402 USDC micropayment endpoint

## Facts

- Endpoint: GET https://api.losbeto.xyz/nansen-flow
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-nansen-flow-e8a85955
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jG5nKPe_MJB2ErMyyPx-l

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 losbeto-nansen-flow-e8a85955
```

Example prompt: Pull the latest Nansen on-chain flow data for smart money wallet movements so I can see where capital is flowing right now.

## When to prefer this

Choose this endpoint when you need Nansen-style on-chain flow analytics with micropayment access ($0.05 USDC per call) via the x402 protocol, particularly for AI agents operating autonomously on Solana or Base that need smart money flow data without a monthly subscription.

## Known failure modes

- 402 Payment Required if USDC payment header is missing or insufficient
- Invalid or malformed properties parameter returns an error
- Rate limiting if too many calls are made in quick succession
- Upstream Nansen data unavailability may return empty or error response
- Schema ambiguity in input may cause unexpected results

## How this service works

Pay-per-call market data for AI agents: multi-oracle price consensus, sentiment consensus, forex, equities, commodities, macro and crypto. No API keys, no accounts. USDC on Base and Solana via x402.

## Output

Returns JSON containing on-chain token or wallet flow analytics in Nansen style, including smart money movement metrics, inflow/outflow volumes, and related on-chain transaction flow statistics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Top USDC holder concentration snapshot via Helius RPC. Smart-money positioning."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-nansen-flow-e8a85955/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.losbeto.xyz](https://www.zero.xyz/host/api.losbeto.xyz/llms.txt)
