# AgentDatum Premium Crypto Market Indicators

> AgentDatum Premium Crypto Market Indicators 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 institutional-grade Bitcoin and crypto market data including BTC options implied volatility (Deribit), miner hashprice, multi-exchange funding rate spreads, and on-chain metrics in a single API call.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/market/indicators/premium
- 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-premium-crypto-market-indicators-7cfc4e49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BHWtPgg_2tHgK4TmnvNGH

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-premium-crypto-market-indicators-7cfc4e49
```

Example prompt: Pull the latest institutional-grade crypto indicators for me — I need BTC implied volatility from Deribit, current miner hashprice, the funding rate spread across exchanges, and key on-chain metrics all in one shot.

## When to prefer this

Choose this endpoint when you need a comprehensive snapshot of Bitcoin market health combining derivatives (implied volatility), miner economics (hashprice), perpetual funding dynamics across multiple exchanges, and on-chain data — all in one low-cost call ($0.299 USDC) instead of subscribing to multiple institutional data providers. Ideal for trading bots, research agents, and portfolio monitoring systems that need breadth over depth on BTC-specific metrics.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Data feed temporarily unavailable from upstream provider (Deribit or on-chain node) — may return partial data or 503
- Invalid or malformed query parameters — returns 400 Bad Request
- Rate limiting if called too frequently — returns 429 Too Many Requests

## How this service works

Wall Street-level crypto intelligence: BTC option implied volatility (Deribit), hashprice (miner economics), multi-exchange funding spread, all on-chain metrics — institutional data without the $999/mo subscription 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

Returns a JSON payload containing Bitcoin options implied volatility sourced from Deribit, miner hashprice (USD per petahash per day), funding rate spreads aggregated across multiple exchanges, and a suite of on-chain Bitcoin metrics — all in a single response at institutional data quality.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mvrv": 1.24,
  "signals": {
   "fng_signal": "FEAR",
   "mvrv_signal": "HEALTHY",
   "funding_signal": "NORMAL"
  },
  "hashprice": 33.59,
  "btc_price_usd": 65357,
  "btc_option_iv_mean": 46.64,
  "funding_rate_spread": -0.0029
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-premium-crypto-market-indicators-7cfc4e49/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)
