# TradePulse Global Trade Policy Intelligence

> TradePulse Global Trade Policy Intelligence is a paid API for AI agents from tradepulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns real-time global trade policy intelligence including tariff changes, free trade agreement news, and sanctions updates

## Facts

- Endpoint: GET https://tradepulse.theaslangroupllc.com/api/trade/news
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradepulse-global-trade-policy-intelligence-28e2d8aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w5H8W-M6OCrREJODh8Bas

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 tradepulse-global-trade-policy-intelligence-28e2d8aa
```

Example prompt: Pull the latest trade policy intelligence from TradePulse — I need any new tariff changes, FTA developments, and sanctions updates that could affect our electronics imports from Southeast Asia.

## When to prefer this

Use this endpoint when an AI agent needs up-to-date trade policy intelligence — specifically tariff changes, FTA news, or sanctions updates — to support import/export compliance decisions, supply chain risk assessments, or regulatory monitoring workflows. Prefer this over general web search when structured, domain-specific trade policy data is needed.

## Known failure modes

- No recent news available — returns empty result set
- Payment required (402) — x402 micropayment of $0.08 USDC must be submitted
- Rate limiting if called too frequently
- Network timeout if upstream trade policy data sources are unavailable
- Invalid query parameters return 400 error

## How this service works

Global trade policy intelligence for trade and compliance agents. Returns tariff changes, FTA news, and sanctions updates.

## Output

A structured feed of recent global trade policy events including tariff rate changes, free trade agreement announcements and amendments, and sanctions designations or removals, relevant to international trade and compliance professionals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "topic": {
   "type": "string",
   "description": "tariffs | fta | sanctions | wto | supply-chain | all"
  },
  "to_country": {
   "type": "string",
   "description": "Filter by receiving country. Also accepts 'to'"
  },
  "from_country": {
   "type": "string",
   "description": "Filter by sending country. Also accepts 'from'"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tradepulse-global-trade-policy-intelligence-28e2d8aa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tradepulse.theaslangroupllc.com](https://www.zero.xyz/host/tradepulse.theaslangroupllc.com/llms.txt)
