List machine-payable services
code402_list_servicesList services on the code402 gateway storefront (GET /v1/services): first-party APIs and third-party seller listings, each with method, URL, USDC price, and network. No account or API key exists or is needed anywhere on the gateway — paid services are accountless, priced per call via x402. Paying for a service requires an x402-capable HTTP client with the buyer's own wallet — this tool only discovers. Returns { total, count, offset, has_more, next_offset?, services: [{ serviceId, name, description, method, url, price, price_usdc_units, network }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum services to return (default 20) | |
| query | No | Case-insensitive substring filter on serviceId, name, and description | |
| offset | No | Services to skip (pagination, default 0) | |
| compact | No | Token-saving mode: returns one terse line per service (serviceId | price | method | url) instead of full objects. Use for large catalogs. |