# Seerium Macro Clock

> Seerium Macro Clock is a paid API for AI agents from api.seerium.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a macro-economic clock snapshot covering inflation, interest rates, liquidity conditions, economic releases, and macro signals relevant to crypto and prediction markets.

## Facts

- Endpoint: GET https://api.seerium.xyz/v1/pulse/macro-clock
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-seerium-xyz-3a0b926c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jc7WtNgudNCqcmC0sDdsd

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 api-seerium-xyz-3a0b926c
```

Example prompt: What's the current macro clock reading — give me the latest inflation, rates, and liquidity signals relevant to crypto and prediction markets so I can assess the macro environment right now.

## When to prefer this

Choose this endpoint when an agent needs a consolidated macro-economic view tailored specifically to crypto and prediction market contexts, rather than raw economic data APIs that require significant post-processing. Ideal for trading bots, prediction market agents, and portfolio managers that need a ready-to-use macro signal feed without building their own macro data pipeline.

## Known failure modes

- 402 Payment Required if x402 payment header is missing or payment fails
- Rate limiting if too many requests in a short period
- Stale data if upstream macro feeds have not refreshed
- Empty or minimal signal set during low-activity macro periods
- Network timeout if the underlying data aggregation takes too long

## How this service works

Crypto and prediction market intelligence through x402.

## Output

A structured macro snapshot including inflation indicators, interest rate data, liquidity conditions, upcoming and recent economic releases, and macro signals scored for relevance to crypto and prediction market activity.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET"
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "items": [
    {
     "id": "cpi",
     "date": "2026-03-25T12:00:00.000Z",
     "unit": "%",
     "label": "US CPI",
     "score": 74,
     "trend": "down",
     "value": 3.1,
     "change": -0.1,
     "detail": "Latest macro pulse cache item",
     "changePct": -3.13
    }
   ]
  },
  "meta": {
   "requestId": "req_example_123",
   "updatedAt": "2026-03-25T11:59:30.000Z",
   "freshnessMs": 30000,
   "generatedAt": "2026-03-25T12:00:00.000Z"
  },
  "product": {
   "id": "pulse-macro-clock",
   "name": "Macro Market Signals API",
   "path": "/v1/pulse/macro-clock",
   "price": "$0.1000",
   "method": "GET",
   "accepts": [
    {
     "payTo": "0x81832eEDe3a4ad96CB3D7cA09977636D912fd3D5",
     "price": "$0.1000",
     "scheme": "exact",
     "network": "eip155:8453"
    },
    {
     "payTo": "2h752kAbb9z1jpdSzqMEYg9JHv6TPJ6T2BfAJMyjLFtZ",
     "price": "$0.1000",
     "scheme": "exact",
     "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
    }
   ],
   "networks": [
    "eip155:8453",
    "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
   ]
  },
  "service": "seerium-x402-api"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-seerium-xyz-3a0b926c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.seerium.xyz](https://www.zero.xyz/host/api.seerium.xyz/llms.txt)
