{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "www-x402scan-com-api-x402-resources-search",
  "title": "X402scan \u00b7 Resources Search",
  "url": "https://www.x402scan.com/api/x402/resources/search",
  "category": "data",
  "summary": "X402scan \u00b7 Resources Search \u2014 x402-protected data API. Pay $0.020 per call on base. Indexed by x402all.",
  "seo": {
    "title": "X402scan \u00b7 Resources Search \u2014 x402 data API \u00b7 $0.020 per call",
    "description": "X402scan \u00b7 Resources Search \u2014 x402-protected data API. Pay $0.020 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.0,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x2ec4545f96a24876764bf2b04d54e66a1351be71",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "page",
              "page_size",
              "q"
            ],
            "properties": {
              "q": {
                "type": "string",
                "minLength": 1,
                "description": "Search query"
              },
              "page": {
                "type": "integer",
                "default": 0,
                "maximum": 9007199254740991,
                "minimum": 0,
                "description": "Page index (0-based)"
              },
              "tags": {
                "type": "string",
                "description": "Comma-separated tag IDs to filter by"
              },
              "chains": {
                "type": "string",
                "description": "Comma-separated chains to filter by (base, solana)"
              },
              "page_size": {
                "type": "integer",
                "default": 10,
                "maximum": 100,
                "minimum": 1,
                "description": "Items per page (1-100, default 10)"
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "www-x402scan-com",
    "host": "www.x402scan.com",
    "url": "https://www.x402scan.com",
    "favicon": "https://www.x402scan.com/icon0.svg?icon0.58854ec0.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/www-x402scan-com-api-x402-resources-search",
    "url": "https://x402all.com/resource/www-x402scan-com-api-x402-resources-search",
    "name": "X402scan \u00b7 Resources Search",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/www-x402scan-com-api-x402-resources-search",
      "@type": "Offer",
      "price": "0.02",
      "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.020000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://www.x402scan.com/api/x402/resources/search",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/www-x402scan-com",
      "url": "https://www.x402scan.com",
      "name": "www.x402scan.com",
      "@type": "Organization"
    },
    "identifier": "www-x402scan-com-api-x402-resources-search",
    "description": "X402scan \u00b7 Resources Search \u2014 x402-protected data API. Pay $0.020 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=www-x402scan-com-api-x402-resources-search",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=www-x402scan-com-api-x402-resources-search",
  "callability": {
    "status": "likely_callable",
    "schema_callability": 0.574,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 0.7,
    "validated_at": "2026-05-10T23:15:25.177139+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/api/x402/resources/search",
    "query_schema": {
      "type": "object",
      "required": [
        "q"
      ],
      "properties": {
        "q": {
          "type": "string",
          "minLength": 1,
          "description": "Search query"
        },
        "page": {
          "type": "integer",
          "default": 0,
          "maximum": 9007199254740991,
          "minimum": 0,
          "description": "Page index (0-based)"
        },
        "tags": {
          "type": "string",
          "description": "Comma-separated tag IDs to filter by"
        },
        "chains": {
          "type": "string",
          "description": "Comma-separated chains to filter by (base, solana)"
        },
        "page_size": {
          "type": "integer",
          "default": 10,
          "maximum": 100,
          "minimum": 1,
          "description": "Items per page (1-100, default 10)"
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "declared",
      "header_schema": "unknown",
      "request_body_schema": "explicit_none",
      "response_schema": "partial"
    },
    "contract_hash": "c258ad23c92531c79944869bada07ef1d5a72bd1d0710c1e8630ccf8f10a7059"
  }
}