x402 Price Quote (no payment)
ordnet_x402_quoteInspect an x402-paywalled URL without paying to see its price, payTo address, and payment requirements from the HTTP 402 response.
Instructions
Inspect an x402-paywalled URL WITHOUT paying: returns the price, payTo address, and payment requirements from the HTTP 402 response.
Use this to check costs before committing. Free and read-only.
Args:
url (string): resource URL
method (string, optional): GET or POST (default GET)
Returns: { isPaywalled, priceSats?, network?, payTo?, description?, accepts }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the (possibly) x402-paywalled resource | |
| method | No | HTTP method (default GET) |