# Losbeto Anomalias — Market Anomaly Detection Endpoint

> Losbeto Anomalias — Market Anomaly Detection Endpoint is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns anomaly data for AI trading agents, likely detecting irregular patterns in market or on-chain data, payable via USDC micropayments on Solana or Base.

## Facts

- Endpoint: GET https://api.losbeto.xyz/anomalias
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-anomalias-market-anomaly-detection-endpoint-5f206b71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PprQ8EZKf9OjI9vpteimX

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-endpoint-5f206b71
```

Example prompt: Check Losbeto's anomaly detection endpoint and tell me if there are any unusual trading patterns or market irregularities flagged right now across Solana or Base.

## When to prefer this

Choose this endpoint when you need anomaly or irregular pattern detection specifically within a crypto/DeFi trading context and are comfortable paying $0.03 USDC per call via the x402 micropayment protocol on Solana or Base. Prefer this over general-purpose analytics APIs when operating an AI trading agent that needs lightweight, pay-per-use anomaly signals without a subscription.

## Known failure modes

- Missing or invalid properties parameter returns an error or empty result
- Payment not processed via x402 results in HTTP 402 response blocking data access
- Endpoint may return sparse or undocumented JSON fields due to low schema documentation
- Network or server errors on api.losbeto.xyz may yield 5xx responses
- Unclear input schema may cause silent filtering or empty anomaly lists

## 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 response containing detected market anomalies or irregular patterns, likely including anomaly type, severity, affected assets or chains, and timestamps. Exact schema is minimally documented.

## 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": "What is moving abnormally at this exact moment? Price and volume anomalies across the majors, measured against each asset's own recent distribution — a scan that only exists now."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-anomalias-market-anomaly-detection-endpoint-5f206b71/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)
