# MycелiaSignal Economic Calendar Today

> MycелiaSignal Economic Calendar Today 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-13).

Returns today's high and medium impact economic event releases as an Ed25519 signed oracle attestation

## Facts

- Endpoint: GET https://api.myceliasignal.com/oracle/econ/calendar/today
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/myc-iasignal-economic-calendar-today-a691e693
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_54_CEotch7VgI9WA2TbJP

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 myc-iasignal-economic-calendar-today-a691e693
```

Example prompt: What high and medium impact economic events are scheduled for release today — I need cryptographically signed data I can trust for oracle-driven decisions?

## When to prefer this

Use this endpoint when you need a cryptographically verifiable, oracle-grade snapshot of today's macroeconomic event schedule — particularly for DeFi protocols, smart contracts, or automated trading systems that require tamper-evident signed data rather than a plain JSON calendar feed. Prefer this over generic financial news APIs when on-chain verifiability or Ed25519 attestation is required.

## Known failure modes

- No events scheduled for today returns an empty list rather than an error
- Invalid or missing payment returns 402 Payment Required
- Ed25519 signature verification failure if public key mismatch
- Service unavailability returns 5xx with no payload
- Stale or delayed data if upstream economic calendar provider has latency issues

## How this service works

Today's economic events — all high/medium impact releases scheduled for today — Ed25519 signed attestation

## Output

A list of today's high and medium impact economic events including release times, event names, and impact classifications, delivered as an Ed25519 cryptographically signed attestation suitable 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/myc-iasignal-economic-calendar-today-a691e693/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)
