x402_place_order
Place orders on X402 payment-protected endpoints by sending HTTP requests, returning full response details: status, headers, body, and original request parameters.
Instructions
Send an HTTP request and return complete response information including headers, body, and the original request details. Returns status code, all response headers (including PAYMENT-REQUIRED if present), response body, and the original request parameters. Use this for any HTTP request where you need full response details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the endpoint. Must be a complete http/https URL. | |
| body | No | JSON string request body for POST/PUT/PATCH. Omit for GET. | |
| method | No | HTTP method: GET, POST, PUT, or PATCH. Default POST. |