# SignalPulse Crypto Market Scan (Analysis Tier)

> SignalPulse Crypto Market Scan (Analysis Tier) is a paid API for AI agents from signalpulse-peach.vercel.app, paid per call via x402, $2/call, status unknown (last checked 2026-09-14).

Delivers an institutional multi-layer crypto market analysis covering BTC/ETH and the top-25 assets, including regime, breadth, on-chain cycle, derivatives positioning, funding extremes, liquidation context, directional bias, and confidence scoring.

## Facts

- Endpoint: GET https://signalpulse-peach.vercel.app/api/scan/crypto
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-crypto-market-scan-analysis-tier-9dca8a25
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ImX48tS1Fnp76IFRCoAAL

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 signalpulse-crypto-market-scan-analysis-tier-9dca8a25
```

Example prompt: Give me a full institutional crypto market scan right now — I want to know the current regime, market breadth, on-chain cycle position, derivatives and funding extremes, liquidation context, and whether the directional bias is bullish or bearish with a confidence level for BTC, ETH, and the broader top-25.

## When to prefer this

Use this endpoint when you need a comprehensive, institutional-quality multi-factor read on the crypto market — covering regime, on-chain, derivatives, and breadth — rather than a simple price lookup or single-indicator check. Prefer this over basic price feeds or sentiment APIs when your agent needs layered analytical context including cycle positioning and liquidation dynamics for BTC, ETH, and the top-25 assets.

## Known failure modes

- Payment not completed or insufficient USDC — 402 Payment Required
- Upstream market data feed unavailable — 503 Service Unavailable
- Rate limit exceeded — 429 Too Many Requests
- Analysis tier may not include actionable entry/stop/target levels — premium required for those

## How this service works

SignalPulse crypto market scan (analysis tier) — institutional multi-layer read of BTC/ETH and the top-25: regime, market breadth, on-chain cycle, derivatives positioning, funding extremes, liquidation context, with directional bias, confidence and reasoning. Executable entries/stops/targets and post-cost EV are premium-only.

## Output

Returns a structured multi-layer analysis of the crypto market including: current market regime classification, breadth indicators across top-25 assets, on-chain cycle positioning, derivatives and funding rate extremes, liquidation context, and a directional bias with a confidence score and supporting reasoning. Note: executable trade entries, stops, targets, and post-cost EV are reserved for the premium tier.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "style": {
       "type": "string",
       "description": "scalp | intraday | swing (default: intraday)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": "agent_analysis",
  "scan_type": "crypto",
  "market_theme": "BTC mid-cycle; risk-on breadth",
  "best_opportunity": {
   "bias": "bullish",
   "signal": "BUY",
   "rationale": "...multi-layer synthesis...",
   "confidence": 0.7,
   "instrument": "BTCUSD",
   "key_factors": []
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-crypto-market-scan-analysis-tier-9dca8a25/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalpulse-peach.vercel.app](https://www.zero.xyz/host/signalpulse-peach.vercel.app/llms.txt)
