Fetch and parse a publisher's x402 manifest
parse_x402_manifestRetrieves and parses the x402 manifest from a domain to reveal accepted payment schemes, networks, payTo addresses, prices, and paid endpoints.
Instructions
Fetches https://{domain}/.well-known/x402.json (or x402) and returns the structured manifest. Used to discover what an x402-paid publisher accepts (scheme, network, payTo, prices, paid endpoints).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Bare hostname, e.g. "tensorfeed.ai" (no scheme or path) |