discover-x402-services
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDiscover x402 Services
发现x402服务
Search and browse x402-enabled paid APIs from the zauth verified provider directory.
从zauth已验证的提供商目录中搜索和浏览支持x402的付费API。
Usage
使用方法
Search by keyword
按关键词搜索
bash
npx @zauthx402/cli@latest search <query> --jsonbash
npx @zauthx402/cli@latest search <query> --jsonBrowse all endpoints
浏览所有端点
bash
npx @zauthx402/cli@latest list --jsonbash
npx @zauthx402/cli@latest list --jsonCommon filters
常用筛选器
- — Filter by blockchain network (base, base-sepolia, solana, etc.)
--network <name> - — Only show verified endpoints from trusted providers
--verified - — Max results to return (default: 10)
--limit <n> - — Output structured JSON (recommended for programmatic use)
--json
- — 按区块链网络筛选(base、base-sepolia、solana等)
--network <name> - — 仅显示来自可信提供商的已验证端点
--verified - — 返回的最大结果数(默认值:10)
--limit <n> - — 输出结构化JSON(推荐用于程序化调用)
--json
Examples
示例
Find weather APIs:
bash
npx @zauthx402/cli@latest search weather --jsonBrowse verified endpoints on Base network:
bash
npx @zauthx402/cli@latest list --network base --verified --jsonFind AI/agent services:
bash
npx @zauthx402/cli@latest search agent --json查找天气API:
bash
npx @zauthx402/cli@latest search weather --json浏览Base网络上的已验证端点:
bash
npx @zauthx402/cli@latest list --network base --verified --json查找AI/Agent服务:
bash
npx @zauthx402/cli@latest search agent --jsonInterpreting Results
结果解读
Each endpoint in the response includes:
| Field | Meaning |
|---|---|
| The API endpoint URL |
| HTTP method (GET, POST, etc.) |
| Health status: WORKING, FAILING, FLAKY, UNTESTED, or OVER_BUDGET |
| |
| Cost per call in USDC |
| Blockchain network for payment (base, solana, etc.) |
| Percentage of successful calls (0-100) |
| Overall uptime percentage |
| Total number of calls recorded |
| Human-readable name of the service |
| What the endpoint does |
响应中的每个端点包含以下字段:
| 字段 | 含义 |
|---|---|
| API端点URL |
| HTTP方法(GET、POST等) |
| 健康状态:WORKING、FAILING、FLAKY、UNTESTED或OVER_BUDGET |
| 若来自已验证提供商则为 |
| 每次调用的USDC成本 |
| 用于支付的区块链网络(base、solana等) |
| 成功调用百分比(0-100) |
| 总体正常运行时间百分比 |
| 记录的总调用次数 |
| 服务的可读名称 |
| 端点的功能说明 |
Recommended workflow
推荐工作流程
- Search for services matching the user's need
- Filter by network and verification status
- Present the best options with pricing and reliability info
- If the user wants to call a found endpoint, use Coinbase's skill to handle the x402 payment and invocation
pay-for-service
- 搜索符合用户需求的服务
- 筛选按网络和验证状态
- 展示包含定价和可靠性信息的最佳选项
- 如果用户想要调用找到的端点,使用Coinbase的技能来处理x402支付和调用
pay-for-service