discover-x402-services

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Discover 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> --json
bash
npx @zauthx402/cli@latest search <query> --json

Browse all endpoints

浏览所有端点

bash
npx @zauthx402/cli@latest list --json
bash
npx @zauthx402/cli@latest list --json

Common filters

常用筛选器

  • --network <name>
    — Filter by blockchain network (base, base-sepolia, solana, etc.)
  • --verified
    — Only show verified endpoints from trusted providers
  • --limit <n>
    — Max results to return (default: 10)
  • --json
    — Output structured JSON (recommended for programmatic use)
  • --network <name>
    — 按区块链网络筛选(base、base-sepolia、solana等)
  • --verified
    — 仅显示来自可信提供商的已验证端点
  • --limit <n>
    — 返回的最大结果数(默认值:10)
  • --json
    — 输出结构化JSON(推荐用于程序化调用)

Examples

示例

Find weather APIs:
bash
npx @zauthx402/cli@latest search weather --json
Browse verified endpoints on Base network:
bash
npx @zauthx402/cli@latest list --network base --verified --json
Find 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 --json

Interpreting Results

结果解读

Each endpoint in the response includes:
FieldMeaning
url
The API endpoint URL
method
HTTP method (GET, POST, etc.)
status
Health status: WORKING, FAILING, FLAKY, UNTESTED, or OVER_BUDGET
verified
true
if from a verified provider
priceUsdc
Cost per call in USDC
network
Blockchain network for payment (base, solana, etc.)
successRate
Percentage of successful calls (0-100)
uptime
Overall uptime percentage
totalCalls
Total number of calls recorded
title
Human-readable name of the service
description
What the endpoint does
响应中的每个端点包含以下字段:
字段含义
url
API端点URL
method
HTTP方法(GET、POST等)
status
健康状态:WORKING、FAILING、FLAKY、UNTESTED或OVER_BUDGET
verified
若来自已验证提供商则为
true
priceUsdc
每次调用的USDC成本
network
用于支付的区块链网络(base、solana等)
successRate
成功调用百分比(0-100)
uptime
总体正常运行时间百分比
totalCalls
记录的总调用次数
title
服务的可读名称
description
端点的功能说明

Recommended workflow

推荐工作流程

  1. Search for services matching the user's need
  2. Filter by network and verification status
  3. Present the best options with pricing and reliability info
  4. If the user wants to call a found endpoint, use Coinbase's
    pay-for-service
    skill to handle the x402 payment and invocation
  1. 搜索符合用户需求的服务
  2. 筛选按网络和验证状态
  3. 展示包含定价和可靠性信息的最佳选项
  4. 如果用户想要调用找到的端点,使用Coinbase的
    pay-for-service
    技能来处理x402支付和调用