# Losbeto Nansen Flow

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

Fetches Nansen on-chain analytics flow data for AI trading agents via x402 micropayment-gated endpoint.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/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-b140b8c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E9m4nmSSBAZLUsSt3BiEf

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-b140b8c2
```

Example prompt: Pull the latest Nansen flow data so I can see current on-chain smart money movements for my trading strategy.

## When to prefer this

Choose this endpoint when you need Nansen-sourced on-chain smart money flow analytics and want to pay per-call via USDC micropayment (x402) rather than maintaining a full Nansen subscription. Best for AI trading agents that need intermittent on-chain flow signals without a long-term API commitment.

## Known failure modes

- Payment not included or insufficient USDC (402 response)
- Invalid or missing properties parameter returns malformed response
- Nansen upstream API unavailable causes 502/503
- Rate limiting if too many requests in short window
- Empty result set if no flow data matches filter criteria

## 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 Nansen on-chain flow analytics data, including smart money wallet movements, token flow metrics, and blockchain activity signals relevant for AI-driven trading decisions.

## 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-b140b8c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
