# ETH/USD Price Feed via DefiLlama

> ETH/USD Price Feed via DefiLlama is a paid API for AI agents from x402-seller-0ay3.onrender.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current Ethereum (ETH) price in USD sourced from DefiLlama, with confidence score and fetch timestamp.

## Facts

- Endpoint: GET https://x402-seller-0ay3.onrender.com/api/price/eth-usd
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eth-usd-price-feed-via-defillama-68e1d5ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wTH9WJPpjexrbHJtBaNJ1

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 eth-usd-price-feed-via-defillama-68e1d5ea
```

Example prompt: What's the current ETH price in USD right now? Pull it from DefiLlama and include the confidence score.

## When to prefer this

Choose this endpoint when you need a quick, no-parameter ETH/USD spot price with a confidence score, sourced specifically from DefiLlama's DeFi-native aggregation. Ideal for agents that need ETH valuation in USD without providing any query parameters. Prefer over generic exchange APIs when DefiLlama coverage and DeFi ecosystem alignment matters.

## Known failure modes

- DefiLlama upstream unavailable — may return stale or error response
- Render cold-start latency if the service has been idle — first call may be slow
- Price confidence below 1.0 if DefiLlama data is sparse or delayed
- Network timeout if the public DeFi data source is slow to respond

## How this service works

Current ETH (Ethereum) price in USD, source DefiLlama. No parameters.

## Output

A JSON object containing the ETH symbol, current price in USD (e.g. 2400.50), confidence score (0–1), the DefiLlama source URL, and a UTC timestamp of when the price was fetched.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "https://coins.llama.fi",
  "symbol": "ETH",
  "price_usd": 2400.5,
  "confidence": 0.99,
  "fetched_at": "2026-09-01T12:00:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eth-usd-price-feed-via-defillama-68e1d5ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-seller-0ay3.onrender.com](https://www.zero.xyz/host/x402-seller-0ay3.onrender.com/llms.txt)
