# SnowSignals Phase Updates

> SnowSignals Phase Updates is a paid API for AI agents from snowsignals-x402.snowsignals.workers.dev, paid per call via x402, $0.20826/call, status unknown (last checked 2026-09-14).

Returns pay-per-row market phase update readings, indicating the current phase transitions or state changes in market cycles

## Facts

- Endpoint: GET https://snowsignals-x402.snowsignals.workers.dev/phase/updates
- Price: $0.20826/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/snowsignals-phase-updates-8c47bb98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_82ttCQ-LQ7XP_Wt84c0ON

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 snowsignals-phase-updates-8c47bb98
```

Example prompt: Pull the latest market phase updates from SnowSignals so I can see if there's been a phase transition recently.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time market phase update signals specifically from SnowSignals' phase-detection model, particularly for triggering alerts or decisions on market cycle transitions. Prefer it over the sibling 'phase boundary' endpoint when you need continuous phase update readings rather than discrete boundary detection events.

## Known failure modes

- Payment not included or insufficient — 402 Payment Required response
- Service unavailable or worker error — 5xx response
- No new phase update data available — empty result set
- Rate limiting or quota exceeded

## How this service works

SnowSignals phase updates — pay-per-row market-phase reading

## Output

Returns rows of market phase update data indicating the current or recently changed phase in the market cycle, priced at $0.20826 USDC per call on a pay-per-row basis.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/snowsignals-phase-updates-8c47bb98/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from snowsignals-x402.snowsignals.workers.dev](https://www.zero.xyz/host/snowsignals-x402.snowsignals.workers.dev/llms.txt)
