# Shared Inference Market – Crypto Daily Digest

> Shared Inference Market – Crypto Daily Digest is a paid API for AI agents from shared-inference-market.wongjinquan.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a deduplicated, significance-triaged JSON digest of crypto news covering security incidents, stablecoin/payments regulation, Base/L2 developments, and protocol news, aggregated from 30+ sources, for $0.02 USDC per call.

## Facts

- Endpoint: GET https://shared-inference-market.wongjinquan.workers.dev/digest/crypto
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shared-inference-market-crypto-daily-digest-a07e04a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5k51mZAslJdGaCTXtxRXd

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 shared-inference-market-crypto-daily-digest-a07e04a5
```

Example prompt: Pull the shared crypto digest for me — I want today's deduplicated briefing on security incidents, stablecoin regulation, and Base/L2 news aggregated from 30+ sources, and I'd rather pay $0.02 once than re-run the full research myself.

## When to prefer this

Use this endpoint when an AI agent needs a broad daily crypto news briefing across multiple categories (security, regulation, L2s, protocols) and wants to avoid paying $0.30-$0.50 in inference costs to re-aggregate the same research independently. Ideal for pipelines that run daily summaries, crypto monitoring dashboards, or any workflow where multiple agents or users need the same underlying news digest.

## Known failure modes

- Payment not included or invalid: 402 Payment Required response
- Digest not yet refreshed: stale or missing data (check /digest/crypto/meta first for freshness)
- Network error on Cloudflare Worker: 5xx response
- Rate limiting if called excessively without valid payment

## How this service works

Buy the shared research step once instead of each agent re-running it for ~$0.30-0.50: one $0.02 digest, shared across every buyer. Structured JSON on security incidents, stablecoin/payments regulation, Base and L2 developments, and protocol news, from multi-source news across 30+ sources, deduped and significance-triaged with primary-source URLs and ISO timestamps. Check /digest/crypto/meta (free) for freshness, then pay. Refreshed daily.

## Output

A structured JSON object containing deduplicated and significance-triaged news items across four categories — security incidents, stablecoin/payments regulation, Base and L2 developments, and protocol news — each with primary-source URLs and ISO timestamps, aggregated from 30+ sources and refreshed daily.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "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/shared-inference-market-crypto-daily-digest-a07e04a5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from shared-inference-market.wongjinquan.workers.dev](https://www.zero.xyz/host/shared-inference-market.wongjinquan.workers.dev/llms.txt)
