# Losbeto Pump Monitor

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

Monitors pump activity and token movements on Solana and Base chains, payable via USDC micropayments.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/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-d658c66f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UG8QhU1SkTuOzXk32VUhW

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-d658c66f
```

Example prompt: Show me what tokens are currently pumping on Solana right now — I want to see any big price spikes or unusual volume activity.

## When to prefer this

Choose this endpoint when you need real-time on-chain pump signal data for Solana or Base chain tokens and can pay via USDC micropayments through the x402 protocol. Useful for AI trading agents that need cheap, per-call access to pump monitoring without a subscription.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 requiring x402 payment
- No active pump events — returns empty or null results
- Invalid or missing query parameters — returns 400 bad request
- Upstream blockchain RPC failure — returns 503 or timeout
- Rate limiting if called excessively — returns 429

## 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 describing current pump activity, including token identifiers, price movement signals, volume spikes, and other on-chain trading indicators for Solana and Base chain tokens.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-pump-monitor-d658c66f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
