# CoinGecko Coin Price History (30-Day Daily USD) via DeFiLlama

> CoinGecko Coin Price History (30-Day Daily USD) via DeFiLlama is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns 30 days of daily USD price history for any cryptocurrency identified by its CoinGecko ID, sourced from the DeFiLlama oracle.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/coin-price-history
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coingecko-coin-price-history-30-day-daily-usd-via-defillama-44a6ea71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__b0WIxQfRckFNE2_xZ4MI

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 coingecko-coin-price-history-30-day-daily-usd-via-defillama-44a6ea71 -d '<json body>'
```

Example prompt: Can you pull the last 30 days of daily USD price history for Bitcoin using its CoinGecko ID 'bitcoin'?

## When to prefer this

Choose this endpoint when you need 30 days of daily USD price history for a specific cryptocurrency identified by its CoinGecko ID, without needing API keys. Prefer this over alternatives when working with DeFiLlama-sourced oracle data or when you want a simple keyless lookup with per-call micropayment pricing.

## Known failure modes

- Invalid or unknown CoinGecko ID returns an error or empty result
- Missing 'id' query parameter causes a bad request response
- Rate limiting or payment failure (x402) blocks the request
- Coin not tracked by DeFiLlama oracle returns no data
- Network timeout for slow oracle responses

## How this service works

CRYPTO: 30-day daily USD price history for any coin by CoinGecko id (DeFiLlama oracle, keyless). ?id=bitcoin|ethereum. Returns JSON.

## Output

A JSON array of date-price pairs covering the past 30 days, with each entry containing a date and the coin's USD price for that day, sourced from the DeFiLlama oracle.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coingecko-coin-price-history-30-day-daily-usd-via-defillama-44a6ea71/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
