# Losbeto Smart Money Endpoint

> Losbeto Smart Money Endpoint is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns smart money trading signals or on-chain data for AI trading agents via x402 USDC micropayment-gated API

## Facts

- Endpoint: GET https://api.losbeto.xyz/smart-money
- 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-smart-money-endpoint-1f80f527
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0qMFL8PvgPy6o7y6UqPe8

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-smart-money-endpoint-1f80f527
```

Example prompt: Pull the latest smart money signals from Losbeto right now — I want to see which wallets are making big moves on Solana or Base so I can follow the alpha.

## When to prefer this

Choose this endpoint when you need on-chain smart money signals specifically gated through the x402 micropayment protocol on Solana or Base chains, and your agent infrastructure supports USDC micropayments. Particularly useful for AI trading agents that need low-cost per-call access to whale/smart-money analytics without a subscription model.

## Known failure modes

- Payment not included or insufficient USDC (HTTP 402) — endpoint requires $0.10 USDC per call via x402 protocol
- Malformed or missing properties parameter returns validation error or empty result
- Endpoint may return empty or stale data if no recent smart money activity detected
- Rate limiting or service unavailability from the Losbeto backend
- Ambiguous schema (bare 'properties' string field) may cause unexpected behavior if wrong value passed

## 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

Returns JSON data containing smart money on-chain signals, potentially including wallet addresses identified as smart money, recent trades or positions, chain-specific activity (Solana/Base), and related trading intelligence metrics.

## 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": "Institutional wallet directory joined with real on-chain holders via Helius, plus the tracking method used, so the result is auditable rather than a black box."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-smart-money-endpoint-1f80f527/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)
