ToolAssay

Aurelius Node 01

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
474 msmedian answer time
$0.05listed price per call
$0.05price 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://aurelius-node-01.onrender.com/api/v1/supply

CategoryCode and developer
Provider hostaurelius-node-01.onrender.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 5 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 474 ms

Example input (from the provider)

{
  "method": "GET",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON