# Losbeto Token Research — Multi-Oracle Crypto Market Data

> Losbeto Token Research — Multi-Oracle Crypto Market Data is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Returns multi-oracle price consensus, sentiment, and research data for a specific crypto token using pay-per-call x402 payments

## Facts

- Endpoint: GET https://api.losbeto.xyz/job/token-research
- Price: $0.2/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-research-multi-oracle-crypto-market-data-3eaff186
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D_W8GIsuRuZ6zqB4Xq3dp

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-research-multi-oracle-crypto-market-data-3eaff186
```

Example prompt: Can you pull the multi-oracle price consensus and market sentiment for ETH right now using Losbeto's token research endpoint? I'll pay the $0.20 USDC per-call fee.

## When to prefer this

Choose this endpoint when you need oracle-consensus crypto pricing combined with sentiment data in a single call, without requiring an API key or account setup — ideal for AI agents that need pay-per-use access, especially when working with tokens that benefit from multi-source price validation to avoid manipulation or stale data.

## Known failure modes

- Payment not received or insufficient USDC balance — endpoint returns 402 Payment Required
- Unknown or unsupported token symbol — returns 404 or empty result
- Oracle data temporarily unavailable — partial or degraded response
- Network timeout if oracle aggregation takes too long
- Invalid token identifier format — returns 400 Bad Request

## 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 aggregated token research data including multi-oracle consensus price, sentiment indicators, and related market metadata for the requested cryptocurrency token, sourced from multiple price oracles and sentiment feeds.

## 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": {
      "token": {
       "type": "string",
       "description": "Token contract address (Solana mint or 0x) or ticker, e.g. SOL"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "JOB: one payment = a full token research report. Rugcheck safety + token intelligence + DEX liquidity + social sentiment + market regime, composed into a single verdict (AVOID/CAUTION/OK). ?token=SYMBOL_OR_MINT — defaults to the freshest Solana launch. The #1 agentic trading task, solved in one call."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-token-research-multi-oracle-crypto-market-data-3eaff186/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)
