mirrored listing x402 eip155:8453

Aurelius Node 01: Real-time Texas Regional Corridor ground-truth oracle (DFW, Permian, Gul

Aurelius Node 01: Real-time Texas Regional Corridor ground-truth oracle (DFW, Permian, Gulf Coast, Central TX). Provides 46-item supply matrix: structural steel, industrial copper/aluminum, OCTG casing, oilfield supply, piping, aggregates, concrete & green energy infrastructure. Includes EIA fuel rack benchmarks & spot hotshot freight rates. Returns JSON schema with stock levels, lat/lng, lead times, hazmat status, & instant $0.05 USDC settlement via Base x402 V2.

Do you run aurelius-node-01.onrender.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
9
calls / 30d
7
unique payers
2026-09-10
updated

Provider

aurelius-node-01.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x239DE97929b20F27aa503B236d33420670Bf5Ad1",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "category": "Data",
    "discoverable": true,
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      },
      "output": {
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {},
          "type": "object"
        },
        "output": {
          "examples": [
            {
              "item_count": 46,
              "node": "Aurelius Node 01",
              "region": "Texas Regional Corridor",
              "sample_item": {
                "allows_customer_pickup": true,
                "allows_hotshot": true,
                "availability_type": "Immediate Yard Stock",
                "category": "Steel & Piping",
                "city": "Midland",
                "hazmat": false,
                "hub_name": "Permian Basin Hub Alpha",
                "id": 42,
                "item_name": "OCTG Casing Pipe 7in L80 Seamless",
                "lat": 31.9974,
                "lead_time_hours": 4,
                "length_ft": 40,
                "lng": -102.0779,
                "min_order_qty": 100,
                "min_ticket_usd": 50,
                "spec_grade": "API 5CT L80",
                "state": "TX",
                "stock_level": 1250,
                "unit_of_measure": "linear_foot",
                "unit_price_usd": 42.5,
                "updated_at": "2026-07-29 14:30:00",
                "weight_lbs_per_unit": 26,
                "zip_code": "79701"
              },
              "timestamp": "2026-07-29T14:30:00Z"
            }
          ],
          "properties": {
            "data": {
              "items": {
                "properties": {
                  "allows_customer_pickup": {
                    "type": "boolean"
                  },
                  "allows_hotshot": {
                    "type": "boolean"
                  },
                  "availability_type": {
                    "type": "string"
                  },
                  "category": {
                    "type": "string"
                  },
                  "city": {
                    "type": "string"
                  },
                  "hazmat": {
                    "type": "boolean"
                  },
                  "hub_name": {
                    "type": "string"
                  },
                  "id": {
                    "type": "number"
                  },
                  "item_name": {
                    "type": "string"
                  },
                  "lat": {
                    "type": "number"
                  },
                  "lead_time_hours": {
                    "type": "number"
                  },
                  "length_ft": {
                    "type": "number"
                  },
                  "lng": {
                    "type": "number"
                  },
                  "min_order_qty": {
                    "type": "number"
                  },
                  "min_ticket_usd": {
                    "type": "number"
                  },
                  "spec_grade": {
                    "type": "string"
                  },
                  "state": {
                    "type": "string"
                  },
                  "stock_level": {
                    "type": "number"
                  },
                  "unit_of_measure": {
                    "type": "string"
                  },
                  "unit_price_usd": {
                    "type": "number"
                  },
                  "updated_at": {
                    "type": "string"
                  },
                  "weight_lbs_per_unit": {
                    "type": "number"
                  },
                  "zip_code": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "item_count": {
              "example": 46,
              "type": "number"
            },
            "node": {
              "example": "Aurelius Node 01",
              "type": "string"
            },
            "region": {
              "example": "Texas Regional Corridor",
              "type": "string"
            },
            "timestamp": {
              "example": "2026-07-29T14:30:00Z",
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    },
    "tags": [
      "texas",
      "permian-basin",
      "dfw",
      "logistics",
      "supply-chain",
      "freight",
      "ground-truth-oracle",
      "steel-pipe",
      "copper-aluminum",
      "lumber-aggregates",
      "concrete-infrastructure",
      "eia-fuel-rack",
      "hotshot-freight",
      "oilfield-utility",
      "renewable-energy"
    ]
  }
}

Use it

curl

curl "https://aurelius-node-01.onrender.com/api/v1/supply"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://aurelius-node-01.onrender.com/api/v1/supply");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://aurelius-node-01.onrender.com/api/v1/supply")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/4996.json, and this resource appears in /discovery/resources and /discovery/search.