# AgentDatum Crypto Market Indicators

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

Returns institutional-grade on-chain and sentiment crypto market metrics including MVRV, SOPR, NUPL, Fear & Greed Index, funding rate, and open interest

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/market/indicators
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-crypto-market-indicators-0aff1f0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JWpfWOG6hFomygR7ojAdK

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-crypto-market-indicators-0aff1f0a
```

Example prompt: Pull the latest institutional crypto market indicators — MVRV, SOPR, NUPL, Fear & Greed, funding rate, and open interest — so I can see where we are in the market cycle right now.

## When to prefer this

Choose this endpoint when you need multiple institutional-grade crypto on-chain and sentiment metrics in a single call at a fraction of the cost of Glassnode or similar providers. Ideal for agents performing market cycle analysis, risk assessment, or sentiment-driven trading decisions without needing to subscribe to expensive data platforms. Prefer over individual metric APIs when you need a holistic snapshot across on-chain, sentiment, and derivatives dimensions simultaneously.

## Known failure modes

- Payment not included or insufficient USDC — returns 402 Payment Required
- Invalid query parameters — returns 400 Bad Request
- Upstream data provider outage — may return 503 or stale data
- Rate limiting if too many calls in short succession — returns 429
- Network timeout if on-chain data aggregation is slow

## How this service works

Institutional crypto market data: MVRV, SOPR, NUPL, Fear & Greed, funding rate, open interest — metrics that cost $999/mo on Glassnode, now at $0.01 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

A JSON object containing institutional-grade crypto market metrics: MVRV (Market Value to Realized Value) ratio, SOPR (Spent Output Profit Ratio), NUPL (Net Unrealized Profit/Loss), Fear & Greed Index score, perpetual futures funding rate, and open interest figures — typically sourced from on-chain and exchange data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mvrv": 1.24,
  "nupl": 0.19,
  "sopr": 1,
  "signals": {
   "fng_signal": "FEAR",
   "mvrv_signal": "HEALTHY",
   "sopr_signal": "NEUTRAL"
  },
  "funding_rate": 0.01,
  "btc_price_usd": 65357,
  "fear_greed_value": 30,
  "open_interest_usd": 2001243721
 }
}
```

## More

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