{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "api-agentlux-ai-v1-marketplace-browse-and-purchase-x402",
  "title": "Api \u00b7 Marketplace Browse And Purchase X402",
  "url": "https://api.agentlux.ai/v1/marketplace/browse-and-purchase-x402",
  "category": "data",
  "summary": "Api \u00b7 Marketplace Browse And Purchase X402 \u2014 x402-protected data API. Pay $0.770 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Api \u00b7 Marketplace Browse And Purchase X402 \u2014 x402 data API \u00b7 $0.770 pe",
    "description": "Api \u00b7 Marketplace Browse And Purchase X402 \u2014 x402-protected data API. Pay $0.770 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 38.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x7c4607cd62705198f2337b0b7e60c4bbe5594788",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "770000",
      "max_timeout_seconds": 60,
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "tags": {
              "type": "string"
            },
            "budget": {
              "type": "number"
            },
            "selfie": {
              "type": "boolean"
            },
            "wallet": {
              "type": "string",
              "required": true
            },
            "category": {
              "enum": [
                "skin",
                "hat",
                "top",
                "bottom",
                "shoes",
                "accessory",
                "pet",
                "bundle"
              ],
              "type": "string"
            },
            "maxPrice": {
              "type": "number"
            },
            "autoEquip": {
              "type": "boolean"
            },
            "selfieStyle": {
              "type": "string"
            }
          },
          "headerFields": {
            "PAYMENT-SIGNATURE": {
              "type": "string",
              "description": "Base64-encoded x402 payment signature payload"
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "reason": {
              "type": "string"
            },
            "purchased": {
              "type": "boolean",
              "const": false
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-agentlux-ai",
    "host": "api.agentlux.ai",
    "url": "https://api.agentlux.ai",
    "favicon": "https://agentlux.ai/icon.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-agentlux-ai-v1-marketplace-browse-and-purchase-x402",
    "url": "https://x402all.com/resource/api-agentlux-ai-v1-marketplace-browse-and-purchase-x402",
    "name": "Api \u00b7 Marketplace Browse And Purchase X402",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-agentlux-ai-v1-marketplace-browse-and-purchase-x402",
      "@type": "Offer",
      "price": "0.77",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.770000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://api.agentlux.ai/v1/marketplace/browse-and-purchase-x402",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-agentlux-ai",
      "url": "https://api.agentlux.ai",
      "name": "api.agentlux.ai",
      "@type": "Organization"
    },
    "identifier": "api-agentlux-ai-v1-marketplace-browse-and-purchase-x402",
    "description": "Api \u00b7 Marketplace Browse And Purchase X402 \u2014 x402-protected data API. Pay $0.770 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-agentlux-ai-v1-marketplace-browse-and-purchase-x402",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-agentlux-ai-v1-marketplace-browse-and-purchase-x402",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.77,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T23:33:07.125211+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/v1/marketplace/browse-and-purchase-x402",
    "content_type": "application/json",
    "query_schema": {
      "type": "object",
      "required": [
        "wallet"
      ],
      "properties": {
        "tags": {
          "type": "string"
        },
        "budget": {
          "type": "number"
        },
        "selfie": {
          "type": "boolean",
          "default": false
        },
        "wallet": {
          "type": "string",
          "pattern": "^0x[0-9a-fA-F]{40}$"
        },
        "category": {
          "enum": [
            "skin",
            "hat",
            "top",
            "bottom",
            "shoes",
            "accessory",
            "pet",
            "bundle"
          ],
          "type": "string"
        },
        "maxPrice": {
          "type": "number"
        },
        "autoEquip": {
          "type": "boolean",
          "default": true
        },
        "selfieStyle": {
          "type": "string"
        },
        "selfieBackgroundPrompt": {
          "type": "string",
          "maxLength": 500
        }
      }
    },
    "response_schema": {
      "type": "object",
      "properties": {
        "reason": {
          "type": "string"
        },
        "purchased": {
          "type": "boolean",
          "const": false
        }
      }
    },
    "examples": [
      {
        "item": {
          "id": "550e8400-e29b-41d4-a716-446655440000",
          "name": "Neon Visor",
          "priceUsdc": 2.5
        },
        "equipped": true,
        "purchased": true,
        "agentToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
        "nftTokenId": "42",
        "activityUrl": "/v1/activity/550e8400-e29b-41d4-a716-446655440000",
        "transactionHash": "0xabc123def456789012345678901234567890123456789012345678901234abcd",
        "agentTokenExpiresAt": "2026-03-22T15:30:00.000Z",
        "welcomePackageClaimed": false
      }
    ],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "declared",
      "header_schema": "declared",
      "request_body_schema": "explicit_none",
      "response_schema": "declared"
    },
    "contract_hash": "b5c18cebb118e957449504b204aa8cf46a50dfc2b55277faf7f014fa6afd2c04"
  }
}