# Edge Agents – Malaysia FDI Net Inflows Intelligence

> Edge Agents – Malaysia FDI Net Inflows Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns evidence-backed decision intelligence on Malaysia's foreign direct investment (FDI) net inflows, including macro analysis, provenance, and contradiction flagging.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-my-fdi-inflows
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-malaysia-fdi-net-inflows-intelligence-0167f25c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vLJDJO35nmZe5Xy6LWX61

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 edge-agents-malaysia-fdi-net-inflows-intelligence-0167f25c
```

Example prompt: Can you pull the latest evidence-backed report on Malaysia's FDI net inflows — I need the macro analysis with confidence level and source provenance for a strategy meeting?

## When to prefer this

Choose this endpoint when you need a sourced, provenance-signed macro intelligence report specifically on Malaysia FDI net inflows — particularly when citation traceability, contradiction flagging, and bounded confidence scores matter (e.g. board presentations, CFO due diligence, or autonomous agent decision pipelines). Prefer over generic data APIs when audit-grade provenance and a structured quality assessment are required alongside the raw figures.

## Known failure modes

- Payment not completed — 402 response if USDC micropayment is not submitted
- Data temporarily unavailable — dataStatus field may reflect incomplete coverage
- Stale data — generatedAt timestamp indicates freshness; live sources may lag
- Empty evidence assets — assets array may be empty if live sourcing yields no results at call time
- Schema mismatch — clients expecting schema version <2.0 may encounter field differences

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A structured JSON report containing: FDI net inflows macro analysis summary, quality status (e.g. 'strong') with confidence level ('high'), evidence assets with point-in-time sourcing policy, provenance record (signed, issuer-attributed), schema version, generation timestamp, and explicit limitations and disclaimers noting coverage gaps and data freshness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "macro",
   "intents": [
    "evidence",
    "investment"
   ],
   "summary": "Fresh Malaysia FDI Net Inflows findings appear here."
  },
  "evidence": {
   "assets": [
    "MYS"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-my-fdi-inflows",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-malaysia-fdi-net-inflows-intelligence-0167f25c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
