# SourceStrand Crypto Workbench – Liquidity Volatility Watchlist

> SourceStrand Crypto Workbench – Liquidity Volatility Watchlist 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-15).

Returns precomputed crypto liquidity, volatility, data-quality, review-priority, lineage, and limitations metadata for AI agent triage via the liquidity-volatility-watchlist pack.

## Facts

- Endpoint: GET https://api.sourcestrand.com/v1/paid/crypto/workbench/liquidity-volatility-watchlist
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sourcestrand-crypto-workbench-liquidity-volatility-watchlist-36fad55f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zRyI21r4cJZ9vRkcwVZlC

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-liquidity-volatility-watchlist-36fad55f
```

Example prompt: Pull the SourceStrand Crypto Workbench liquidity-volatility-watchlist pack so I can see which crypto assets are flagged for review based on their liquidity, volatility, and data quality scores.

## When to prefer this

Use this endpoint when an AI agent needs precomputed, ready-to-consume crypto liquidity and volatility triage data without performing its own calculations — especially useful for fast agent decision loops that need data quality and review-priority metadata alongside market metrics.

## Known failure modes

- Invalid or missing pack query parameter returns a validation error
- Payment not provided or insufficient USDC balance returns HTTP 402
- Network timeout if the precomputed dataset is temporarily unavailable
- Stale data if the precomputed pack has not been refreshed recently

## How this service works

Liquidity Volatility Watchlist by SourceStrand Crypto Workbench Pack. Precomputed crypto liquidity, volatility, data-quality, review-priority, lineage, and limitations for AI agent triage.

## Output

A precomputed aggregate pack containing liquidity scores, volatility metrics, data-quality assessments, review-priority rankings, data lineage information, and known limitations for a curated set of crypto assets — structured for AI agent triage workflows.

## 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-liquidity-volatility-watchlist-36fad55f/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)
