# Losbeto Agent Market — x402 AI Trading Swarm Marketplace Listing

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

Returns the marketplace/directory listing of available monetized AI agent endpoints on the Losbeto platform, supporting USDC micropayments on Solana and Base.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/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-listing-91350b8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VDtgGe_VVyAmj-oS8bi5F

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-listing-91350b8c
```

Example prompt: Show me all the available endpoints in the Losbeto agent market so I can see what AI trading or data APIs I can pay for with USDC micropayments on Solana or Base.

## When to prefer this

Choose this endpoint when an AI agent needs to discover and browse what monetized endpoints are available on the Losbeto platform before deciding which specific endpoint to call. It is useful as a first step in agent workflows that need to dynamically select capabilities from the Losbeto x402 marketplace, particularly when the agent supports USDC micropayments on Solana or Base.

## Known failure modes

- Server unavailable on Railway hosting (503/502 errors)
- Payment required but not provided (402 response requiring x402 USDC payment)
- Empty or malformed JSON response if market listing is unpopulated
- Rate limiting or request throttling
- Invalid properties filter parameter causing 400 error

## 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 response listing the catalog of available monetized endpoints on the Losbeto platform, including endpoint names, descriptions, pricing (starting at $0.003 USDC), supported payment chains (Solana, Base), and any relevant metadata for each of the 67 endpoints.

## 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-marketplace-listing-91350b8c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
