# Losbeto Whale Dossier

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

Returns a comprehensive intelligence dossier on large cryptocurrency wallet holders (whales) across Solana and Base chains, paid via USDC micropayment.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/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-51fe5d0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7r5ZLuDb4WDsC98yhWXAc

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-51fe5d0a
```

Example prompt: Pull the whale dossier for wallet address 9xQe...Kf3 on Solana — I want to see their full holdings profile and recent on-chain activity.

## When to prefer this

Choose this endpoint when you need a consolidated, ready-made intelligence report on a known large wallet holder on Solana or Base. It is preferable over raw blockchain explorers when you want pre-processed whale profiling without writing custom on-chain queries. Best suited for DeFi trading agents, risk assessment workflows, or market intelligence pipelines that need fast whale context for a specific address.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Wallet not classified as a whale may return minimal data or a 404-style response
- Network unavailability or payment failure results in no data returned
- Unsupported chain or properties filter may return a validation error
- Stale data if the dossier is cached and not real-time

## 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 JSON object containing a structured intelligence dossier on the queried whale wallet, likely including token holdings, balance snapshots, transaction activity, portfolio concentration, chain-specific data (Solana or Base), and risk or influence indicators.

## 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-51fe5d0a/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)
