# ADH Crypto Sectors Intelligence — agentdatum.com

> ADH Crypto Sectors Intelligence — agentdatum.com is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns ranked crypto sector data including top gainers, top losers, and largest sectors by market cap across 234+ tracked blockchain categories

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/crypto-sectors
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-crypto-sectors-intelligence-agentdatum-com-1268567f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A-i4SVLow52869TRTc1gC

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 adh-crypto-sectors-intelligence-agentdatum-com-1268567f
```

Example prompt: Give me the current crypto sector breakdown — top gainers, biggest losers, and which categories have the largest market caps right now, across all tracked blockchain categories.

## When to prefer this

Choose this endpoint when you need a fast, aggregated sector-level view of the crypto market — top gainers, losers, and largest categories — rather than individual token prices. It is ideal for macro crypto market context injection, daily briefings, or identifying sector rotation signals. Prefer it over raw exchange APIs when you want pre-processed, entity-resolved sector intelligence rather than raw ticker data.

## Known failure modes

- Payment failure (x402): agent lacks USDC balance or x402 wallet not configured
- Stale data: collected_at timestamp may lag real-time by minutes to hours depending on upstream CoinGecko refresh
- Empty or partial sector lists if upstream source is temporarily unavailable
- No query parameters supported — endpoint returns fixed snapshot with no filtering

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

A JSON object containing: top_gainers (sectors with highest 24h % change, with top tokens, name, chg_24h, vol_24h, market_cap), top_losers (sectors with worst 24h % change), largest_by_mcap (sectors ranked by total market cap), sectors_tracked count, data source identifier ('cg_categories'), data type label, and a UTC timestamp of when data was collected.

## 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",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "top_losers": [
    {
     "top": [
      "orbs",
      "orbs"
     ],
     "name": "Layer 3 (L3)",
     "chg_24h": -35.55,
     "vol_24h": 14253065,
     "market_cap": 79058845
    },
    {
     "top": [
      "orbs",
      "orbs"
     ],
     "name": "Layer 3 (L3)",
     "chg_24h": -35.55,
     "vol_24h": 14253065,
     "market_cap": 79058845
    }
   ],
   "top_gainers": [
    {
     "top": [
      "xmr1",
      "xmr1"
     ],
     "name": "Synthetic",
     "chg_24h": 162.35,
     "vol_24h": 16157992,
     "market_cap": 689093405
    },
    {
     "top": [
      "xmr1",
      "xmr1"
     ],
     "name": "Synthetic",
     "chg_24h": 162.35,
     "vol_24h": 16157992,
     "market_cap": 689093405
    }
   ],
   "largest_by_mcap": [
    {
     "top": [
      "bitcoin",
      "bitcoin"
     ],
     "name": "Smart Contract Platform",
     "chg_24h": -0.02,
     "vol_24h": 31475559837,
     "market_cap": 1836926849531
    },
    {
     "top": [
      "bitcoin",
      "bitcoin"
     ],
     "name": "Smart Contract Platform",
     "chg_24h": -0.02,
     "vol_24h": 31475559837,
     "market_cap": 1836926849531
    }
   ],
   "sectors_tracked": 234
  },
  "source": "cg_categories",
  "data_type": "区块链",
  "collected_at": "2026-08-14T00:13:50Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-crypto-sectors-intelligence-agentdatum-com-1268567f/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)
