# Losbeto Agent Market — x402 AI Trading Swarm Discovery

> Losbeto Agent Market — x402 AI Trading Swarm Discovery is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a listing of available AI trading and market endpoints offered by Losbeto, accessible via x402 USDC micropayments on Solana and Base.

## Facts

- Endpoint: GET https://api.losbeto.xyz/agent-market
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-agent-market-x402-ai-trading-swarm-discovery-ce81946b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GSBhJQpunJeEyNfWWQ-OS

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-agent-market-x402-ai-trading-swarm-discovery-ce81946b
```

Example prompt: Show me what's available in the Losbeto agent market — I want to see all the trading swarm endpoints I can call with USDC micropayments on Solana or Base.

## When to prefer this

Use this endpoint when an AI agent needs to discover and browse the catalog of available Losbeto trading swarm services before deciding which specific endpoint to call. Prefer this over direct endpoint calls when the agent needs to enumerate capabilities, compare pricing, or select from multiple trading services dynamically.

## Known failure modes

- Missing or malformed properties parameter returns empty or error response
- x402 payment not completed results in 402 Payment Required response
- Network or service unavailability returns 5xx error
- Invalid filter properties return no results

## 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 listing of available endpoints in the Losbeto agent market, including endpoint names, descriptions, supported chains (Solana, Base), pricing in USDC, and x402 payment metadata for AI agent consumption.

## 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": "Machine-readable commercial map of this catalog: featured endpoints, cheapest calls, the free tier and the credit plans, so an agent can plan a budget in one request."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-agent-market-x402-ai-trading-swarm-discovery-ce81946b/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)
