# httpay.xyz API Gateway: BaseScan Base Chain Explorer

> httpay.xyz API Gateway: BaseScan Base Chain Explorer is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-08).

Proxies requests to the BaseScan Base chain explorer API through a pay-per-call x402 payment gateway

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/basescan/%7B*path%7D
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-api-gateway-basescan-base-chain-explorer-1dce4328
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YmuGfG5yMeMWFDjm2J7I-

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-api-gateway-basescan-base-chain-explorer-1dce4328 -d '<json body>'
```

Example prompt: Look up the transaction details and status for this Base chain tx hash 0xabc123... using BaseScan, and also tell me the current token balances for wallet 0xdef456... on Base.

## When to prefer this

Use this endpoint when an agent needs to query Base chain (Coinbase's L2) blockchain data without holding a BaseScan API key, paying only per call via x402 USDC micropayments. Prefer over direct BaseScan API when you want keyless, pay-as-you-go access to Base chain explorer data.

## Known failure modes

- Payment failure if insufficient USDC balance for x402 micropayment
- Invalid BaseScan API path returns 404 or BaseScan error
- Rate limiting from underlying BaseScan API
- Invalid address or tx hash returns BaseScan error response
- Gateway timeout if BaseScan is slow to respond
- Missing required BaseScan parameters return API error

## How this service works

API Gateway: BaseScan Base chain explorer API

## Output

Returns BaseScan API response data for the requested Base chain entity — transaction details, account balances, contract ABIs, token transfers, gas tracker info, or event logs — in JSON format as provided by the underlying BaseScan API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-api-gateway-basescan-base-chain-explorer-1dce4328/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)
