# Losbeto Founding Agent — Cross-Asset Market Data

> Losbeto Founding Agent — Cross-Asset Market Data is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $49.99/call, status unknown (last checked 2026-09-15).

Returns multi-asset market data including crypto prices (multi-oracle consensus), sentiment, forex, equities, commodities, and Brazil macro data (BCB/B3) via a single pay-per-call endpoint

## Facts

- Endpoint: GET https://api.losbeto.xyz/founding-agent
- Price: $49.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-founding-agent-cross-asset-market-data-1d49eff6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IA5lsgvMLwLqSU_l_cnBh

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-founding-agent-cross-asset-market-data-1d49eff6
```

Example prompt: Pull the latest multi-oracle consensus price for Bitcoin plus the current USD/BRL forex rate and any available market sentiment score — I need all three in one shot from Losbeto.

## When to prefer this

Choose this endpoint when your agent needs cross-asset market data without managing API keys or subscriptions, especially when you need multi-oracle price consensus for crypto (reducing single-source manipulation risk), or when you need Brazilian market data (BCB/B3) alongside global assets. Ideal for pay-per-use agent workflows where you only pay when market data is actually needed. Prefer over subscription-based alternatives when call volume is sporadic or unpredictable.

## Known failure modes

- Payment not received or insufficient USDC — returns HTTP 402 requiring x402 payment on Base or Solana
- Invalid or unrecognized asset symbol — returns error with no market data
- Network or oracle unavailability — partial or empty data returned for affected asset classes
- Malformed request parameters — 400 error with description of missing or invalid fields

## 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 one or more of: multi-oracle aggregated crypto prices, sentiment consensus scores, forex exchange rates, equity prices, commodity prices, and Brazil-specific macro indicators from BCB and B3. The exact fields returned depend on which asset classes are queried, but all data is aggregated and consensus-based rather than from a single source.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "FOUNDING AGENT (launch edition): $75 of call balance for $49.99 (+50% bonus, the largest in the catalog), valid for 180 days — the longest window of any balance plan — with a publicly verifiable founding badge on the API key. One on-chain transaction, then ~1ms calls via X-API-Key.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-founding-agent-cross-asset-market-data-1d49eff6/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)
