Create Amazon product order via API. Payment is processed with cryptocurrency. O...
https://basezos.vercel.app/api/order/amazon-productsOverview
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)
402ms
Uptime (30d)
0.0%
Reliability Score
40/100
Last Checked
2026-08-20 11:28:45
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-08-20 11:28:45 | method_not_allowed | 405 | 501ms | |
| 2026-08-20 04:43:17 | method_not_allowed | 405 | 275ms | |
| 2026-08-19 21:00:31 | method_not_allowed | 405 | 275ms | |
| 2026-08-19 15:28:31 | method_not_allowed | 405 | 583ms | |
| 2026-08-19 12:59:45 | method_not_allowed | 405 | 829ms | |
| 2026-08-19 04:26:19 | method_not_allowed | 405 | 436ms | |
| 2026-08-18 22:33:05 | method_not_allowed | 405 | 301ms | |
| 2026-08-18 18:43:17 | method_not_allowed | 405 | 402ms | |
| 2026-08-18 09:09:17 | method_not_allowed | 405 | 196ms | |
| 2026-08-18 02:42:46 | method_not_allowed | 405 | 150ms | |
| 2026-08-17 20:16:49 | method_not_allowed | 405 | 614ms | |
| 2026-08-17 17:07:19 | method_not_allowed | 405 | 303ms |