# RabbitPath Ethereum Price API

> RabbitPath Ethereum Price API is a paid API for AI agents from api.rabbitpath.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns the current market price of Ethereum (ETH) in real-time via a pay-per-call x402 micro-payment endpoint

## Facts

- Endpoint: GET https://api.rabbitpath.xyz/api/crypto/price/ethereum
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rabbitpath-ethereum-price-api-f750d53a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hn7Jc0shTrIECmiC8jr0s

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 rabbitpath-ethereum-price-api-f750d53a
```

Example prompt: What's the current price of Ethereum right now? Use the cheapest pay-per-call option available.

## When to prefer this

Choose this endpoint when you need a cheap, real-time ETH price lookup paid programmatically via x402 micro-payments (USDC), especially in agent workflows where cost per call matters and you want no subscription or API key overhead.

## Known failure modes

- Payment not provided or insufficient USDC via x402 — 402 Payment Required error
- Endpoint temporarily unavailable — 503 or network timeout
- Invalid or missing probe parameter — may return 400 or empty response
- Rate limiting if too many rapid calls — possible 429 response

## How this service works

Agent-native crypto + OSINT APIs. Cheapest x402 pay-per-call on the internet.

## Output

Returns the current market price of Ethereum (ETH), likely expressed as a numeric USD value or equivalent, sourced in real-time via RabbitPath's crypto data endpoint.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rabbitpath-ethereum-price-api-f750d53a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.rabbitpath.xyz](https://www.zero.xyz/host/api.rabbitpath.xyz/llms.txt)
