# Edge Agents – Singapore GDP Growth Intelligence

> Edge Agents – Singapore GDP Growth 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 analysis of Singapore's GDP growth with provenance, confidence ratings, and source citations for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-sg-gdp-growth
- 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-singapore-gdp-growth-intelligence-09826aaf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PIphpfEoPwQ7eM4D1IB6G

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-singapore-gdp-growth-intelligence-09826aaf
```

Example prompt: Can you pull the latest evidence-backed Singapore GDP growth analysis from Edge Agents — I need confidence ratings, source provenance, and any flagged contradictions for our strategy team's quarterly review?

## When to prefer this

Choose this endpoint when you need Singapore-specific GDP growth intelligence with explicit provenance, confidence scores, and contradiction flags — particularly for boardroom-grade decision support, investment theses, or autonomous agent pipelines that require traceable, bounded macro evidence rather than raw unverified data feeds. It is purpose-built for decision accountability at $0.01 per call, making it cost-effective for repeated agent polling.

## Known failure modes

- Payment not received (402) — endpoint requires $0.01 USDC per call via x402 protocol
- No live evidence available — assets array may be empty if data is not yet collected
- Stale data — generatedAt timestamp may lag real-world GDP releases
- Service outage — API may be temporarily unavailable
- Malformed request — missing or incorrect query parameters return error

## How this service works

Latest available Singapore gdp growth plus a comparable annual history from the World Bank World Development Indicators API, with source, lag and revision caveats. Purpose: Give an autonomous agent a normalized, directly sourced Singapore gdp growth series without forcing it to understand World Bank indicator codes or response shapes. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: quality status and confidence level, a macro family analysis summary with intents and findings, evidence assets with point-in-time source policy, provenance with issuer signature, dataStatus indicator, generatedAt timestamp, schema version, and a disclaimer noting it is general 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",
    "growth"
   ],
   "summary": "Fresh Singapore GDP Growth findings appear here."
  },
  "evidence": {
   "assets": [
    "SGP"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-sg-gdp-growth",
  "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-singapore-gdp-growth-intelligence-09826aaf/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)
