# Losbeto Mempool Data Endpoint

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

Retrieves current mempool data for blockchain transaction monitoring, likely showing pending transactions on Solana or Base networks.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/mempool
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-mempool-data-endpoint-170c8c48
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KdzTpS45ZcbFJbHq1Xg7r

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-mempool-data-endpoint-170c8c48
```

Example prompt: Can you pull the current mempool data from Losbeto so I can see what transactions are pending on-chain right now?

## When to prefer this

Choose this endpoint when you need real-time mempool visibility for Solana or Base networks and are operating within an x402 micropayment-capable agent framework. Particularly useful for MEV analysis, pre-trade latency checks, or network congestion assessment at a very low per-call cost of $0.008 USDC.

## Known failure modes

- Payment not included or insufficient USDC (HTTP 402) — requires $0.008 USDC per call via x402 protocol
- Mempool data temporarily unavailable due to node connectivity issues
- Empty mempool response during low-activity network periods
- Malformed properties filter parameter returns schema error
- Railway hosting downtime causes 503 service unavailable

## How this service works

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

## Output

A JSON response containing current mempool data including pending transactions, their statuses, and relevant blockchain state information for Solana or Base networks, enabling real-time transaction queue analysis.

## 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-mempool-data-endpoint-170c8c48/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)
