# Losbeto Anomalias — Market Anomaly Detection

> Losbeto Anomalias — Market Anomaly Detection is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Detects and returns trading anomalies or irregular market patterns across crypto assets, payable via USDC micropayment.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/anomalias
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-anomalias-market-anomaly-detection-80761d0e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NobeWRqSd3VoSjqQufoUK

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-anomalias-market-anomaly-detection-80761d0e
```

Example prompt: Can you check for any trading anomalies in the crypto market right now using Losbeto's anomaly detection endpoint?

## When to prefer this

Choose this endpoint when you need lightweight, pay-per-call anomaly detection for crypto markets without committing to a subscription, especially within an AI agent pipeline that can pay $0.03 USDC per check via the x402 protocol on Solana or Base.

## Known failure modes

- Payment not received — 402 response if USDC micropayment fails
- No anomalies found — empty result set returned
- Invalid query properties — malformed input schema returns error
- Service unavailable — Railway hosting downtime
- Rate limiting — too many requests in a short window

## 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 a list of detected market anomalies, likely including anomaly type, affected asset, severity level, timestamp, and relevant market metrics that triggered the alert.

## 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-anomalias-market-anomaly-detection-80761d0e/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)
