# EconSignalPulse Trade Flows

> EconSignalPulse Trade Flows is a paid API for AI agents from econsignalpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Synthesizes World Bank data, shipping AIS signals, and news to deliver bilateral trade balances, export composition, shipping route activity, and supply-chain risk intelligence for any country pair.

## Facts

- Endpoint: GET https://econsignalpulse.theaslangroupllc.com/api/econsignal/trade-flows
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/econsignalpulse-trade-flows-dbca1d9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PkiHEHYxoF2dmb1l5gkpw

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 econsignalpulse-trade-flows-dbca1d9c
```

Example prompt: Pull me the current bilateral trade balance, export composition, and supply-chain risk for the US-China corridor — I need to see what the shipping AIS signals are showing versus the official World Bank data.

## When to prefer this

Choose this endpoint when you need a multi-source synthesis of bilateral trade intelligence that goes beyond official statistics — combining World Bank data with real-time AIS shipping signals and news. Ideal for supply-chain agents assessing corridor risk, macro agents evaluating trade dependencies, or geopolitical analysts cross-checking official trade data against alternative signals.

## Known failure modes

- Unsupported or ambiguous country pair returns a 400 error
- AIS data lag may cause slight staleness in shipping route metrics
- News synthesis may not capture very recent events within last 24 hours
- Rate limiting or payment failure returns a 402 Payment Required
- Sparse data for certain frontier market corridors may yield lower-confidence outputs

## How this service works

Global trade-flow intelligence — World Bank data, shipping AIS and news synthesis: bilateral balances, export composition, route activity and supply-chain risk. For supply-chain and macro agents.

## Output

Returns a structured report combining World Bank bilateral trade statistics, AIS-derived shipping route activity, news-synthesized supply-chain risk signals, export composition breakdown, and bilateral trade balance figures for the requested country pair or corridor.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "iso2": {
       "type": "string",
       "description": "ISO2 code for World Bank"
      },
      "iso3": {
       "type": "string",
       "description": "ISO3 code for IMF"
      },
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | zh | ko | pt | ar | hi (default: en)"
      },
      "country": {
       "type": "string",
       "description": "Primary country — e.g. \"Mexico\" | \"South Korea\" | \"Netherlands\" | \"UAE\" | \"Singapore\""
      },
      "partner": {
       "type": "string",
       "description": "Trade partner country (optional) — e.g. \"United States\" | \"China\" | \"Germany\""
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "opportunity": "Mexico is the top US trade partner as of 2023, overtaking China for first time since 1990s. Nearshoring wave has 5-10 years to run.",
  "risk_factors": [
   "US tariff policy uncertainty — 25% auto tariffs threatened",
   "Drug cartel extortion of logistics companies in Jalisco/Michoacán",
   "Power shortage limiting new factory capacity"
  ],
  "query_summary": {
   "iso2": "MX",
   "country": "Mexico",
   "partner": "United States"
  },
  "trade_profile": {
   "total_exports_usd_bn": 593,
   "total_imports_usd_bn": 551,
   "trade_balance_usd_bn": 42,
   "export_growth_3yr_pct": 38,
   "current_account_pct_gdp": -0.3
  },
  "bilateral_with_us": {
   "top_exports": [
    "Vehicles and auto parts (35%)",
    "Electronics/machinery (22%)",
    "Petroleum products (8%)",
    "Medical devices (6%)"
   ],
   "nearshoring_signal": "FDI into Mexican manufacturing +45% since 2022 USMCA nearshoring acceleration",
   "mexico_exports_to_us_usd_bn": 475,
   "mexico_imports_from_us_usd_bn": 262,
   "us_trade_deficit_with_mexico_usd_bn": 213
  },
  "shipping_intelligence": {
   "key_ports": [
    "Veracruz (Gulf coast)",
    "Manzanillo (Pacific)",
    "Altamira (industrial)"
   ],
   "rail_crossings": "Kansas City Southern/CPKC rail crossings at record levels — $400B annual freight",
   "container_volume_trend": "Pacific coast ports up 28% YoY driven by Asia-Mexico-US corridor growth"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/econsignalpulse-trade-flows-dbca1d9c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from econsignalpulse.theaslangroupllc.com](https://www.zero.xyz/host/econsignalpulse.theaslangroupllc.com/llms.txt)
