# Losbeto Nansen Flow — On-Chain Capital Flow Analytics

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

Fetches Nansen-style on-chain capital flow data (smart money movements, token flows, wallet analytics) for crypto trading intelligence.

## Facts

- Endpoint: GET https://markets.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-on-chain-capital-flow-analytics-94c43a2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kP-s4bylz8MX3SRnDteBE

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-on-chain-capital-flow-analytics-94c43a2f
```

Example prompt: Pull the Nansen flow data right now so I can see where smart money is moving — any major capital inflows or outflows I should know about?

## When to prefer this

Use this endpoint when you need Nansen-style smart money and capital flow analytics via a pay-per-call x402 USDC micropayment model, avoiding subscription costs. Prefer it for lightweight, on-demand on-chain intelligence queries where you want to pay only $0.05 per call.

## Known failure modes

- Missing or malformed properties parameter returns an error or empty result
- Upstream Nansen data unavailable causes a 5xx or empty JSON response
- Payment failure (insufficient USDC) results in a 402 response blocking access
- Invalid chain or token filter returns no matching flow data

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns JSON containing on-chain capital flow metrics such as smart money wallet movements, net token inflows/outflows, and related on-chain analytics data sourced from Nansen-style intelligence.

## 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 on Solana via Helius RPC: who holds the float, how concentrated it is, and the share held by the largest accounts. Useful for judging how much of a token's supply can move at once."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-nansen-flow-on-chain-capital-flow-analytics-94c43a2f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from markets.losbeto.xyz](https://www.zero.xyz/host/markets.losbeto.xyz/llms.txt)
