ADH 金融情报层,为你的 AI 注入可信情报ADH Financial Intelligence Layer — trustworthy intelligence for your AI
ADH 把海量金融 / 链上 / 宏观数据洗成干净的结构化 JSON。你的 Agent 直接拿现成答案,不用爬网页、不用为满屏广告和免责声明付 token。 ADH turns massive financial, on-chain and macro data into clean structured JSON. Your agent gets ready answers — no scraping, no paying tokens for ad-cluttered pages.
如何省钱How we save you money
两件事同时发生Two things at once我们做两件事,让你的 AI 账单下来:① 数据预清洗 —— 把网页里 3–8 万 token 的垃圾压成 300–900 token 的干净 JSON;② 问题分诊 —— 简单问题用轻量模型、复杂问题才调大模型,避免拿最贵的大模型去处理本可以秒答的琐事。双管齐下,token 和推理费一起省。Two moves cut your AI bill: ① data pre-cleaning — compress 30k–80k tokens of web noise into 300–900 tokens of clean JSON; ② question triage — light models for simple asks, big models only when needed, so you never burn the priciest model on trivial work. Both at once: tokens and inference cost drop together.
同一个问题,三种烧钱方法The same question, three ways to burn tokens
以「今天黄金和美股怎么样」为例Example: "How are gold and US stocks today?"下面的 token 数为按典型财经页面实测量级估算,你可以拿自己的账单核对。Token figures below are estimated from typical financial pages; check against your own bill.
| 方式Approach | 输入 tokenInput tokens | 说明Note |
|---|---|---|
| 直接问 ChatGPT(联网搜索)Ask ChatGPT directly (web search) | ~45,000 | 它自己抓 4–6 个财经网页,导航 / 广告 / JS 全进上下文It fetches 4–6 financial pages; nav/ads/JS all enter context |
| 直接问 DeepSeek(联网)Ask DeepSeek directly (web) | ~43,000 | 同理,网页内容全算钱Same story; page content all costs tokens |
| 走 ADH(数据预清洗注入)Via ADH (pre-cleaned injection) | ~1,200 | 只喂结构化字段,没有一个字是废话Only structured fields fed in; zero wasted words |
实时数据Live data
海量数据源 · 结构化 · 可验真Massive sources · structured · verifiable告诉我们你需要哪一类数据,立刻给你 —— 人看表格、机器拿 JSON,都只给你要的那一份,不堆一长墙。Tell us what slice you need and get it instantly — humans get tables, machines get JSON; only the slice you asked for, not a wall of feeds.
人看得懂,机器也读得懂Readable by humans, parseable by machines
同一份数据,两套门One dataset, two doors做数据生意的都知道:人要的是能看的表格,Agent 要的是能解析的清单。这里两样都给。 Anyone in data knows: humans want tables they can read; agents want lists they can parse. We give both.
👤 给人的门👤 For humans
# 浏览器直接打开就是 JSON# Open in a browser, it's JSON
https://agentdatum.com/api/v1/d/crypto-prices
🤖 给机器的门🤖 For machines
# 一行接进 Claude / 任意 MCP 客户端# One line to plug into Claude / any MCP client
claude mcp add --transport http \
agentdatum https://agentdatum.com/mcp
怎么付钱How to pay
不用注册 · 不用 API KeyNo signup · No API key💳 三步拿到数据💳 Get data in 3 steps
⛓ 安全 · 透明 · 链上可验证⛓ Safe · Transparent · On-chain
# 没付钱时的标准回应(这是正常的,不是报错)# Standard response when unpaid (normal, not an error)
HTTP/1.1 402 Payment Required
payment-required: <base64 x402 v2 要求>
把话说清楚Let's be clear
❗ 重点 · ❓ 常问❗ key · ❓ asked不绕弯子,一条条讲明白。No detours — straight answers.
❗为什么用 ADH,你的 AI 账单能降一大截?Why does your AI bill drop a lot with ADH?
❓「数据免费注入」到底免费在哪?Where exactly is the "free data injection" free?
POST /api/v1/ai 提问时,系统判断你问的是什么,自动把相关数据注入上下文 —— 这份数据我们免费提供给你,你只需要支付那一次 AI 推理的钱。换句话说:单独买数据要钱,通过 ADH 提问,数据免费。When you ask via POST /api/v1/ai, we detect what you're asking and inject the relevant data into the context — we give you that data for free; you only pay for the one AI inference. In short: buying data alone costs; asking through ADH, the data is free.❓数据是真的实时吗?还是几个月前的存货?Is the data really real-time, or months-old stock?
❓为什么免费预览只给三行?Why does the free preview only give three rows?
❓怎么付钱?要注册账号吗?How do I pay? Do I need to register?
HTTP 402 和付款要求,你的 x402 客户端自动付 USDC(Base 链),付完立刻拿数据 —— 这笔付款本身就是通行证。我们的支付跑在 X402 支付框架内(为 AI Agent 设计的链上微支付标准),付款由智能合约保障、不可篡改、安全透明;每一笔扣费都对应你实际调用的数据(用多少付多少),没有会员费、没有隐藏费用、没有自动续费。人能用,Agent 更能用。No signup, no API key, no forms. Just call the API; if unpaid, it returns HTTP 402 with a payment request, your x402 client auto-pays USDC (Base chain), and you get the data instantly — the payment itself is the pass. Our payments run inside the X402 payment framework (the on-chain micropayment standard built for AI agents): payments are guaranteed by smart contracts, tamper-proof, safe and transparent. Every charge maps to data you actually called (pay per use) — no membership, no hidden fees, no auto-renewal. Works for humans, and even better for agents.❗我是 Agent / 不是人,能用吗?I'm an agent / not human — can I use it?
/api/v1/d/<产品id> 就是 JSON,看不惯 JSON 就点上面「查看实时数据」填你要的,我们直接给你表格。详细用法见 /help,完整目录见 /catalog.html。Yes — and this is built for agents first. An agent calls the API and x402 auto-pays USDC for the data; humans are covered too — open /api/v1/d/<product-id> in a browser for JSON, or use "View live data" above and tell us what you need for a table. See /help for full docs, /catalog.html for the complete catalog.