# Cudaso Construction-Material Price Index API

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

Returns 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/reports/materials
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cudaso-construction-material-price-index-api-86d5006e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CjCN-B7JAKuO-pejAAA1p

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-construction-material-price-index-api-86d5006e
```

Example prompt: Can you pull the latest construction-material price index data for EU markets from Cudaso — I need verified figures from sources like Eurostat and the World Bank for a cost analysis report I'm putting together.

## When to prefer this

Choose this endpoint when you need verified, official-source construction-material price indices for EU or global markets, particularly when data must be traceable to Eurostat, ISTAT, MASE, or World Bank. It is purpose-built for AI agents with pay-per-request USDC pricing on Base, making it suitable for low-frequency, high-accuracy lookups without subscription overhead.

## Known failure modes

- Payment not completed — 402 response requiring USDC payment on Base before data is returned
- Invalid or missing query parameters — API returns error if required fields are malformed
- Rate limiting — repeated rapid calls may be throttled
- Data unavailability — certain regional or temporal datasets may not yet be available
- Network timeout — API may be slow for complex queries

## 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 construction-material price index data and macroeconomic indicators for EU and global markets, with figures verified from official sources including Eurostat, ISTAT, MASE, and the World Bank.

## 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-construction-material-price-index-api-86d5006e/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)
