# Lone Star Oracle BLM Lease Intelligence

> Lone Star Oracle BLM Lease Intelligence is a paid API for AI agents from lease.lonestaroracle.xyz, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns a report on BLM lease auctions, expiring leases, and active lease portfolio analysis for oil/gas, geothermal, and grazing rights

## Facts

- Endpoint: GET https://lease.lonestaroracle.xyz/report
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lone-star-oracle-blm-lease-intelligence-2c2755f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-MC-N2t0WRIB09DVpMzu3

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 lone-star-oracle-blm-lease-intelligence-2c2755f4
```

Example prompt: Pull me a BLM lease report covering upcoming auctions and expiring oil and gas leases in Wyoming so I can see what federal parcels are coming available.

## When to prefer this

Use this endpoint when you need current intelligence on BLM federal land lease auctions, expiring leases, or portfolio analysis specifically for oil/gas, geothermal, or grazing rights on Bureau of Land Management administered lands. Prefer this over general real estate APIs when the focus is on federal mineral or surface rights leases.

## Known failure modes

- No leases found for the specified region or type — returns empty result set
- Invalid or unsupported lease type parameter — returns 400 error
- Payment not received or insufficient funds — returns 402 Payment Required
- Service unavailable or data feed outage — returns 503
- Rate limit exceeded — returns 429

## How this service works

BLM lease auctions, expiring leases, active lease portfolio analysis — oil/gas, geothermal, grazing rights. $0.15/report via x402 on Base.

## Output

A structured report containing BLM lease auction listings, records of leases nearing expiration, and portfolio analysis across oil/gas, geothermal, and grazing lease categories on federal lands.

## Example request

```json
{
 "area": "Wyoming",
 "limit": 20,
 "status": "expiring",
 "lease_number": ""
}
```

## Request schema (JSON Schema)

```json
{
 "name": "LeaseEdge — Federal Land & Mineral Leases",
 "tags": [
  "leases",
  "blm",
  "federal-land",
  "oil-gas",
  "minerals"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "trading",
 "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": {
      "area": {
       "type": "string",
       "title": "Area"
      },
      "limit": {
       "type": "integer",
       "title": "Limit",
       "default": 20
      },
      "status": {
       "type": "string",
       "title": "Status"
      },
      "lease_number": {
       "type": "string",
       "title": "Lease Number"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "BLM lease auctions, expiring leases, active lease portfolio analysis — oil/gas, geothermal, grazing rights. $0.15/report via x402 on Base."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lone-star-oracle-blm-lease-intelligence-2c2755f4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lease.lonestaroracle.xyz](https://www.zero.xyz/host/lease.lonestaroracle.xyz/llms.txt)
