gate_find_endpoints
Find paid APIs and content from the Solinkify registry by query or price cap. Returns URL, price, and access details for endpoints that fit your budget.
Instructions
Browse the public Solinkify registry of x402-priced endpoints: paid APIs and content an agent can buy per request. Returns url, price per request, currency, network and access modes for each one, plus whether it fits the configured spending caps. Use it to find a paid data source without being handed the URL, then call gate_get_price or gate_fetch on the url. Read-only and free. Every entry was verified by machine: it answers a real HTTP 402 with a valid x402 manifest that pays the wallet which listed it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of endpoints to return, 1 to 100. Defaults to 20. | |
| query | No | Free-text filter matched against title, description and tags. Omit to list everything. Plain keywords work best; there is no query syntax. | |
| max_price_usd | No | Drop endpoints priced above this many USD per request. Omit to see every price. |