# The Stall — Ethereum Block Number Lookup

> The Stall — Ethereum Block Number Lookup is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-14).

Returns the current Ethereum block number (latest block height) from the Base mainnet or Ethereum chain

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/eth-block
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-ethereum-block-number-lookup-edffe682
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D-0jfRO0PbNNasiYiMiMA

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 the-stall-ethereum-block-number-lookup-edffe682
```

Example prompt: What is the current Ethereum block number right now? Pay with USDC on Base — no API key needed.

## When to prefer this

Choose this endpoint when you need the current Ethereum block number without setting up accounts or API keys, and are comfortable paying micro-amounts of USDC per call via x402 on Base mainnet. Ideal for AI agents needing on-chain time references, block confirmations, or chain state checks in a permissionless, pay-per-use model.

## Known failure modes

- Node or RPC unavailability returns 5xx error
- Payment rejected or insufficient USDC balance returns 402
- Malformed request returns 400 with schema validation error
- Chain congestion or reorg may cause briefly stale block number

## How this service works

Returns an Ethereum block header and transaction hashes by block number, hex string, or tag (latest/pending/earliest/safe/finalized). Fields: block_number, hash, parent_hash, miner, timestamp_iso, gas_used, gas_limit, base_fee_gwei (EIP-1559), tx_count, transaction_hashes. Supports Ethereum (default), Base, Polygon, and Arbitrum. $0.002/call — 33% below comparable market rate.

## Output

Returns the current Ethereum block number (latest block height), reflecting the most recently mined block on the chain at time of call.

## Example request

```json
{
 "properties": "ethereum"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-ethereum-block-number-lookup-edffe682/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
