# Losbeto Token Intel — Cross-Asset Market Data

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

Returns multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro, and crypto data for AI agents via pay-per-call with no API key required

## Facts

- Endpoint: GET https://api.losbeto.xyz/token-intel
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-token-intel-cross-asset-market-data-00b0a029
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_COpKH0GQRoqahz_gvpFav

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-token-intel-cross-asset-market-data-00b0a029
```

Example prompt: What's the current multi-oracle consensus price and sentiment for ETH right now, using Losbeto's cross-asset market data?

## When to prefer this

Choose this endpoint when you need trustless, multi-oracle price consensus for crypto or cross-asset market data (forex, equities, commodities, Brazil macro) without account registration or API keys. Ideal for AI agents that need to pay per call on Base or Solana USDC and want sentiment plus price in a single call. Prefer over single-oracle feeds when data integrity matters, and over subscription APIs when call volume is low or on-demand.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 requiring x402 payment
- Invalid or unrecognized asset symbol — returns error with no price data
- Unsupported asset class — returns error if asset type not covered
- Upstream oracle unavailable — may return partial consensus with fewer sources
- Network timeout — returns 5xx if external data sources are slow

## 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 price consensus with source breakdown, sentiment consensus score, forex exchange rates, equity prices, commodity spot prices, and Brazil-specific macro indicators from BCB and B3. Exact fields depend on the queried asset type.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "token": {
       "description": "Token contract address (Solana mint or 0x) or ticker, e.g. SOL",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Token intelligence report for any contract address or ticker: liquidity, volume, pair age, buy/sell flow, deterministic risk flags (honeypot pattern, wash-trading signature, thin liquidity) plus an AI verdict. Built for pre-execution checks.",
     "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-token-intel-cross-asset-market-data-00b0a029/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)
