# Stratalize Elliott Wave Analysis API

> Stratalize Elliott Wave Analysis API is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns Elliott Wave counts, target bands, invalidation levels, and confidence scores for major assets (BTC, SPY, TLT, Gold), with cryptographic ML-DSA-65 signatures for every response.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/elliott-waves
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-elliott-wave-analysis-api-8517ab08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2RPDSl6S6NhG7MyasrDsb

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 stratalize-elliott-wave-analysis-api-8517ab08
```

Example prompt: What's the current Elliott Wave count, target band, and invalidation level for Bitcoin right now — and can you give me the confidence score too?

## When to prefer this

Use this endpoint when an agent or trader needs structured, ML-backed Elliott Wave technical analysis with quantified confidence scores and cryptographically verifiable provenance for BTC, SPY, TLT, or Gold. Prefer over generic chart services when you need invalidation levels, wave degree, and signed/auditable results.

## Known failure modes

- Invalid or unsupported asset symbol returns an error
- Payment of 0.5 USDC not provided or declined results in 402 Payment Required
- Network or service downtime returns 5xx error
- Malformed request (bad query parameter) returns 400 Bad Request

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a technical trader needs wave counts, targets, and invalidation levels for major assets. Returns wave position, degree, target high/low, invalidation, and confidence for BTC, SPY, TLT, Gold. Example: wave label, target band, invalidation, and confidence score per asset

## Output

Returns for each requested asset: the current Elliott wave label and position, wave degree, target high and low price band, invalidation level, and a confidence score. Every response is signed with ML-DSA-65 and includes a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asset": {
   "type": "string",
   "description": "Asset symbol or \"all\" (default all)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-elliott-wave-analysis-api-8517ab08/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
