# Losbeto Cross-Chain Market Data

> Losbeto Cross-Chain Market Data is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches cross-chain market or trading data across Solana and Base networks via a pay-per-call x402 USDC micropayment endpoint.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/cross-chain
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-cross-chain-market-data-d401068b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E-ERKx41jsnjsqjxyH1Op

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-cross-chain-market-data-d401068b
```

Example prompt: Can you pull the latest cross-chain market data from Losbeto for both Solana and Base networks so I can compare trading conditions?

## When to prefer this

Choose this endpoint when you need cross-chain market data spanning both Solana and Base in a single call, are already operating in an x402 USDC micropayment context, and require a low-cost ($0.15/call) pay-per-use model without subscription commitments.

## Known failure modes

- Payment failure: insufficient USDC balance causes 402 rejection
- Invalid or missing properties parameter returns error or empty response
- Service unavailability at markets.losbeto.xyz returns 5xx
- Malformed JSON response if the endpoint is partially operational
- Rate limiting if too many calls are made in quick succession

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns JSON containing cross-chain market or trading data covering Solana and Base networks, likely including price feeds, liquidity metrics, or chain-specific trading statistics.

## 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": "Real spread between Solana (Jupiter) and CEX venues (Binance, CoinGecko) with an actionable direction and the size the spread survives.",
     "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-cross-chain-market-data-d401068b/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)
