# HTTPay Ethereum RPC Gateway (Cloudflare)

> HTTPay Ethereum RPC Gateway (Cloudflare) is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Proxies Ethereum JSON-RPC calls through Cloudflare's infrastructure via a pay-per-call x402 gateway at $0.001 USDC per request

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/eth-cloudflare/%7B*path%7D/*
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-f6da26ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zdpTwMwrWS9G63vNSm_EI

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 httpay-xyz-f6da26ef -d '<json body>'
```

Example prompt: Call eth_getBalance for address 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 on Ethereum mainnet using the Cloudflare RPC gateway.

## When to prefer this

Choose this endpoint when you need Ethereum mainnet JSON-RPC access without managing API keys or subscriptions, prefer micropayment billing per call via x402/USDC, and want Cloudflare's reliable infrastructure. Prefer over Infura or Alchemy gateways on this same host when you specifically want Cloudflare's backend routing. Not suitable for high-throughput batch RPC calls where per-call cost adds up.

## Known failure modes

- Invalid JSON-RPC method returns error code -32601
- Malformed params returns -32602 invalid params error
- Payment not processed (x402 unpaid) returns 402 Payment Required
- Cloudflare RPC backend unavailable returns 502 or 503
- Rate limit exceeded returns 429
- Transaction reverted on-chain returns execution error in result

## How this service works

API Gateway: Ethereum RPC (Cloudflare)

## Output

Returns the raw Ethereum JSON-RPC response object, including result or error fields as specified by the EIP-1474 standard — e.g. balance in wei, block object, transaction hash, contract return data, or gas estimate depending on the method called.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-f6da26ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
