# LeaseEdge — Federal Land & Mineral Lease Intelligence

> LeaseEdge — Federal Land & Mineral Lease Intelligence is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns BLM lease auction data, expiring lease alerts, and active lease portfolio analysis for oil/gas, geothermal, and grazing rights on federal lands.

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_lease_lonestaroracle_xyz
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/leaseedge-federal-land-mineral-lease-intelligence-be1b0edf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bgF9C7ZG-SA5TEXTqmovU

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 leaseedge-federal-land-mineral-lease-intelligence-be1b0edf
```

Example prompt: Pull me a LeaseEdge report on active and expiring BLM oil and gas leases in Wyoming — show up to 30 results with their status.

## When to prefer this

Choose LeaseEdge when you need current BLM federal land lease data — auctions, expirations, or portfolio analysis — specifically for oil/gas, geothermal, or grazing rights. It is purpose-built for federal mineral and land lease intelligence and provides an AI-summarized report at low cost per call, making it ideal for investment scouts, land brokers, energy analysts, and ranchers monitoring federal lease activity. It is preferable over general web search when you need structured, queryable lease records rather than news articles or government PDF navigation.

## Known failure modes

- No leases found for the specified area or filter — returns empty result set
- Invalid lease number format returns an error or empty response
- Area parameter not recognized as a valid BLM region or state
- Rate limiting or payment failure via x402 if USDC balance is insufficient
- Status filter value not matching expected enum may return no results

## 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 records matching the query — including lease numbers, areas, lease types (oil/gas, geothermal, grazing), status (active, expiring, auction), and an AI-generated portfolio summary. Returns up to the specified limit of records.

## 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/leaseedge-federal-land-mineral-lease-intelligence-be1b0edf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
