# Losbeto /regime — Market Regime Detection Endpoint

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

Returns the current market regime classification (e.g. trending, ranging, volatile) for crypto trading context via x402 micropayment-gated API.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/regime
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-regime-market-regime-detection-endpoint-796d8b96
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3tk1xAYzeRehmM114vfZv

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-regime-market-regime-detection-endpoint-796d8b96
```

Example prompt: What is the current market regime right now — is it trending, ranging, or volatile? I need this for my crypto trading strategy.

## When to prefer this

Choose this endpoint when an AI trading agent or algorithmic strategy needs a quick, low-cost ($0.02 USDC) regime classification signal to gate strategy selection. Prefer this over building your own regime detector when operating on Solana or Base chains with x402 micropayment infrastructure already in place.

## Known failure modes

- Payment not fulfilled — 402 response if USDC micropayment via x402 is not attached
- Invalid or missing properties parameter returns malformed request error
- Service unavailability on Railway hosting returns 5xx
- Stale or cached regime data if market data feed is delayed
- Empty or null response if no regime classification is determinable

## 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 indicating the current market regime classification — likely a label such as 'trending', 'ranging', 'volatile', or similar — along with any supporting metadata about the detected regime state.

## 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-regime-market-regime-detection-endpoint-796d8b96/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)
