# Losbeto Smart Money — On-Chain Market Intelligence Endpoint

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

Returns smart money / on-chain trading signals and market data for AI agents via x402 micropayment-gated API

## Facts

- Endpoint: GET https://markets.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-on-chain-market-intelligence-endpoint-64dc884a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lFuHCq3FTg4xy9jslhNjt

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-on-chain-market-intelligence-endpoint-64dc884a
```

Example prompt: Pull the latest smart money signals from Losbeto right now — I want to see which tokens whales are accumulating on-chain across Solana and Base.

## When to prefer this

Choose this endpoint when you need on-chain smart money signals specifically for AI agent workflows that support x402 USDC micropayments, and when you want low-cost-per-call ($0.10 USDC) access to whale/smart-money tracking data on Solana or Base without a subscription.

## Known failure modes

- 402 Payment Required if USDC micropayment not attached
- Invalid or malformed properties filter returns error
- Network timeout if on-chain data source is slow
- Empty result set if no recent smart money activity detected
- Chain not supported if querying unsupported network

## 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 response containing smart money on-chain signals, including wallet activity, token flows, and market intelligence data indicating where sophisticated traders are positioning capital across Solana and 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": "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-on-chain-market-intelligence-endpoint-64dc884a/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)
