discover-x402-services
Original:🇺🇸 English
Translated
Search for x402-enabled paid APIs. Use when the user wants to find paid services, discover APIs, look up x402 endpoints, or browse available paid resources by keyword or network.
1installs
Added on
NPX Install
npx skill4agent add zauthofficial/agent-skills discover-x402-servicesTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Discover x402 Services
Search and browse x402-enabled paid APIs from the zauth verified provider directory.
Usage
Search by keyword
bash
npx @zauthx402/cli@latest search <query> --jsonBrowse all endpoints
bash
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
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 --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 |
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