# Financial Data x402 – ETH Price

> Financial Data x402 – ETH Price is a paid API for AI agents from x402financialdata.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current Ethereum price in USD and BTC via a micropayment-gated x402 API call

## Facts

- Endpoint: GET https://x402financialdata.com/eth-price
- 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/financial-data-x402-eth-price-00c12900
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OjUNKh2P_F2sg_0VQxEWn

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 financial-data-x402-eth-price-00c12900
```

Example prompt: What is the current price of Ethereum in USD and BTC right now? Pay the small per-call fee with USDC.

## When to prefer this

Prefer this endpoint when you need a no-subscription, pay-per-call ETH price feed and are already operating in the x402 micropayment ecosystem with USDC on Base or Solana. Ideal for agents that call infrequently and want to avoid monthly API key commitments. Not ideal if you need high-frequency polling where per-call fees accumulate.

## Known failure modes

- Payment rejected or insufficient USDC balance — HTTP 402 returned with payment requirements
- Network timeout if the x402 payment channel is congested
- Stale or delayed price data if the upstream price feed is lagging
- Unsupported payment network if USDC is not on Base or Solana

## How this service works

Pay-per-call stock, macro, on-chain, and crypto data over the x402 protocol. USDC on Base or Solana, no API keys, no subscriptions.

## Output

Returns a JSON object with the timestamp of the price (as_of), chain identifier (eth), ETH price in USD (eth_usd), and ETH price in BTC (eth_btc). Example: {as_of: '2026-07-31T03:42:30+00:00', chain: 'eth', eth_btc: 0.02970669, eth_usd: 1867.87}

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-07-31T03:42:30+00:00",
  "chain": "eth",
  "eth_btc": 0.02970669,
  "eth_usd": 1867.87
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/financial-data-x402-eth-price-00c12900/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402financialdata.com](https://www.zero.xyz/host/x402financialdata.com/llms.txt)
