# httpay.xyz API Gateway: CoinGecko Crypto Data

> httpay.xyz API Gateway: CoinGecko Crypto Data is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Proxies requests to the CoinGecko cryptocurrency data API through a pay-per-call x402 payment gateway

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/coingecko/%7B*path%7D
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-api-gateway-coingecko-crypto-data-8e5c5eb5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ESHkY1l7skwOMmOwRy-Fk

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-coingecko-crypto-data-8e5c5eb5 -d '<json body>'
```

Example prompt: What's the current price of Ethereum in USD, along with its 24-hour trading volume and market cap? Pull it from CoinGecko.

## When to prefer this

Use this endpoint when you need CoinGecko crypto market data without managing your own CoinGecko API key, and you are already operating in an x402 micropayment context. Ideal for agents that need on-demand crypto price or market cap lookups billed per call at $0.001 USDC rather than a subscription.

## Known failure modes

- 402 Payment Required if USDC payment header is missing or insufficient
- 404 if the CoinGecko path does not exist or coin ID is invalid
- 429 rate limit exceeded on the underlying CoinGecko API
- 503 if CoinGecko API is unavailable
- 400 if the path format is malformed

## How this service works

API Gateway: CoinGecko crypto data API

## Output

Returns CoinGecko API response data for the requested path — typically JSON containing price, market cap, volume, historical OHLCV data, coin metadata, exchange listings, or trending coin rankings depending on the CoinGecko endpoint path used.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-api-gateway-coingecko-crypto-data-8e5c5eb5/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)
