Inspect an x402 endpoint (price + requirements, no payment)
inspect_endpointFetch an endpoint to see its payment requirements — accepted schemes, networks, assets, price, and pay-to address — without paying. If free, returns the result instead.
Instructions
Fetch an x402 endpoint and return its 402 payment requirements — every accepted scheme, network, asset, price and pay-to address — WITHOUT paying. If the endpoint is free, returns its result instead. No signer required. Use this to learn the cost before pay_and_call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The x402 endpoint URL to inspect. | |
| body | No | JSON body for a POST probe. | |
| method | No | HTTP method to probe with. | GET |