purchase_marketplace_product
Preview or purchase a selected paid marketplace product using its operation_id, with optional auto-payment and signature verification.
Instructions
Use after find_marketplace_products. Preview or purchase the selected paid product by its operation_id, without searching through the full dynamic tool list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Product-specific inputs returned in input_parameters or example_request by find_marketplace_products. | |
| preview | No | Inspect the live contract proof before paying. | |
| tx_hash | No | Base transaction hash after paying an x402 invoice. | |
| auto_pay | No | Pay automatically with the locally configured, explicitly enabled buyer wallet. | |
| payment_id | No | payment_id returned by the x402 invoice. | |
| agent_token | No | Optional pre-funded marketplace bearer token. | |
| operation_id | Yes | Exact operation_id returned by find_marketplace_products, such as evm_receipt or vendor_risk_report. | |
| payment_signature | No | Base64 x402 v2 PAYMENT-SIGNATURE from a compatible buyer client. |