# Edge Agents – Sweden GDP Per Capita Growth Intelligence

> Edge Agents – Sweden GDP Per Capita 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 decision intelligence on Sweden's GDP per capita growth, including macro analysis, confidence ratings, source provenance, and bounded conclusions for business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-se-gdp-per-capita-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-sweden-gdp-per-capita-growth-intelligence-a71eb28a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zUFjrYYKzRNRPLtYAVf4I

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-sweden-gdp-per-capita-growth-intelligence-a71eb28a
```

Example prompt: Pull the latest evidence-backed analysis of Sweden's GDP per capita growth from Edge Agents — I need the confidence rating, key findings, and provenance so I can include it in a board strategy briefing.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, confidence-scored macro intelligence report specifically on Sweden's GDP per capita growth for decision-making by executives, boards, or autonomous agents. It is preferred over raw data feeds when you need bounded conclusions with stated limitations and contradictions rather than raw statistics, and when auditability and source provenance matter for compliance or governance purposes.

## Known failure modes

- Payment not completed (HTTP 402): request requires $0.01 USDC payment via x402 protocol before data is returned
- Service temporarily unavailable: upstream macro data sources may be stale or unreachable, resulting in incomplete evidence assets
- No fresh data: if underlying Swedish GDP data has not been updated, the report may reflect an older point-in-time snapshot with limitations noted in the response
- Invalid request format: malformed query parameters may result in an error response

## How this service works

Latest available Sweden gdp per capita 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 Sweden gdp per capita 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: a quality status and confidence rating (e.g. 'strong'/'high'), a macro family analysis summary of Sweden's GDP per capita growth, evidence assets with a point-in-time sourcing policy, a signed provenance block from edge-agents.ai, a generated timestamp, schema version, data completeness status, stated limitations on coverage and source freshness, and a disclaimer that the output is market research rather than investment advice.

## 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 Sweden GDP Per Capita Growth findings appear here."
  },
  "evidence": {
   "assets": [
    "SWE"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-se-gdp-per-capita-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-sweden-gdp-per-capita-growth-intelligence-a71eb28a/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)
