# Losbeto Whale Dossier

> Losbeto Whale Dossier is a paid API for AI agents from api.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://api.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-ab325ee5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JfaFmErBxpWWM0ITC8xZE

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

Example prompt: Pull a whale dossier on wallet address 7xKp...ABcd on Solana — I want to see their holdings, recent trading behavior, and what tokens they've been accumulating.

## When to prefer this

Choose this endpoint when you need a structured, pre-built intelligence profile on a known large wallet address on Solana or Base, rather than manually querying raw blockchain data. It is especially useful when you want aggregated behavioral signals and portfolio composition in a single call at a low per-query cost ($0.59 USDC).

## Known failure modes

- Invalid or unrecognized wallet address returns an error or empty dossier
- Wallet with no significant activity may return sparse results
- Chain not supported for given address format causes a 400-level error
- Payment failure via x402 protocol blocks the request before execution
- Rate limiting or quota exhaustion returns a 429 error
- Malformed properties parameter returns schema validation error

## How this service works

OpenAI-compatible LLM gateway at $0.005/call — change base_url, pay in USDC. Plus pay-per-call market data: multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

## Output

A JSON dossier containing the whale wallet's profile, including token holdings, portfolio value, recent transaction patterns, trading history, and behavioral signals derived from on-chain data across Solana and/or Base networks.

## 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-ab325ee5/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)
