{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "basezos-vercel-app-api-order-amazon-products",
  "title": "Basezos \u00b7 Order Amazon Products",
  "url": "https://basezos.vercel.app/api/order/amazon-products",
  "category": "data",
  "summary": "Basezos \u00b7 Order Amazon Products \u2014 x402-protected data API. Pay $50.00 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Basezos \u00b7 Order Amazon Products \u2014 x402 data API \u00b7 $50.00 per call",
    "description": "Basezos \u00b7 Order Amazon Products \u2014 x402-protected data API. Pay $50.00 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 2500.0,
    "median_category_atomic": 20000
  },
  "pricing_review_required": true,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x873f87d6a2b5126e950c03ec03e3d7b82d91bf1d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Create Amazon product order via API. Payment is processed with cryptocurrency. Only US addresses are accepted.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "asin": {
              "type": "string",
              "required": true,
              "description": "Amazon product ASIN"
            },
            "city": {
              "type": "string",
              "required": true,
              "description": "City"
            },
            "name": {
              "type": "string",
              "required": true,
              "description": "Recipient name"
            },
            "email": {
              "type": "string",
              "required": true,
              "description": "Recipient email address"
            },
            "line1": {
              "type": "string",
              "required": true,
              "description": "Address line 1"
            },
            "line2": {
              "type": "string",
              "description": "Address line 2"
            },
            "state": {
              "type": "string",
              "required": true,
              "description": "State"
            },
            "country": {
              "enum": [
                "US"
              ],
              "type": "string",
              "required": true,
              "description": "Country (US addresses only)"
            },
            "postalCode": {
              "type": "string",
              "required": true,
              "description": "Postal code"
            }
          }
        },
        "output": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "orderId",
            "itemOrdered",
            "transactionStatus"
          ],
          "properties": {
            "orderId": {
              "type": "string",
              "description": "The Crossmint order ID"
            },
            "itemOrdered": {
              "type": "string",
              "description": "The Amazon product ASIN that was ordered"
            },
            "transactionStatus": {
              "type": "string",
              "description": "The status of the blockchain transaction"
            }
          },
          "additionalProperties": false
        }
      }
    }
  ],
  "origin": {
    "slug": "basezos-vercel-app",
    "host": "basezos.vercel.app",
    "url": "https://basezos.vercel.app",
    "favicon": "https://basezos.vercel.app/favicon.ico?favicon.0b3bf435.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/basezos-vercel-app-api-order-amazon-products",
    "url": "https://x402all.com/resource/basezos-vercel-app-api-order-amazon-products",
    "name": "Basezos \u00b7 Order Amazon Products",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/basezos-vercel-app-api-order-amazon-products",
      "@type": "Offer",
      "price": "50",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "50.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://basezos.vercel.app/api/order/amazon-products",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/basezos-vercel-app",
      "url": "https://basezos.vercel.app",
      "name": "basezos.vercel.app",
      "@type": "Organization"
    },
    "identifier": "basezos-vercel-app-api-order-amazon-products",
    "description": "Basezos \u00b7 Order Amazon Products \u2014 x402-protected data API. Pay $50.00 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=basezos-vercel-app-api-order-amazon-products",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=basezos-vercel-app-api-order-amazon-products",
  "callability": {
    "status": "partial",
    "schema_callability": 0.39,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T22:46:08.307316+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://basezos.vercel.app/api/order/amazon-products",
    "content_type": "application/json",
    "response_schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "orderId",
        "itemOrdered",
        "transactionStatus"
      ],
      "properties": {
        "orderId": {
          "type": "string",
          "description": "The Crossmint order ID"
        },
        "itemOrdered": {
          "type": "string",
          "description": "The Amazon product ASIN that was ordered"
        },
        "transactionStatus": {
          "type": "string",
          "description": "The status of the blockchain transaction"
        }
      },
      "additionalProperties": false
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "d3699fd2e02525c77dcd38da303e12fdde67aefa4cb38a9eb16ac12e560bbde4"
  }
}