# Losbeto Insider Track

> Losbeto Insider Track 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 insider-level market or trading intelligence signals via a paid x402 micropayment endpoint on Solana/Base USDC.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/insider-track
- 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-insider-track-2f47eae8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5Y4x_lAKlcu0mQIj33CA_

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-insider-track-2f47eae8
```

Example prompt: Pull the latest insider track signals from Losbeto's AI trading swarm — I want to see what the market intelligence is saying right now, and pay the $0.18 USDC fee via x402 on Base.

## When to prefer this

Choose this endpoint when you need AI-driven insider market signals or trading intelligence from the Losbeto swarm and are willing to pay $0.18 USDC per call via x402 micropayments on Solana or Base. It is best suited for AI agents that automate crypto trading research and can handle x402 payment flows natively.

## Known failure modes

- Payment not included or malformed x402 header — 402 Payment Required response
- Insufficient USDC balance to cover $0.18 fee — payment rejected
- Malformed properties parameter — server-side validation error or empty response
- Endpoint unavailable or server downtime — 503 or timeout
- Unsupported chain for USDC payment — payment routing failure

## 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 insider-level market intelligence or trading signals generated by Losbeto's AI trading swarm, covering activity relevant to Solana and/or Base chain assets. The exact fields are loosely typed but expected to include signal data, market indicators, or analytics outputs.

## 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": "Insider tracking on new launches: which wallets entered before the crowd, how early, and what that pattern historically preceded."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-insider-track-2f47eae8/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)
