BLM lease auctions, expiring leases, active lease portfolio analysis — oil/gas,
BLM lease auctions, expiring leases, active lease portfolio analysis — oil/gas, geothermal, grazing rights. $0.15/report via x402 on Base.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
854 msmedian answer time
$0.15listed price per call
$0.15price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://lease.lonestaroracle.xyz/report
| Category | Everything else |
|---|---|
| Provider host | lease.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.15 | 854 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"area": "example",
"lease_number": "example",
"limit": 20,
"status": "example"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "trading",
"description": "BLM lease auctions, expiring leases, active lease portfolio analysis \u2014 oil/gas, geothermal, grazing rights. $0.15/report via x402 on Base.",
"name": "LeaseEdge \u2014 Federal Land & Mineral Leases",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"area": {
"title": "Area",
"type": "string"
},
"lease_number": {
"title": "Lease Number",
"type": "string"
},
"limit": {
"default": 20,
"title": "Limit",
"type": "integer"
},
"status": {
"title": "Status",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"leases",
"blm",
"federal-land",
"oil-gas",
"minerals"
],
"type": "object",
"version": "1.0.0"
}