How can I actually buy this? (free)
purchase_optionsFREE. Ask how to pay for a listed endpoint and get every channel with its REAL status - including the ones that are wired but not open yet. Three channels exist: x402 micropayment (for an agent with a funded USDC wallet on Base), a stateless subscription Bearer token (for a person or team - no wallet, no private key, no account), and a card rail. This tool takes no payment and holds no key; it only tells you which doors exist and which are open today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | A listed endpoint path (e.g. "/gauge/grid-reliability-region") to get its price alongside the channels. Omit it to get the channel list on its own. The full list of legal paths is the free /manifest?all=1. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | present only when the buy endpoint could not be reached | |
| price | No | the listed price, present only when asked_about matches a listed endpoint | |
| title | No | the listing title of that endpoint, when it has one | |
| detail | No | the upstream error text, when there is one | |
| endpoint | No | always "/buy" - which endpoint answered | |
| free_first | No | what stays free and how to avoid paying for a lookup with no data | |
| asked_about | No | the path you asked about, or null if you asked for the channel list on its own | |
| ways_to_buy | No | every payment channel with its REAL status - including channels that are wired but not open yet | |
| note_unknown_path | No | present only when asked_about matched no listed endpoint |