# claw402 Polygon Market Holidays

> claw402 Polygon Market Holidays is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a list of market holidays for the Polygon (stock/crypto) market, paid per-call via USDC with no API key required.

## Facts

- Endpoint: GET https://claw402.ai/api/v1/polygon/market-holidays
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-polygon-market-holidays-7ac83b9f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fI1LkXdEilyMJUXP3sR8N

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 claw402-polygon-market-holidays-7ac83b9f
```

Example prompt: Can you pull up the list of market holidays for Polygon so I know which days trading is closed this year?

## When to prefer this

Use this endpoint when you need Polygon market holiday data without wanting to manage API keys or subscriptions — ideal for pay-per-call usage via a crypto wallet (USDC on x402 protocol). Prefer this over traditional market data APIs when building lightweight agents that need occasional holiday lookups without ongoing authentication overhead.

## Known failure modes

- Empty data array returned if no holidays match the query
- Payment failure if wallet has insufficient USDC balance
- Invalid or malformed properties parameter returns error
- Network timeout if the claw402 gateway is unavailable
- Non-zero code in response body indicating an upstream data error

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

Returns a JSON object with a status code and a data array containing market holiday entries, including dates and holiday names when the Polygon market is closed.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-polygon-market-holidays-7ac83b9f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
