# CryptoPulse Institutional Research Brief

> CryptoPulse Institutional Research Brief is a paid API for AI agents from cryptopulse.theaslangroupllc.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-16).

Returns a comprehensive, decision-ready crypto market brief covering spot prices, derivatives (funding rates, options skew, DVOL), on-chain flows, regional premiums, and macro-event probability odds.

## Facts

- Endpoint: GET https://cryptopulse.theaslangroupllc.com/api/research-brief
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptopulse-institutional-research-brief-2b19bb8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DnpqjgWCLJtQ5Zkv6LSIF

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 cryptopulse-institutional-research-brief-2b19bb8c
```

Example prompt: Give me the full institutional crypto market brief — spot levels, funding rates, options skew, DVOL, on-chain flows, regional premiums, and any macro event odds I should know about before making trading decisions today.

## When to prefer this

Choose this endpoint when you need a single, comprehensive, institutional-quality crypto market snapshot that combines spot, derivatives, on-chain, and macro data in one call — particularly for trading agents or advisor agents that need a holistic decision-ready briefing rather than point lookups for individual metrics. Prefer over individual data feeds when breadth and synthesis matter more than real-time tick-level precision.

## Known failure modes

- Payment not received or x402 flow not completed — returns 402 Payment Required
- Data provider outage causing incomplete brief — partial or stale data returned
- Rate limiting if called too frequently — returns 429 Too Many Requests
- Network timeout if upstream data aggregation is slow — returns 504

## How this service works

Institutional-grade, decision-ready crypto market brief — spot, derivatives (funding, options skew, DVOL), on-chain flows, regional premiums and macro-event odds. For trading and advisor agents.

## Output

A structured institutional-grade research brief containing: current spot price levels for major assets, derivatives data (funding rates, options skew, DVOL/implied volatility index), on-chain capital flow metrics, regional premium spreads (e.g. Kimchi premium, Coinbase premium), and probability odds on upcoming macro events relevant to crypto markets — synthesized into a decision-ready format for traders and advisors.

## 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": {
      "lang": {
       "type": "string",
       "description": "Response language code (en, es, zh, ja, ko, ...)"
      },
      "focus": {
       "type": "string",
       "description": "all | spot | derivatives | onchain | macro (default: all)"
      },
      "assets": {
       "type": "string",
       "description": "Comma-separated focus assets, e.g. BTC,ETH (default: BTC,ETH)"
      },
      "horizon": {
       "type": "string",
       "description": "intraday | 1week | 1month (default: 1week)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-06-22T18:00:00Z",
  "majors": {
   "BTC": {
    "bias": "neutral",
    "note": "",
    "price": 0,
    "key_support": 0,
    "key_resistance": 0
   }
  },
  "headline": "BTC holds key support as funding resets neutral; macro risk skewed to dovish.",
  "confidence": "medium",
  "key_catalysts": [
   {
    "event": "FOMC",
    "window": "this week",
    "direction": "uncertain",
    "expected_impact": "high"
   }
  ],
  "market_regime": "transition"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptopulse-institutional-research-brief-2b19bb8c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptopulse.theaslangroupllc.com](https://www.zero.xyz/host/cryptopulse.theaslangroupllc.com/llms.txt)
