Aurelius Node 02
Aurelius Node 02: Real-time SoCal Pacific Gateway ground-truth oracle for cross-referential supply chain AI agents. Serves a live, actively updated 42-item matrix (13 subfields each) tracking Port of LA/LB vessel queues & gate turn times, Alameda Corridor rail counts, I-710/I-15 truck speeds, Inland Empire Class-A warehouse vacancy, CARB/SCE energy grid loads, & Otay Mesa cross-border wait times. Instant $0.05 USDC settlement via Base x402 V2 returning machine-readable JSON.
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-02-socal.onrender.com/api/v1/supply
| Category | Everything else |
|---|---|
| Provider host | aurelius-node-02-socal.onrender.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 3 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.05 | 188 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": 42,
"node": "Aurelius Node 02",
"region": "SoCal Pacific Gateway Corridor",
"sample_item": {
"benchmark_baseline": 2800,
"category": "intermodal",
"current_value": 3250,
"data_tier": "daily_index",
"hub_location": "SoCal Hub",
"id": "SC-14",
"item_key": "socal_to_chicago_rail_spot_rate",
"label": "SoCal to Chicago Intermodal Container Spot Rate",
"source_provider": "Freightos / Cass",
"status": "active",
"trend_direction": "increasing",
"unit_of_measure": "USD/container",
"updated_at": "2026-08-01 12:00:00"
},
"timestamp": "2026-08-01T12:00:00Z"
}
],
"properties": {
"data": {
"items": {
"properties": {
"benchmark_baseline": {
"example": 2800,
"type": "number"
},
"category": {
"example": "intermodal",
"type": "string"
},
"current_value": {
"example": 3250,
"type": "number"
},
"data_tier": {
"example": "daily_index",
"type": "string"
},
"hub_location": {
"example": "SoCal Hub",
"type": "string"
},
"id": {
"example": "SC-14",
"type": "string"
},
"item_key": {
"example": "socal_to_chicago_rail_spot_rate",
"type": "string"
},
"label": {
"example": "SoCal to Chicago Intermodal Container Spot Rate",
"type": "string"
},
"source_provider": {
"example": "Freightos / Cass",
"type": "string"
},
"status": {
"example": "active",
"type": "string"
},
"trend_direction": {
"example": "increasing",
"type": "string"
},
"unit_of_measure": {
"example": "USD/container",
"type": "string"
},
"updated_at": {
"example": "2026-08-01 12:00:00",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"item_count": {
"example": 42,
"type": "number"
},
"node": {
"example": "Aurelius Node 02",
"type": "string"
},
"region": {
"example": "SoCal Pacific Gateway Corridor",
"type": "string"
},
"timestamp": {
"example": "2026-08-01T12:00:00Z",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}