# Losbeto Agent-Composable Market Data Endpoint

> Losbeto Agent-Composable Market Data Endpoint is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns composable market data or trading intelligence for AI agents via x402 micropayment on Solana/Base USDC

## Facts

- Endpoint: GET https://markets.losbeto.xyz/agent-composable
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-agent-composable-market-data-endpoint-6a671737
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ldwDOdzCOyLOjq-nsAyxQ

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-composable-market-data-endpoint-6a671737
```

Example prompt: Pull the latest composable market data from the Losbeto trading swarm — I need agent-ready signals for multi-chain crypto trading, paid via USDC micropayment.

## When to prefer this

Choose this endpoint when your AI agent needs composable, pay-per-call market data or trading signals priced in USDC micropayments via the x402 protocol on Solana or Base chains. Prefer it for agent-native workflows where low per-call cost ($0.18 USDC) matters and where multi-chain crypto market intelligence is the target output.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment not accepted — returns 402 Payment Required
- Invalid properties parameter: malformed or missing query param — may return 400 or empty result
- Endpoint unavailable: service downtime returns 503 or timeout
- Unauthorized: payment verification fails on-chain — returns 402 or 403
- Empty or null response if no market data matches the query context

## 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 containing composable market data, trading signals, or agent-ready intelligence relevant to multi-chain (Solana and Base) crypto markets, suitable for downstream 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": "Bundle: 5 endpoints in 1 request — regime + sentiment + signals + whale flow + risk. Roughly 40% cheaper than the calls made separately."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-agent-composable-market-data-endpoint-6a671737/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)
