# Gotobi Monthly Dates Calendar

> Gotobi Monthly Dates Calendar is a paid API for AI agents from gotobi.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns all 6 gotobi dates for a given month (5th, 10th, 15th, 20th, 25th, last business day) with automatic Japanese weekend and holiday adjustments applied.

## Facts

- Endpoint: GET https://gotobi.hugen.tokyo/gotobi/dates
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gotobi-hugen-tokyo-b9d7800b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gnjkc6kZX6fmQ-8o_ehEK

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 gotobi-hugen-tokyo-b9d7800b
```

Example prompt: What are all the gotobi dates for March 2025, with Japanese holiday adjustments included?

## When to prefer this

Use this endpoint when you need the complete set of all 6 gotobi dates for an entire month, especially when you need to plan ahead or analyze USDJPY pressure patterns across a full month. Prefer this over the 'next gotobi' or 'is today gotobi' endpoints when building calendars, scheduling tools, or performing multi-date analysis for a given month.

## Known failure modes

- Invalid month format returns an error — must be YYYY-MM
- Month out of supported range (beyond 2099) may return an error or unsupported response
- Missing month parameter may result in a bad request error
- Payment failure (402) if USDC payment on Base or Solana is not provided or insufficient

## How this service works

Monthly gotobi calendar with all 6 dates (5th, 10th, 15th, 20th, 25th, last business day) and automatic weekend/holiday adjustments. No public database of adjusted gotobi dates exists — building one requires Japanese holiday law knowledge through 2099. Accepts USDC payments on Base and Solana

## Output

A JSON object containing the year, month, count of gotobi days (always 6), a description noting the USDJPY fixing pressure context, and an array of ISO date strings for each adjusted gotobi date in the requested month.

## Example request

```json
{
 "month": "2025-03"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gotobi-hugen-tokyo-b9d7800b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gotobi.hugen.tokyo](https://www.zero.xyz/host/gotobi.hugen.tokyo/llms.txt)
