# Losbeto Correlation Matrix

> Losbeto Correlation Matrix is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $2.49/call, status unknown (last checked 2026-09-14).

Returns a correlation matrix for trading assets, enabling AI agents to assess statistical relationships between instruments via a pay-per-call USDC micropayment.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/correlation-matrix
- Price: $2.49/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-correlation-matrix-978f8501
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ysBp_n1rS9mXpHThQL9mR

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-correlation-matrix-978f8501
```

Example prompt: Can you pull the correlation matrix for my crypto trading assets from Losbeto so I can see which pairs move together and which are independent?

## When to prefer this

Choose this endpoint when an AI trading agent needs quantitative pairwise correlation data for crypto assets on Solana or Base chains, and micropayment-per-call pricing via x402/USDC is acceptable. Prefer this over general-purpose financial data APIs when working in a pay-as-you-go agent workflow that supports x402 payment headers natively.

## Known failure modes

- Missing or malformed properties parameter returns an error or empty matrix
- Insufficient USDC balance triggers an HTTP 402 payment required response
- Unsupported asset symbols may return null or zero correlations
- Server-side timeout on Railway infrastructure may return a 503
- Schema mismatch due to sparse input may yield incomplete matrix rows

## 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 object containing a pairwise correlation matrix across the requested trading assets, with numerical correlation coefficients (typically ranging from -1 to 1) indicating the strength and direction of statistical relationships between each pair of instruments.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-correlation-matrix-978f8501/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)
