← Back to directory

Create Amazon product order via API. Payment is processed with cryptocurrency. O...

https://basezos.vercel.app/api/order/amazon-products

Overview

Create Amazon product order via API. Payment is processed with cryptocurrency. Only US addresses are accepted.

Protocol x402
Price $50.00
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider basezos
Source bazaar
Indexed 2026-03-02 01:13:17

Health

Status degraded
Latency (p50) 271ms
Uptime (30d) 0.0%
Reliability Score 40/100
Last Checked 2026-06-25 04:43:09
Last Healthy Never
Consecutive Failures 1

x402 Payment Validation

Payment Requirements Invalid
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "asin": { "description": "Amazon product ASIN", "required": true, "type": "string" }, "city": { "description": "City", "required": true, "type": "string" }, "country": { "description": "Country (US addresses only)", "enum": [ "US" ], "required": true, "type": "string" }, "email": { "description": "Recipient email address", "required": true, "type": "string" }, "line1": { "description": "Address line 1", "required": true, "type": "string" }, "line2": { "description": "Address line 2", "type": "string" }, "name": { "description": "Recipient name", "required": true, "type": "string" }, "postalCode": { "description": "Postal code", "required": true, "type": "string" }, "state": { "description": "State", "required": true, "type": "string" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "itemOrdered": { "description": "The Amazon product ASIN that was ordered", "type": "string" }, "orderId": { "description": "The Crossmint order ID", "type": "string" }, "transactionStatus": { "description": "The status of the blockchain transaction", "type": "string" } }, "required": [ "orderId", "itemOrdered", "transactionStatus" ], "type": "object" }

Recent Health Checks

Time Status HTTP Latency Error
2026-06-25 04:43:09 method_not_allowed 405 290ms
2026-06-24 06:21:46 method_not_allowed 405 172ms
2026-06-24 03:34:02 method_not_allowed 405 222ms
2026-06-22 12:56:06 method_not_allowed 405 281ms
2026-06-22 06:55:59 method_not_allowed 405 271ms