# minia2a — Task Index(2026-09-10) 给高自主 agent 的任务→端点快查。每个端点:无账号无 key,签名钱包 5 次免费试用,之后按 402 → EIP-3009 付款。**所有端点参数完整 schema 在 `/openapi.json`;目录含价格/可靠性在 `/api/services`。** 下方给了常用任务的确定参数样例;未列参数的服务以 openapi 为准。不确定哪个端点解决你的任务,先问 `/x402/find`。 ## 服务发现 - **按能力搜目录**(关键词匹配 id/名/描述,返回价格)→ `POST /x402/find` `{"q":"captcha solve"}` 或 `{"q":"token price","limit":5}` ## 交易 / 链上 - **当前 gas 价格** → `POST /x402/gas` - **当前时间 / ISO-8601** → `POST /x402/time` - **USDC token 安全检查**(给定 token/address)→ `POST /x402/token-security` `{"token":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}` 或 `{"address":"0x..."}` - **域名情报** → `POST /x402/domain-intel` `{"domain":"example.com"}` - **crypto 实时价格**(coingecko,多币多计价,含 24h 涨跌/市值)→ `POST /x402/crypto-price` `{"ids":"bitcoin,ethereum","vs":"usd"}` - **钱包余额**(Base+Ethereum 链上原生币)→ `POST /x402/wallet` `{"wallet":"0x..."}`(要 txCount/跨链明细用 `/x402/wallet-intel`) - **代币兑换安全预检**(Base,GoPlus:honeypot/买卖税/禁买)→ `POST /x402/swap-safety` `{"token":"0x..."}` ## 数据工具 - **解析/校验 crypto 地址** → `POST /x402/address-parse`(catalog 查参) - **校验 JSON** → `POST /x402/json-validate`(catalog 查参) - **日期数学**(diff/add/toEpoch/fromEpoch/parse)→ `POST /x402/date-math` `{"op":"diff","start":"2026-09-01","end":"2026-09-09"}` 或 `{"op":"add","date":"2026-09-01","days":7}` - **存储 KV** → `POST /x402/store` `{"content":"...", "c":"可选键"}` ## 文本 / 工具 - **Hex 编解码** → `POST /x402/hex` `{"text":"hello"}`(编码)或 `{"hex":"68656c6c6f"}`(解码) - **Email 语法校验** → `POST /x402/email-validator` `{"email":"a@b.com"}` - **Email 可投递性校验**(DNS MX 实查域名邮箱服务,区别于纯语法)→ `POST /x402/email-verify` `{"email":"user@gmail.com"}` - **电话格式校验 (E.164)** → `POST /x402/phone-validator` `{"phone":"+8613800138000"}` - **哈希生成** → `POST /x402/hash-generator` `{"text":"hello","algorithm":"sha256"}`(支持 sha256/sha1/md5/sha512/ripemd160/sha3-*) - **路径安全校验** → `POST /x402/path-validator` `{"path":"data/x.txt"}` - **cron 5 字段校验** → `POST /x402/cron-validator` `{"cron":"*/15 9-17 * * 1-5"}` ## 网页 / 验证码 - **抓网页为干净文本**(title+正文前 5000 字+前 50 链接,SSRF 防护)→ `POST /x402/web-scrape` `{"url":"https://example.com"}`(仅文本也可用 `/x402/text-scrape`) - **验证码解题**(reCAPTCHA v2/v3/enterprise、hCaptcha、Turnstile,~60s 轮询)→ `POST /x402/captcha-solve` `{"sitekey":"","url":"https://target.site","type":"v2"}` ## 试用 / 付费(机器可执行) 1. 无 header 首次调用 → 匿名 402(带机器可读 accepts) 2. 签名钱包试用:`?wallet=0x..` + `X-Wallet-Signature: sign("minia2a trial:"+wallet+":"+service+":"+ts)` + `X-Trial-Timestamp: ts` → 5 次免费 3. 付费:带钱包签名 EIP-3009 授权,`X-PAYMENT` header 重试 → 服务 MCP 服务器:`POST https://minia2a.uk/mcp` · OpenAPI:`https://minia2a.uk/openapi.json`