# Losbeto Launch Sniper

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

Executes a launch sniper strategy for token trading, likely detecting and acting on new token launches across Solana or Base networks via USDC micropayment.

## Facts

- Endpoint: GET https://api.losbeto.xyz/launch-sniper
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-launch-sniper-833de624
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kw56XcS7UudkpBqLhBX8Y

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-launch-sniper-833de624
```

Example prompt: Use the Losbeto launch sniper to watch for and snipe new token launches on Solana right now — I want to get in as early as possible when the next token goes live.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time automated token launch sniping on Solana or Base networks and want a pay-per-call micropayment model via USDC rather than managing a full self-hosted sniper bot.

## Known failure modes

- Missing or malformed 'properties' input parameter returns error
- Token launch not detected in time leading to missed snipe
- Insufficient USDC balance for the $0.49 per-call payment
- Network congestion on Solana or Base causing delayed execution
- Rate limiting if too many snipe calls are made rapidly
- Endpoint returns generic JSON with no schema guarantee

## 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

Returns a JSON object containing the result of the sniper execution, likely including transaction hash, token address, chain, buy price, status of the snipe attempt, and any relevant launch metadata.

## 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": "Premium bundle for new launches: fresh listings, rug screening, insider entries and a tactical execution note, in one request."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-launch-sniper-833de624/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)
