# Losbeto Cross-Chain USDC Payment Endpoint

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

Executes cross-chain USDC micropayment transactions across Solana and Base networks for AI agent workloads via x402 protocol.

## Facts

- Endpoint: GET https://api.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-usdc-payment-endpoint-43e8a684
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BMXWTzZporw_0iZzpbXRB

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-usdc-payment-endpoint-43e8a684
```

Example prompt: Send a cross-chain USDC micropayment from my Solana wallet to a Base wallet address — I need to settle a $0.15 USDC payment for an AI agent API call using the Losbeto x402 cross-chain endpoint.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically settle USDC micropayments across Solana and Base blockchains using the x402 payment protocol, especially for per-call API billing in multi-chain agent workflows where payment amounts start at $0.003 USDC.

## Known failure modes

- Insufficient USDC balance on source chain leading to payment failure
- Invalid or missing wallet address properties causing bad request error
- Chain network congestion or RPC failure resulting in timeout
- Unsupported chain combination returning error response
- Malformed input schema causing 400 bad request
- x402 payment protocol handshake failure

## 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

Returns a JSON response containing the cross-chain payment result, including transaction status, confirmation details, source and destination chain identifiers, and USDC transfer amount settled.

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-cross-chain-usdc-payment-endpoint-43e8a684/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)
