# claw402 Polygon Market Status

> claw402 Polygon Market Status 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 the current market status for the Polygon network, accessible via USDC micropayment with no API key required.

## Facts

- Endpoint: GET https://claw402.ai/api/v1/polygon/market-status
- 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-status-8225f905
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YFBtW-pSkEqveX1c0zhmg

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-status-8225f905
```

Example prompt: What's the current market status on Polygon right now — is trading active?

## When to prefer this

Choose this endpoint when you need real-time Polygon network market status without requiring traditional API key registration, and your agent supports x402 USDC micropayments. Ideal for lightweight, pay-per-use queries about Polygon market availability in DeFi or trading automation workflows.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or malformed properties parameter — returns error code in response body
- Polygon network data temporarily unavailable — empty data array returned
- Wallet not connected or payment authorization failed — request rejected
- Rate limiting if payment not processed correctly

## How this service works

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

## Output

A JSON response with a status code (0 for success) and a data array containing current Polygon market status information, paid for via $0.002 USDC micropayment per call.

## 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-status-8225f905/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)
