# Losbeto Smart Money Endpoint

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

Returns smart money trading signals or analytics for crypto markets, accessible via USDC micropayment on Solana or Base.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/smart-money
- Price: $0.1/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-af285a95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3dlFzKKqqD-f1J7uM2HjJ

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

Example prompt: Pull the latest smart money signals from Losbeto right now — I want to see which wallets or tokens large holders are moving into across Solana and Base.

## When to prefer this

Choose this endpoint when you need on-chain smart money or whale wallet signals specifically on Solana or Base networks and are comfortable paying $0.10 USDC per call via the x402 micropayment protocol. It is part of a 67-endpoint swarm, so it is best suited for AI agents already integrated with x402 payment flows seeking actionable crypto trading intelligence without building their own on-chain indexer.

## Known failure modes

- Payment not fulfilled — returns HTTP 402 if USDC micropayment via x402 protocol is not completed
- Invalid or missing query properties — may return empty or error response
- Upstream data unavailable — smart money data feed may be stale or unreachable
- Rate limiting — repeated rapid calls may be throttled
- Ambiguous input schema — the 'properties' parameter is loosely typed and may produce unexpected results if malformed

## 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 indicators, potentially including tracked wallet addresses, token flows, large transaction signals, or aggregated on-chain analytics across Solana and Base chains. Exact schema fields are not fully documented but the response is JSON-formatted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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