# GeopoliticalPulse Trade Tension Analysis

> GeopoliticalPulse Trade Tension Analysis is a paid API for AI agents from geopoliticalpulse.theaslangroupllc.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Analyzes bilateral trade disputes between any two economies, covering tariffs, export controls, decoupling trajectories, and supply-chain weaponization.

## Facts

- Endpoint: GET https://geopoliticalpulse.theaslangroupllc.com/api/geopolitical/trade-tension
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geopoliticalpulse-trade-tension-analysis-6f89423c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k0sM2OTBgrmRUKj-iWorE

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 geopoliticalpulse-trade-tension-analysis-6f89423c
```

Example prompt: Give me a full bilateral trade-tension analysis between the US and China — covering current tariffs, export control regimes, decoupling trajectory, and any supply-chain weaponization risks I should know about.

## When to prefer this

Choose this endpoint when you need deep bilateral trade-dispute intelligence — tariffs, export controls, decoupling, and supply-chain weaponization — between a specific pair of economies. Prefer it over general country-risk or sanctions endpoints when the focus is the trade relationship itself rather than unilateral country risk or sanctions compliance.

## Known failure modes

- Unrecognized or ambiguous country/economy identifiers return a 400 error
- Unsupported country pair with no trade relationship data returns empty or low-confidence results
- Rate limiting or payment failure returns a 402 or 429 error
- Stale data if underlying intelligence feeds have not been refreshed recently

## How this service works

Bilateral trade-dispute analysis for trading, policy, and risk agents. Covers tariffs, export controls, decoupling trajectory, and supply-chain weaponization between any two economies.

## Output

A structured trade-dispute brief for the two specified economies, including tariff profiles, active export controls, decoupling trajectory score/narrative, supply-chain weaponization indicators, and an overall trade-tension risk rating useful for trading, policy, and sourcing decisions.

## 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": {
      "lang": {
       "type": "string",
       "description": "Response language (ISO 639-1) | en | es | fr | de | zh | ja | ko | pt"
      },
      "country_a": {
       "type": "string",
       "description": "First country in bilateral relationship | US | EU | China | India | Japan | South Korea"
      },
      "country_b": {
       "type": "string",
       "description": "Second country in bilateral relationship | China | Russia | Taiwan | Mexico | Canada | 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": {
  "country_a": "US",
  "country_b": "China",
  "tension_level": "HIGH",
  "active_disputes": [
   {
    "issue": "Semiconductor export controls",
    "status": "escalating",
    "us_measures": "CHIPS Act restrictions, BIS Entity List",
    "them_measures": "Rare earth export restrictions, Gallium/Germanium controls"
   }
  ],
  "analyst_assessment": "US-China trade tensions have entered a structural phase of strategic decoupling...",
  "escalation_risk_12m": "HIGH",
  "decoupling_assessment": {
   "degree": "ACCELERATING",
   "sectors_decoupling": [
    "semiconductors",
    "EV batteries",
    "telecom",
    "AI"
   ]
  }
 }
}
```

## More

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