# Losbeto Pump Monitor

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

Monitors pump activity and token trends on Solana and Base chains via a pay-per-call x402 USDC micropayment API.

## Facts

- Endpoint: GET https://api.losbeto.xyz/pump-monitor
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-pump-monitor-01443150
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cO_RM8HY00NXy-kBw9w14

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-pump-monitor-01443150
```

Example prompt: Show me what tokens are currently pumping on Solana right now — I want the latest pump activity data so my trading bot can react.

## When to prefer this

Choose this endpoint when you need real-time pump activity monitoring specifically on Solana or Base chains and want to pay per call via USDC micropayments using the x402 protocol. It is well-suited for AI trading agents that need on-demand pump signals without a subscription commitment. Prefer alternatives if you need historical pump data, multi-chain coverage beyond Solana/Base, or if x402 payment infrastructure is not available in your stack.

## Known failure modes

- 402 Payment Required if USDC micropayment is not included or fails
- Invalid or missing properties parameter returns malformed response
- Chain not available or node outage results in empty or error JSON
- Rate limiting if too many calls are made in a short window
- Stale data if on-chain indexing lags behind real-time blocks

## 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 JSON data describing current pump activity and trending token events on Solana and/or Base chains, including token identifiers, pump metrics, and trading signals relevant to short-term momentum strategies.

## 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": "Freshest token launches across DEXs with initial triage. Memecoin radar for sniper agents."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-pump-monitor-01443150/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)
