# HyperWasp Daily Conviction Scan

> HyperWasp Daily Conviction Scan is a paid API for AI agents from api.the402.ai, paid per call via x402, $1.05/call, status unknown (last checked 2026-09-15).

Runs a daily conviction scan to identify high-confidence investment or trading signals

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_c6bb4e5b6a914bf2/purchase
- Price: $1.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-18d67711
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Tpa7rMg9FUJZTcIhEyWax

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 api-the402-ai-18d67711 -d '<json body>'
```

Example prompt: Run the HyperWasp Daily Conviction Scan for today and give me the top high-conviction signals or picks it identifies.

## When to prefer this

Use this endpoint when you need a daily snapshot of high-conviction signals or picks from the HyperWasp scan engine specifically. It is distinct from generic sentiment analysis or web scraping endpoints on the same platform. Prefer this over manual research when you want a pre-scored, ranked list of conviction-based opportunities without building your own signal logic.

## Known failure modes

- Insufficient USDC balance to cover $1.05 payment
- Payment authorization failure via x402 protocol
- Scan job not yet complete — returns job ID for status polling
- Invalid or missing request parameters
- Service timeout during scan execution
- Upstream data unavailable for today's scan window

## How this service works

Purchase: HyperWasp - Daily Conviction Scan

## Output

A set of conviction-scored signals or assets ranked by confidence, representing today's highest-conviction investment or trading opportunities as identified by the HyperWasp scan engine.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-18d67711/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
