# Edge Agents – Thailand Forex Reserves (Months of Import Cover)

> Edge Agents – Thailand Forex Reserves (Months of Import Cover) 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 analysis of Thailand's foreign exchange reserves expressed as months of import cover, with provenance, confidence ratings, and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-th-reserves-months-imports
- 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-thailand-forex-reserves-months-of-import-cover-fc71985d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qNsyzHjKV57j2WLraDjLF

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-thailand-forex-reserves-months-of-import-cover-fc71985d
```

Example prompt: Pull me a fresh Edge Agents report on Thailand's foreign exchange reserves — specifically how many months of import cover they currently have — and flag the confidence level and any contradictions in the evidence.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, point-in-time assessment of Thailand's foreign exchange reserve adequacy (months of import cover) with explicit confidence ratings and contradiction flags — particularly for board reporting, fund due diligence, or autonomous agent risk workflows where auditability and bounded decisions matter more than raw data feeds. Prefer alternatives (e.g. IMF or central bank raw feeds) if you need machine-readable time series rather than a bounded narrative analysis.

## Known failure modes

- Stale or unavailable source data results in a report noting incomplete evidence with explicit limitations
- Payment not settled (x402 flow incomplete) returns a 402 Payment Required before any data is served
- Transient upstream data source outages may yield a degraded confidence rating rather than hard error
- Malformed request parameters return an error before report generation

## 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 signed JSON report containing: a quality status (e.g. 'strong') and confidence level (e.g. 'high') for Thailand's reserve buffer, an analysis summary with intent tags, an evidence block listing source assets and data policy, the serviceId, a generatedAt timestamp, schema version, provenance (issuer URL + signed flag), and a disclaimer clarifying this is market research rather than investment advice. Limitations on coverage and source freshness are explicitly stated.

## 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",
    "reserves"
   ],
   "summary": "Fresh Thailand Reserve Buffer findings appear here."
  },
  "evidence": {
   "assets": [
    "THA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-th-reserves-months-imports",
  "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-thailand-forex-reserves-months-of-import-cover-fc71985d/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)
