{
  "x402Version": 2,
  "id": 8003,
  "slug": "8003",
  "resource": "https://alphapipeline-eu.onrender.com/v1/calendar/macro-dday",
  "description": "Static 2026 macro calendar - countdown to the nearest FOMC rate decision, US CPI, or US Employment Situation (NFP) release, with impact tags and the next few upcoming events. No live external API call is made; dates are pre-loaded from official Fed/BLS schedules. Paid in USDC on Base.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2bcfA4F7E1fA5E96934846A7dEa623398Ed7f752",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "type": "http"
        },
        "output": {
          "example": {
            "d_day": 13,
            "data_source": "static_2026_macro_calendar",
            "description": "Federal Reserve interest rate decision and policy statement.",
            "event_datetime": {
              "kst": "2026-09-17 03:00:00 KST",
              "utc": "2026-09-16T18:00:00Z"
            },
            "event_name": "FOMC 금리 결정 (9월, SEP 포함)",
            "event_type": "FOMC",
            "generated_at": {
              "kst": "2026-09-03 21:00:00 KST",
              "utc": "2026-09-03T12:00:00Z"
            },
            "impact_level": "HIGH",
            "notice": "이 캘린더는 2026년 FOMC 금리 결정, 미국 CPI, 미국 고용지표(NFP) 일정을 공식 연준(Fed)/BLS 발표 기준으로 정적으로 내장한 것입니다 - 실시간 외부 API를 호출하지 않습니다. 일정은 연준/BLS가 추후 변경할 수 있고 2027년 일정은 아직 포함되어 있지 않으니, 중요한 의사결정 전에는 공식 소스(federalreserve.gov, bls.gov)로 재확인하세요.",
            "tags": [
              "rate-decision",
              "fomc",
              "interest-rates"
            ],
            "time_remaining": {
              "days": 13,
              "hours": 6,
              "minutes": 0
            },
            "upcoming_events": [
              {
                "event_datetime": {
                  "kst": "2026-10-14 21:30:00 KST",
                  "utc": "2026-10-14T12:30:00Z"
                },
                "event_name": "CPI (2026년 9월 기준)",
                "event_type": "CPI",
                "impact_level": "HIGH",
                "tags": [
                  "inflation",
                  "cpi",
                  "cpi-report"
                ]
              },
              {
                "event_datetime": {
                  "kst": "2026-10-02 21:30:00 KST",
                  "utc": "2026-10-02T12:30:00Z"
                },
                "event_name": "NFP (2026년 9월 기준)",
                "event_type": "NFP",
                "impact_level": "HIGH",
                "tags": [
                  "employment",
                  "nfp",
                  "jobs-report"
                ]
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "d_day": {
                    "anyOf": [
                      {
                        "type": "integer"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "D Day"
                  },
                  "data_source": {
                    "title": "Data Source",
                    "type": "string"
                  },
                  "description": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Description"
                  },
                  "event_datetime": {
                    "anyOf": [
                      {
                        "properties": {
                          "kst": {
                            "title": "Kst",
                            "type": "string"
                          },
                          "utc": {
                            "title": "Utc",
                            "type": "string"
                          }
                        },
                        "required": [
                          "utc",
                          "kst"
                        ],
                        "title": "TimestampPair",
                        "type": "object"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null
                  },
                  "event_name": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Event Name"
                  },
                  "event_type": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Event Type"
                  },
                  "generated_at": {
                    "properties": {
                      "kst": {
                        "title": "Kst",
                        "type": "string"
                      },
                      "utc": {
                        "title": "Utc",
                        "type": "string"
                      }
                    },
                    "required": [
                      "utc",
                      "kst"
                    ],
                    "title": "TimestampPair",
                    "type": "object"
                  },
                  "impact_level": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Impact Level"
                  },
                  "notice": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Notice"
                  },
                  "tags": {
                    "default": [],
                    "items": {
                      "type": "string"
                    },
                    "title": "Tags",
                    "type": "array"
                  },
                  "time_remaining": {
                    "anyOf": [
                      {
                        "properties": {
                          "days": {
                            "title": "Days",
                            "type": "integer"
                          },
                          "hours": {
                            "title": "Hours",
                            "type": "integer"
                          },
                          "minutes": {
                            "title": "Minutes",
                            "type": "integer"
                          }
                        },
                        "required": [
                          "days",
                          "hours",
                          "minutes"
                        ],
                        "title": "TimeRemaining",
                        "type": "object"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null
                  },
                  "upcoming_events": {
                    "default": [],
                    "items": {
                      "properties": {
                        "event_datetime": {
                          "properties": {
                            "kst": {
                              "title": "Kst",
                              "type": "string"
                            },
                            "utc": {
                              "title": "Utc",
                              "type": "string"
                            }
                          },
                          "required": [
                            "utc",
                            "kst"
                          ],
                          "title": "TimestampPair",
                          "type": "object"
                        },
                        "event_name": {
                          "title": "Event Name",
                          "type": "string"
                        },
                        "event_type": {
                          "title": "Event Type",
                          "type": "string"
                        },
                        "impact_level": {
                          "title": "Impact Level",
                          "type": "string"
                        },
                        "tags": {
                          "default": [],
                          "items": {
                            "type": "string"
                          },
                          "title": "Tags",
                          "type": "array"
                        }
                      },
                      "required": [
                        "event_name",
                        "event_type",
                        "event_datetime",
                        "impact_level"
                      ],
                      "title": "MacroCalendarEventBrief",
                      "type": "object"
                    },
                    "title": "Upcoming Events",
                    "type": "array"
                  }
                },
                "required": [
                  "generated_at",
                  "data_source"
                ],
                "title": "MacroDdayResponse",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "alphapipeline-eu.onrender.com",
  "lastUpdated": "2026-09-03T14:44:23.81Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T14:44:23.483Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "alphapipeline-eu.onrender.com",
    "manifest_name": "alphapipeline-eu.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}