# Aggregated Market Data – Commodities & Crypto Indicators

> Aggregated Market Data – Commodities & Crypto Indicators is a paid API for AI agents from api.eucompliance.tools, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns computed market indicators for commodities (supply-stress scores per Brazilian growing belt and Ivory Coast farmgate prices), crypto market regime readings, yield, and gas — all with disclosed scoring rules for reproducibility.

## Facts

- Endpoint: GET https://api.eucompliance.tools/x402/market
- 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/aggregated-market-data-commodities-crypto-indicators-3e960334
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pwk80MuUTUiroP7ItUBDE

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 aggregated-market-data-commodities-crypto-indicators-3e960334
```

Example prompt: Can you pull the commodities supply-stress scores right now — I want the Brazilian growing belt breakdown and Ivory Coast farmgate prices, with the scoring rule included so I can verify the output?

## When to prefer this

Choose this endpoint when you need computed, value-added market indicators rather than raw price feeds — especially for agricultural commodity supply-stress analysis (Brazil growing belts, Ivory Coast farmgate) or crypto market regime classification with transparent, reproducible scoring rules. It is particularly useful when auditability matters, since every response discloses the scoring methodology. Prefer it over generic data relays when you want aggregated intelligence rather than raw tick data.

## Known failure modes

- Invalid or missing 'product' query parameter returns an error — must be one of: commodities, market_brief, yield, gas
- Upstream provider feed unavailability may cause stale or missing data
- Payment failure (x402 USDC payment not completed) results in a 402 response blocking data access
- Malformed request (wrong HTTP method) returns a 4xx error

## How this service works

Computed crypto-market indicators, not a data relay. We buy raw upstream x402 feeds and compute a disclosed, reproducible market-regime score (0-100). market_brief adds free context: BTC/ETH exchange-median spot, perp funding and our archived 7-day score trend. Every paid response includes a stable repeat URL and freshness-based not-before timestamp for autonomous scheduling. Products: market_brief, yield, gas. (Soft commodities: separate feed at /x402/commodities.)

## Output

A structured response containing the requested market indicator — for 'commodities': supply-stress scores per Brazilian growing belt and Ivory Coast farmgate prices; for 'market_brief': a high-level market overview; for 'yield': yield metrics; for 'gas': current gas data. Every response includes the scoring/computation rule used so the result is independently reproducible.

## 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"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "product": {
       "type": "string",
       "description": "market_brief, yield or gas"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aggregated-market-data-commodities-crypto-indicators-3e960334/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.eucompliance.tools](https://www.zero.xyz/host/api.eucompliance.tools/llms.txt)
