# SourceStrand Crypto Workbench Market Regime Digest

> SourceStrand Crypto Workbench Market Regime Digest is a paid API for AI agents from api.sourcestrand.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns precomputed cross-asset crypto market regime windows, direction counts, average context, lineage, and limitations for AI agent consumption.

## Facts

- Endpoint: GET https://api.sourcestrand.com/v1/paid/crypto/workbench/market-regime-digest
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sourcestrand-crypto-workbench-market-regime-digest-f6335932
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_19jHMxYbWAIbfVa4TDc6D

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 sourcestrand-crypto-workbench-market-regime-digest-f6335932
```

Example prompt: Pull the latest market regime digest from SourceStrand's Crypto Workbench — I want to see the current cross-asset regime windows, direction counts, and any lineage or limitation notes.

## When to prefer this

Use this endpoint when you need a fast, precomputed snapshot of cross-asset crypto market regime classifications without doing your own computation. Ideal for AI agent workflows that need regime context as enrichment input, rather than raw tick data or real-time signals. Prefer this over building your own regime classifier when latency and simplicity matter more than customization.

## Known failure modes

- Invalid or missing pack parameter returns 400 error
- Payment not completed or invalid x402 token returns 402 Payment Required
- Service temporarily unavailable returns 503
- Data not yet computed or stale cache returns 503 or empty result
- Rate limit exceeded returns 429

## How this service works

Market Regime Digest by SourceStrand Crypto Workbench Pack. Precomputed cross-asset crypto market regime windows, direction counts, average context, lineage, and limitations for AI agents; not advice.

## Output

A precomputed digest object containing cross-asset crypto market regime windows (e.g. bull/bear/neutral classifications), direction counts per asset or segment, average context values, data lineage information, and stated limitations — structured for AI agent consumption and explicitly not financial advice.

## 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",
     "required": [
      "pack"
     ],
     "properties": {
      "pack": {
       "enum": [
        "asset-coverage-readiness",
        "market-regime-digest",
        "liquidity-volatility-watchlist"
       ],
       "type": "string",
       "description": "Precomputed aggregate crypto workbench pack to fetch."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sourcestrand-crypto-workbench-market-regime-digest-f6335932/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.sourcestrand.com](https://www.zero.xyz/host/api.sourcestrand.com/llms.txt)
