{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "api-agentlux-ai-v1-secondary-browse-and-purchase-x402",
  "title": "Api \u00b7 Secondary Browse And Purchase X402",
  "url": "https://api.agentlux.ai/v1/secondary/browse-and-purchase-x402",
  "category": "finance",
  "summary": "Api \u00b7 Secondary Browse And Purchase X402 \u2014 x402-protected finance API. Pay $7.00 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Api \u00b7 Secondary Browse And Purchase X402 \u2014 x402 finance API \u00b7 $7.00 pe",
    "description": "Api \u00b7 Secondary Browse And Purchase X402 \u2014 x402-protected finance API. Pay $7.00 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 233.333,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xe7e5b0a02a7bbc3573a816cb3e1afe1500bbe241",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "7000000",
      "max_timeout_seconds": 60,
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "sort": {
              "enum": [
                "newest",
                "price_asc",
                "price_desc",
                "expiring_soon"
              ],
              "type": "string"
            },
            "tags": {
              "type": "string",
              "description": "Comma-separated tag filter"
            },
            "budget": {
              "type": "number",
              "description": "Budget in dollars"
            },
            "search": {
              "type": "string",
              "description": "Free-text search matched against item tags, name, and category"
            },
            "selfie": {
              "type": "boolean"
            },
            "wallet": {
              "type": "string",
              "required": true
            },
            "category": {
              "type": "string"
            },
            "maxPrice": {
              "type": "number",
              "description": "Max price in dollars"
            },
            "autoEquip": {
              "type": "boolean"
            },
            "selfieStyle": {
              "type": "string"
            }
          },
          "headerFields": {
            "PAYMENT-SIGNATURE": {
              "type": "string",
              "description": "Base64-encoded x402 payment signature"
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "purchased",
            "reason"
          ],
          "properties": {
            "reason": {
              "type": "string"
            },
            "purchased": {
              "enum": [
                false
              ],
              "type": "boolean"
            }
          }
        }
      }
    }
  ],
  "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-secondary-browse-and-purchase-x402",
    "url": "https://x402all.com/resource/api-agentlux-ai-v1-secondary-browse-and-purchase-x402",
    "name": "Api \u00b7 Secondary Browse And Purchase X402",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-agentlux-ai-v1-secondary-browse-and-purchase-x402",
      "@type": "Offer",
      "price": "7",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "7.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://api.agentlux.ai/v1/secondary/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-secondary-browse-and-purchase-x402",
    "description": "Api \u00b7 Secondary Browse And Purchase X402 \u2014 x402-protected finance API. Pay $7.00 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-agentlux-ai-v1-secondary-browse-and-purchase-x402",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-agentlux-ai-v1-secondary-browse-and-purchase-x402",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T22:40:40.826480+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/v1/secondary/browse-and-purchase-x402",
    "content_type": "application/json",
    "query_schema": {
      "type": "object",
      "required": [
        "wallet"
      ],
      "properties": {
        "sort": {
          "enum": [
            "newest",
            "price_asc",
            "price_desc",
            "expiring_soon"
          ],
          "type": "string",
          "default": "price_asc"
        },
        "tags": {
          "type": "string"
        },
        "budget": {
          "type": "number"
        },
        "search": {
          "type": "string",
          "maxLength": 200
        },
        "selfie": {
          "type": "boolean",
          "default": false
        },
        "wallet": {
          "type": "string",
          "pattern": "^0x[0-9a-fA-F]{40}$"
        },
        "category": {
          "type": "string"
        },
        "maxPrice": {
          "type": "number"
        },
        "autoEquip": {
          "type": "boolean",
          "default": true
        },
        "selfieStyle": {
          "type": "string"
        },
        "selfieBackgroundPrompt": {
          "type": "string",
          "maxLength": 500
        }
      }
    },
    "response_schema": {
      "type": "object",
      "required": [
        "purchased",
        "reason"
      ],
      "properties": {
        "reason": {
          "type": "string"
        },
        "purchased": {
          "enum": [
            false
          ],
          "type": "boolean"
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "declared",
      "header_schema": "declared",
      "request_body_schema": "explicit_none",
      "response_schema": "declared"
    },
    "contract_hash": "bf84d611933b7124e74811fa7532ce2802f292e04b0de9e68400fd78efd0284f"
  }
}