# Losbeto Agent-Composable Endpoint

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

Returns composable agent data from the Losbeto multi-chain AI trading swarm, accessible via x402 USDC micropayments on Solana and Base.

## Facts

- Endpoint: GET https://api.losbeto.xyz/agent-composable
- Price: $0.08/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-composable-endpoint-dfa68b30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B-UI5qM9gf07CKTxWsfHG

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-endpoint-dfa68b30
```

Example prompt: Fetch the composable agent data from Losbeto's multi-chain trading swarm — I want to use it to orchestrate my AI trading workflow across Solana and Base.

## When to prefer this

Choose this endpoint when you need composable agent data from a multi-chain (Solana + Base) AI trading swarm and are operating in an x402 micropayment environment. It is particularly suited for AI agents that need to pay per call in USDC and integrate trading intelligence into larger automated workflows.

## Known failure modes

- 402 Payment Required if USDC micropayment is not attached or fails
- Invalid or missing 'properties' query parameter returns error or empty result
- Network timeout if Solana or Base chain is congested
- Malformed JSON response if upstream swarm is degraded
- Authentication or facilitator rejection if x402 header is malformed

## 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 object containing composable agent data from the Losbeto multi-chain AI trading swarm, intended for use in AI agent pipelines and automated trading workflows across Solana and Base networks.

## 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": "Bundle: 5 endpoints in 1 request — regime + sentiment + signals + whale flow + risk. Roughly 40% cheaper than the calls made separately.",
     "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-composable-endpoint-dfa68b30/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)
