# EIA US Energy Benchmark Prices

> EIA US Energy Benchmark Prices is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.003312/call, status unknown (last checked 2026-09-15).

Returns current US energy benchmark prices (oil, gas, electricity, etc.) sourced from the EIA open data API

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/3759
- Price: $0.003312/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eia-us-energy-benchmark-prices-82457722
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dsIG9GA4mHQfpM90WY1C_

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 eia-us-energy-benchmark-prices-82457722
```

Example prompt: What are the current US energy benchmark prices — things like WTI crude oil, natural gas at Henry Hub, and retail gasoline — from the EIA?

## When to prefer this

Choose this endpoint when you need authoritative US energy benchmark price data (crude oil, natural gas, electricity) sourced directly from the US government's EIA open data API, especially in a pay-per-call agent workflow using x402/USDC micropayments on Base. Prefer this over general web search when you need structured, machine-readable price data suitable for financial analysis or monitoring pipelines.

## Known failure modes

- Invalid or malformed query string returns an error response
- EIA API upstream outage may result in failed or stale data
- Querying an unsupported EIA series identifier returns no results
- Rate limiting or payment failure via x402 prevents response

## How this service works

US energy benchmark prices from the EIA (Energy Information Administration) open data API.

## Output

Returns US energy benchmark price data sourced from the EIA open data API, including price values, commodity identifiers, units, and associated dates for energy series such as crude oil, natural gas, and electricity benchmarks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eia-us-energy-benchmark-prices-82457722/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
