# Losbeto Geo Alpha

> Losbeto Geo Alpha is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns geographically-tagged alpha or market signals for AI trading agents via x402 micropayment

## Facts

- Endpoint: GET https://markets.losbeto.xyz/geo-alpha
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-geo-alpha-9ae3ce64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W67enbaF8yAbfi2X8ehIu

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-geo-alpha-9ae3ce64
```

Example prompt: Pull the latest geo-alpha trading signals from Losbeto for my target region so I can feed them into my multi-chain AI trading strategy.

## When to prefer this

Choose this endpoint when you need geographically-segmented trading alpha signals for AI agents that operate on Solana or Base chains and can pay in USDC micropayments via x402 protocol. Useful when your trading strategy requires regional differentiation rather than global market data.

## Known failure modes

- 402 Payment Required if USDC micropayment is not included or fails
- Invalid or missing properties parameter returns error or empty result
- Endpoint may return sparse data if no alpha is available for requested region
- Network timeout if markets.losbeto.xyz is unreachable
- Malformed JSON response if upstream data source is unavailable

## 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 object containing geographically-tagged alpha signals or market indicators relevant to AI trading agents, structured for consumption by automated systems operating on Solana and Base chains with USDC micropayments.

## 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": "Geographic read on exchange trust scores and BTC volume by venue country: where the volume actually sits and how trustworthy each venue is rated."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-geo-alpha-9ae3ce64/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)
