# httpay.xyz Live ETH Token Price (CoinGecko)

> httpay.xyz Live ETH Token Price (CoinGecko) is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns the live price of ETH (or other tokens) in USD by querying CoinGecko data

## Facts

- Endpoint: POST https://httpay.xyz/api/token-price/ETH
- Price: $0.005/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-f8a70382
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u11wxnlIgE32UvR0axf3U

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-f8a70382 -d '<json body>'
```

Example prompt: What's the current price of ETH in USD right now? Pull it from CoinGecko.

## When to prefer this

Use this endpoint when you need a quick, reliable USD price for ETH (or potentially other tokens) backed by CoinGecko data, and you are operating in an x402 micropayment context on Base. Prefer this over DEX-based price endpoints when you want a broad-market aggregated price rather than a specific on-chain DEX quote.

## Known failure modes

- Token symbol not recognized by CoinGecko — returns error or null price
- CoinGecko API upstream outage — endpoint may return stale or error response
- Invalid token path parameter — 400 or not-found error
- Payment not processed (x402 flow) — 402 response requiring USDC payment before data is returned

## How this service works

Live token price in USD from CoinGecko

## Output

Returns the live USD price of the requested token (e.g. ETH) sourced from CoinGecko, typically including the price value and any associated metadata such as timestamp or token identifier.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-f8a70382/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)
