# Losbeto Insider Track — AI Trading Swarm Signal Feed

> Losbeto Insider Track — AI Trading Swarm Signal Feed 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-14).

Returns insider-track trading signals or market intelligence data for AI trading agents via x402 micropayment-gated GET endpoint.

## Facts

- Endpoint: GET https://api.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-ai-trading-swarm-signal-feed-1d943d0b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y8pMOcLIdjIIq0B19eDtI

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-ai-trading-swarm-signal-feed-1d943d0b
```

Example prompt: Pull the latest insider-track trading signals from Losbeto's AI trading swarm right now — I need the current market intelligence feed to decide my next Solana or Base position.

## When to prefer this

Choose this endpoint when your AI agent needs on-demand, pay-per-call insider trading signals for Solana or Base markets without a subscription commitment. Best suited for agents that need sporadic but high-value market intelligence and want to pay only $0.18 USDC per lookup rather than a recurring fee. Prefer this over generic market data APIs when the agent workflow involves the x402 micropayment pattern and requires curated AI-swarm-derived signals rather than raw exchange feeds.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or malformed properties filter parameter — returns error JSON
- Endpoint unavailable or swarm data not fresh — may return 503 or stale signal
- x402 facilitator timeout causing payment verification failure
- Rate limiting if too many calls in short succession

## 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 insider-track trading signals or market intelligence data curated by the Losbeto AI trading swarm, covering multi-chain (Solana and Base) market conditions, priced at $0.18 USDC per call via x402 payment protocol.

## 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-ai-trading-swarm-signal-feed-1d943d0b/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)
