# Aurelius Node 02 SoCal Pacific Gateway Supply Chain Oracle

> Aurelius Node 02 SoCal Pacific Gateway Supply Chain Oracle is a paid API for AI agents from aurelius-node-02-socal.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a real-time 42-item supply chain data matrix covering Port of LA/LB vessel queues, Alameda Corridor rail, I-710/I-15 truck speeds, Inland Empire warehouse vacancy, CARB/SCE energy grid loads, and Otay Mesa cross-border wait times for the Southern California Pacific Gateway corridor.

## Facts

- Endpoint: GET https://aurelius-node-02-socal.onrender.com/api/v1/supply
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aurelius-node-02-socal-pacific-gateway-supply-chain-oracle-a3025ca4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5qJ8nmTqOptRdb96S7z5b

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aurelius-node-02-socal-pacific-gateway-supply-chain-oracle-a3025ca4
```

Example prompt: Pull the latest SoCal Pacific Gateway supply chain conditions — I need Port of LA/LB vessel queue times, I-710 truck speeds, Alameda Corridor rail counts, and current intermodal spot rates from Chicago to SoCal, all in one snapshot.

## When to prefer this

Choose this endpoint when you need a single, consolidated real-time snapshot of Southern California logistics conditions across port, rail, road, warehouse, energy, and border domains in one API call. Prefer it over scraping individual agency sites or aggregating multiple freight APIs when your agent needs machine-readable, cross-referenced SoCal corridor ground truth for supply chain decision-making, routing optimization, or risk assessment. The $0.05 USDC micropayment model makes it cost-effective for frequent polling by autonomous agents.

## Known failure modes

- Payment failure or x402 auth error if USDC settlement is not completed correctly
- Stale or missing data if underlying provider feeds (Freightos, Cass, etc.) are delayed
- 503/timeout if the Render.com hosted node is cold-starting or under maintenance
- Partial matrix returned if one or more data categories temporarily unavailable
- Rate limiting if called at very high frequency

## How this service works

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.

## Output

A JSON array of 42 supply chain data items, each containing an ID, human-readable label, category, item key, data tier, hub location, current numeric value with unit of measure, source provider attribution, trend direction (e.g. increasing/decreasing), and a benchmark baseline for comparison. Also includes node identifier, region label, and a timestamp indicating data freshness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {}
  },
  "output": {
   "type": "object",
   "examples": [
    {
     "node": "Aurelius Node 02",
     "region": "SoCal Pacific Gateway Corridor",
     "timestamp": "2026-08-01T12:00:00Z",
     "item_count": 42,
     "sample_item": {
      "id": "SC-14",
      "label": "SoCal to Chicago Intermodal Container Spot Rate",
      "status": "active",
      "category": "intermodal",
      "item_key": "socal_to_chicago_rail_spot_rate",
      "data_tier": "daily_index",
      "updated_at": "2026-08-01 12:00:00",
      "hub_location": "SoCal Hub",
      "current_value": 3250,
      "source_provider": "Freightos / Cass",
      "trend_direction": "increasing",
      "unit_of_measure": "USD/container",
      "benchmark_baseline": 2800
     }
    }
   ],
   "properties": {
    "data": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "id": {
        "type": "string",
        "example": "SC-14"
       },
       "label": {
        "type": "string",
        "example": "SoCal to Chicago Intermodal Container Spot Rate"
       },
       "status": {
        "type": "string",
        "example": "active"
       },
       "category": {
        "type": "string",
        "example": "intermodal"
       },
       "item_key": {
        "type": "string",
        "example": "socal_to_chicago_rail_spot_rate"
       },
       "data_tier": {
        "type": "string",
        "example": "daily_index"
       },
       "updated_at": {
        "type": "string",
        "example": "2026-08-01 12:00:00"
       },
       "hub_location": {
        "type": "string",
        "example": "SoCal Hub"
       },
       "current_value": {
        "type": "number",
        "example": 3250
       },
       "source_provider": {
        "type": "string",
        "example": "Freightos / Cass"
       },
       "trend_direction": {
        "type": "string",
        "example": "increasing"
       },
       "unit_of_measure": {
        "type": "string",
        "example": "USD/container"
       },
       "benchmark_baseline": {
        "type": "number",
        "example": 2800
       }
      }
     }
    },
    "node": {
     "type": "string",
     "example": "Aurelius Node 02"
    },
    "region": {
     "type": "string",
     "example": "SoCal Pacific Gateway Corridor"
    },
    "timestamp": {
     "type": "string",
     
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aurelius-node-02-socal-pacific-gateway-supply-chain-oracle-a3025ca4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aurelius-node-02-socal.onrender.com](https://www.zero.xyz/host/aurelius-node-02-socal.onrender.com/llms.txt)
