# Losbeto Launch Sniper

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

Provides launch sniping signals or execution for new token launches across Solana and Base chains, paid via USDC micropayments.

## Facts

- Endpoint: GET https://markets.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-888c66e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9WPC1RpHz7zsLZk22R4q5

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-888c66e4
```

Example prompt: Use the Losbeto launch sniper to get me early entry signals on the next new token launch on Solana — pay with USDC and return whatever snipe data you get back.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time launch sniping signals or execution specifically for new token launches on Solana or Base chains, and you are set up to pay via x402 USDC micropayments. Best suited for AI trading agents that need automated, low-cost per-call access to launch data.

## Known failure modes

- Malformed or missing properties parameter returns error
- Payment failure (insufficient USDC balance) blocks request
- Token launch not found or not yet active
- Chain connectivity issues on Solana or Base
- Rate limiting or endpoint unavailability
- Vague input schema may cause unpredictable responses

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns JSON data related to a token launch snipe, potentially including token address, launch timing, chain details, trade execution status, or market signals — exact schema is underspecified but expected to contain actionable trading data.

## 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-888c66e4/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)
