# Losbeto Trust Hash Endpoint

> Losbeto Trust Hash Endpoint is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns a trust hash value for a given input, likely used for verification or integrity checking within the Losbeto AI trading swarm ecosystem.

## Facts

- Endpoint: GET https://api.losbeto.xyz/trust-hash
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-trust-hash-endpoint-a57580d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ib5C367lLyG3803LsgJfG

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-trust-hash-endpoint-a57580d3
```

Example prompt: Can you fetch the trust hash from Losbeto for my trading swarm agent so I can verify its integrity before it executes the next trade?

## When to prefer this

Use this endpoint when you need a lightweight, low-cost ($0.003 USDC) trust verification signal for an AI trading agent operating on Solana or Base chains within the Losbeto ecosystem. Prefer this over manual verification when integrating with the x402 micropayment protocol for agent-to-agent trust checks.

## Known failure modes

- Invalid or missing 'properties' parameter returns an error JSON
- Network timeout or service unavailability returns no response
- Malformed input schema may return a 400 or 402 payment-required error
- Stale or expired trust hash if service data is not refreshed

## 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 a trust hash value that can be used to verify or validate the integrity, identity, or state of a trading swarm agent or node within the Losbeto ecosystem.

## 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": "SHA-256 proof-of-data hash for audit trails: a verifiable cryptographic receipt of any Losbeto response, for agents that must prove what they were told and when."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-trust-hash-endpoint-a57580d3/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)
