# Mycelia Signal US Economic Calendar Oracle

> Mycelia Signal US Economic Calendar Oracle is a paid API for AI agents from api.myceliasignal.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns the next 30 days of US macroeconomic event releases as an Ed25519-signed attestation for oracle-driven applications

## Facts

- Endpoint: GET https://api.myceliasignal.com/oracle/econ/calendar/country/us
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mycelia-signal-us-economic-calendar-oracle-59c1b8d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-f4kyu7ZjahgspF-RfW2l

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 mycelia-signal-us-economic-calendar-oracle-59c1b8d4
```

Example prompt: Can you pull the upcoming US macro event calendar for the next 30 days — I need the signed oracle data so I can use it in a smart contract or trading system?

## When to prefer this

Choose this endpoint when you need a cryptographically attested, oracle-ready US economic event calendar for use in smart contracts, DeFi protocols, or any application requiring verifiable macro data provenance. Prefer over generic calendar APIs when Ed25519 attestation and on-chain verifiability are required.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required
- Service temporarily unavailable — 503 or timeout
- Invalid or expired signature on response — client-side verification failure
- No events scheduled in the 30-day window — empty calendar response

## How this service works

US economic events — next 30 days of US macro releases — Ed25519 signed attestation

## Output

A signed payload listing US macroeconomic events scheduled in the next 30 days, including event names, release dates, and an Ed25519 cryptographic attestation verifying data authenticity for use in oracle-driven or on-chain applications

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mycelia-signal-us-economic-calendar-oracle-59c1b8d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.myceliasignal.com](https://www.zero.xyz/host/api.myceliasignal.com/llms.txt)
