# Cudaso Macroeconomic & Construction-Material Price Index API

> Cudaso Macroeconomic & Construction-Material Price Index API is a paid API for AI agents from api.cudaso.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Returns verified construction-material price indices and macroeconomic data for EU and global markets, sourced from Eurostat, ISTAT, MASE, and World Bank.

## Facts

- Endpoint: GET https://api.cudaso.com/api/v1/macro
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cudaso-macroeconomic-construction-material-price-index-api-8fcd12b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wHPak-4djY6Zw-XL3dLSS

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 cudaso-macroeconomic-construction-material-price-index-api-8fcd12b6
```

Example prompt: Can you pull the latest construction-material price index for Italy from Cudaso — I need the most recent verified EU macroeconomic data on building material costs?

## When to prefer this

Choose this endpoint when you need verified, authoritative construction-material price index or macroeconomic data for EU and global markets, especially when sourcing from official bodies like Eurostat, ISTAT, MASE, or World Bank. Prefer this over generic economic data APIs when your use case is specifically construction-sector pricing, building material cost indices, or EU macroeconomic statistics, and when per-request micropayment via USDC on Base is acceptable.

## Known failure modes

- Missing or invalid query parameters may return empty or error responses
- Payment not fulfilled (402) if USDC payment via x402 protocol is not included
- Rate limiting or quota exceeded if too many requests are made
- Requested data series not available for specific country or time period
- Network timeout for slow upstream data provider responses

## How this service works

Construction-material price index & macroeconomic API optimized for AI agents. Verified EU + global data (Eurostat, ISTAT, MASE, World Bank). Pay per request in USDC on Base.

## Output

A JSON response containing verified construction-material price index data and macroeconomic indicators sourced from Eurostat, ISTAT, MASE, and/or World Bank, covering EU and global regions, with price index values, time series references, and relevant economic metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cudaso-macroeconomic-construction-material-price-index-api-8fcd12b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.cudaso.com](https://www.zero.xyz/host/api.cudaso.com/llms.txt)
