# Losbeto Geo Alpha

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

Returns geospatial or geographic alpha data (likely location-based intelligence or geo-tagged market signals) via a pay-per-call x402 USDC micropayment endpoint.

## Facts

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

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-02f2d460
```

Example prompt: Pull the geo alpha data from Losbeto for the properties I care about — I want location-based intelligence for my trading swarm right now.

## When to prefer this

Choose this endpoint when you need geospatial or geo-tagged alpha signals as part of an AI trading or market intelligence workflow and are operating within an x402 micropayment-enabled agent context on Solana or Base USDC. Prefer this over generic geo APIs when your agent already handles x402 payments and you want low-cost ($0.01/call) location-based data enrichment.

## Known failure modes

- Payment failure if USDC balance is insufficient (402 error)
- Malformed or missing properties parameter returns an error or empty result
- Endpoint may return sparse or undocumented JSON structure making parsing unreliable
- Rate limiting or downtime on api.losbeto.xyz
- Vague input schema means incorrect property filters may silently return wrong data

## 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 object containing geographic alpha data or location-based intelligence signals, the exact schema is undocumented but expected to include location-tagged fields relevant to AI trading or market analysis.

## 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-02f2d460/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)
