Aurelius Node 02: Real-time SoCal Pacific Gateway ground-truth oracle for cross-referentia
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.
50000 (raw units)
price
5
calls / 30d
3
unique payers
2026-09-16
updated
Provider
aurelius-node-02-socal.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": 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"
},
"tags": [
"socal",
"pacific-gateway",
"port-of-los-angeles",
"port-of-long-beach",
"san-pedro-bay",
"i-710-corridor",
"intermodal-drayage",
"ev-charging-grid",
"container-freight",
"logistics",
"supply-chain",
"ground-truth-oracle",
"structural-steel-lumber",
"eia-ca-diesel-rack",
"maritime-telemetry",
"heavy-haul-drayage"
]
}
}Use it
curl
curl "https://aurelius-node-02-socal.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-02-socal.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-02-socal.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 headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8721.json, and this resource appears in /discovery/resources and /discovery/search.