# agentdatum.com Crypto Market Indicators Mega Bundle

> agentdatum.com Crypto Market Indicators Mega Bundle is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Returns a comprehensive bundle of 53+ crypto market indicators spanning on-chain metrics, derivatives, macro data, mining stats, and options implied volatility in a single API call

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/market/indicators/bundle
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-com-crypto-market-indicators-mega-bundle-181db5b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pyBShIhY6AKUhDFxKjLOs

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 agentdatum-com-crypto-market-indicators-mega-bundle-181db5b2
```

Example prompt: Pull the full crypto market indicators mega bundle — I need on-chain metrics like MVRV, SOPR, and NUPL, plus derivatives funding rates and open interest, macro data including S&P, VIX, and gold, mining hashprice, and options implied volatility, all in one shot.

## When to prefer this

Choose this endpoint when you need a broad, multi-dimensional view of crypto market conditions in a single API call rather than piecing together data from multiple specialized endpoints. It is especially valuable for dashboards, automated trading systems, or research workflows that require on-chain, derivatives, macro, mining, and options data simultaneously — avoiding the latency and cost overhead of multiple separate calls. Use individual specialized endpoints instead if you only need a narrow subset of indicators.

## Known failure modes

- Payment failure if USDC balance is insufficient for $0.299 per call
- HTTP 402 if x402 payment header is missing or malformed
- Data staleness if upstream feeds experience delays
- Partial data if one or more underlying data sources is temporarily unavailable
- Rate limiting if call volume exceeds provider thresholds

## How this service works

🔥 MEGA BUNDLE: ALL 53+ crypto market indicators — on-chain (MVRV/SOPR/NUPL), derivatives (funding/OI), macro (S&P/VIX/gold), mining (hashprice), options IV — everything. 60% off the $999/mo data suite 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

A structured data object containing 53+ crypto market indicators across five categories: on-chain (MVRV, SOPR, NUPL and others), derivatives (funding rates, open interest), macro (S&P 500, VIX, gold/XAUUSD), mining (hashprice), and options (implied volatility), returned in a single response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "vix": 17.63,
  "mvrv": 1.24,
  "signals": {
   "fng_signal": "FEAR"
  },
  "hashprice": 33.59,
  "btc_price_usd": 65357,
  "btc_option_iv_mean": 46.64
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-com-crypto-market-indicators-mega-bundle-181db5b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
