# Losbeto Whale Dossier

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

Returns a comprehensive on-chain dossier profiling large cryptocurrency whale wallets, their holdings, and trading behavior

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/whale-dossier
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-whale-dossier-b0f08cdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bsf3WSlLViBidU5UpVXTt

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-whale-dossier-b0f08cdf
```

Example prompt: Pull up a full whale dossier for this Solana wallet — I want to see their holdings, recent trades, and any risk signals that stand out.

## When to prefer this

Use this endpoint when you need deep, aggregated intelligence on a specific large crypto wallet (whale) — especially when you need holdings, trading behavior, and risk profile in a single call. Prefer this over generic block explorers when you want pre-processed, AI-ready whale analytics rather than raw transaction data.

## Known failure modes

- Invalid or unrecognized wallet address returns error or empty profile
- Wallet with no significant on-chain activity may return sparse dossier
- Missing required properties parameter may cause malformed request
- Network congestion or RPC timeouts may delay data freshness
- Payment failure via x402 protocol blocks access with 402 response

## How this service works

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

## Output

A structured JSON dossier containing on-chain profile data for a large whale wallet, likely including token balances, historical trading patterns, portfolio concentration, chain activity metrics, and risk or behavioral signals.

## 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": "Premium bundle on large holders: whale movements, smart-money directory, institutional flow and the alerts that fired, assembled into one dossier."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-whale-dossier-b0f08cdf/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)
