# Losbeto Agent Market — x402 AI Trading Swarm Marketplace

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

Returns a listing of AI trading and market-related endpoints available via x402 micropayments on Solana and Base chains, payable in USDC.

## Facts

- Endpoint: GET https://markets.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-marketplace-c2f34793
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UklqJWm6QzLv5Calbbz8s

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-marketplace-c2f34793
```

Example prompt: Show me what trading and market endpoints are available on Losbeto's x402 swarm — I want to see what USDC micropayment APIs they have for AI agents on Solana or Base.

## When to prefer this

Choose this endpoint when an AI agent needs to discover and enumerate the full catalog of Losbeto's x402 trading swarm endpoints before selecting a specific one to call. It is useful as a discovery step in agentic workflows where the agent must first understand what market data or trading APIs are available and what they cost, particularly when building autonomous trading bots that pay per call in USDC on Solana or Base.

## Known failure modes

- Empty or malformed JSON response if no endpoints are currently listed
- HTTP 402 Payment Required if USDC micropayment of $0.005 is not properly attached
- Endpoint unreachable or times out if the Losbeto server is down
- Response schema may vary across sibling endpoints — field names not guaranteed stable
- No input schema enforcement — malformed property filters silently ignored

## How this service works

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

## Output

A JSON listing of available x402-monetized endpoints in the Losbeto AI trading swarm, including endpoint names, pricing in USDC, supported chains (Solana, Base), and access details for each available trading or market data API.

## 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": "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.",
     "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-agent-market-x402-ai-trading-swarm-marketplace-c2f34793/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)
