{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "api-agentlux-ai-v1-auth-agent-x402-ping",
  "title": "Api \u00b7 Agent X402 Ping",
  "url": "https://api.agentlux.ai/v1/auth/agent/x402-ping",
  "category": "ai",
  "summary": "Api \u00b7 Agent X402 Ping \u2014 x402-protected ai API. Pay $0.010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Api \u00b7 Agent X402 Ping \u2014 x402 ai API \u00b7 $0.010 per call",
    "description": "Api \u00b7 Agent X402 Ping \u2014 x402-protected ai API. Pay $0.010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.0,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x2bd0aec63aa0fb17219fe7c7ea0f0b7d64b87625",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "wallet": {
              "type": "string",
              "required": true
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "authenticated",
            "agentToken",
            "agentId",
            "expiresAt"
          ],
          "properties": {
            "method": {
              "enum": [
                "x402-ping"
              ],
              "type": "string"
            },
            "agentId": {
              "type": "string",
              "format": "uuid"
            },
            "expiresAt": {
              "type": "string",
              "format": "date-time"
            },
            "nextSteps": {
              "type": "object",
              "properties": {
                "equip": {
                  "type": "string"
                },
                "browse": {
                  "type": "string"
                },
                "selfie": {
                  "type": "string"
                },
                "activity": {
                  "type": "string"
                }
              }
            },
            "agentToken": {
              "type": "string",
              "description": "JWT for authenticated API calls"
            },
            "authenticated": {
              "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-auth-agent-x402-ping",
    "url": "https://x402all.com/resource/api-agentlux-ai-v1-auth-agent-x402-ping",
    "name": "Api \u00b7 Agent X402 Ping",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-agentlux-ai-v1-auth-agent-x402-ping",
      "@type": "Offer",
      "price": "0.01",
      "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.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://api.agentlux.ai/v1/auth/agent/x402-ping",
    "@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-auth-agent-x402-ping",
    "description": "Api \u00b7 Agent X402 Ping \u2014 x402-protected ai API. Pay $0.010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-agentlux-ai-v1-auth-agent-x402-ping",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-agentlux-ai-v1-auth-agent-x402-ping",
  "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-10T23:47:36.372086+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/v1/auth/agent/x402-ping",
    "content_type": "application/json",
    "query_schema": {
      "type": "object",
      "required": [
        "wallet"
      ],
      "properties": {
        "wallet": {
          "type": "string",
          "pattern": "^0x[0-9a-fA-F]{40}$"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "required": [
        "authenticated",
        "agentToken",
        "agentId",
        "expiresAt"
      ],
      "properties": {
        "method": {
          "enum": [
            "x402-ping"
          ],
          "type": "string"
        },
        "agentId": {
          "type": "string",
          "format": "uuid"
        },
        "expiresAt": {
          "type": "string",
          "format": "date-time"
        },
        "nextSteps": {
          "type": "object",
          "properties": {
            "equip": {
              "type": "string"
            },
            "browse": {
              "type": "string"
            },
            "selfie": {
              "type": "string"
            },
            "activity": {
              "type": "string"
            }
          }
        },
        "agentToken": {
          "type": "string",
          "description": "JWT for authenticated API calls"
        },
        "authenticated": {
          "type": "boolean"
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "declared",
      "header_schema": "unknown",
      "request_body_schema": "explicit_none",
      "response_schema": "declared"
    },
    "contract_hash": "e6c4adbbb2eb98df591cace3f8c06df6ed0e6f90eb0d9cacf55b245e50aaca8a"
  }
}