# CrownBlock LoneStar Oracle – US Oil & Gas Energy Report

> CrownBlock LoneStar Oracle – US Oil & Gas Energy Report is a paid API for AI agents from crownblock.lonestaroracle.xyz, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns a comprehensive US oil and gas market report covering WTI and Brent crude prices, Henry Hub natural gas, refined products, basin production data, and rig counts

## Facts

- Endpoint: GET https://crownblock.lonestaroracle.xyz/report
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crownblock-lonestaroracle-xyz-97b6ae9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nRVMcy_O8kIAqymKLunR6

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 crownblock-lonestaroracle-xyz-97b6ae9c
```

Example prompt: Pull the latest US oil and gas market report — I need current WTI and Brent crude prices, Henry Hub natural gas, refined products, basin production figures, and the active rig count.

## When to prefer this

Choose this endpoint when you need a broad, one-call US oil and gas market snapshot covering multiple benchmarks (WTI, Brent, Henry Hub), refined products, production volumes, and rig counts simultaneously. Prefer over individual commodity APIs when you need a consolidated energy market report rather than a single price feed.

## Known failure modes

- Payment not included or invalid: 402 Payment Required — must include $1 USDC x402 payment header
- Service temporarily unavailable: 503 or 500 error from upstream data provider
- Rate limiting or abuse detection: 429 Too Many Requests
- Stale or delayed data if upstream feeds are lagging

## How this service works

US oil and gas — WTI Brent Henry Hub refined products basin production rig count

## Output

A structured report containing current benchmark energy prices (WTI crude, Brent crude, Henry Hub natural gas), refined petroleum product prices, US basin-level production figures, and active drilling rig counts across US oil and gas regions.

## Example request

```json
{
 "method": "GET"
}
```

## Request schema (JSON Schema)

```json
{
 "name": "CrownBlock — US Upstream O&G Intel",
 "tags": [
  "oil",
  "gas",
  "upstream",
  "rig-count",
  "permian",
  "bakken",
  "wti"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "energy",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Regional oil & gas intelligence: rig counts, production trends, DUC inventory, WTI/Brent/Henry Hub prices, crude inventory, and Claude-synthesized narrative briefs. Covers Permian, Eagle Ford, Haynesville, Bakken, Appalachia, Niobrara/DJ Basin, Anadarko, and GOM."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crownblock-lonestaroracle-xyz-97b6ae9c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from crownblock.lonestaroracle.xyz](https://www.zero.xyz/host/crownblock.lonestaroracle.xyz/llms.txt)
