Technical & DevelopmentIntermediate
x402-search
Discover and inspect paid API endpoints on the x402 Bazaar.
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/coinbase/agentic-wallet-skills/blob/main/skills/agentic-wallet/references/x402-search.md --skill x402-searchnpx skills add https://github.com/coinbase/agentic-wallet-skills/blob/main/skills/agentic-wallet/references/x402-search.md --skill x402-searchOr paste this URL into your assistant to install:
Overview
What This Skill Does
Discovers paid web services in the x402 Bazaar directory and inspects pricing and execution details without signing transactions.
Application
When to use this Skill
- Finding paid APIs matching a specific query.
- Browsing listed resources on the vector search directory.
- Inspecting payment requirements of endpoints without paying.
- Identifying available paymaster services on the Base chain.
Documentation
Show Skills.md file
Searching the x402 Bazaar
Use the npx awal@2.10.0 x402 commands to discover and inspect paid API endpoints available on the x402 bazaar marketplace. No authentication or balance is required for searching.
Commands
Search the Bazaar
Find paid services by keyword using CDP's vector search:
npx awal@2.10.0 x402 bazaar search <query> [-k <n>] [--network <network>] [--scheme <scheme>] [--max-price <price>] [--json]
| Option | Description |
|---|---|
-k, --top <n> |
Number of results, 1–20 (default: 20) |
--network <name> |
Filter by chain (base, base-sepolia, polygon, solana, solana-devnet) |
--scheme <scheme> |
Filter by payment scheme: exact or upto |
--max-price <price> |
Maximum price in USD (e.g. 0.01) |
--asset <address> |
Filter by payment asset address |
--pay-to <address> |
Filter by recipient wallet address |
--extensions <type> |
Filter by extension type (e.g. outputSchema, bazaar) |
--json |
Output as JSON |
Lines 1 - 25 of 74
Recommendations