{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "chess-ruliad-xyz-best-move",
  "title": "Chess \u00b7 Best Move",
  "url": "https://chess.ruliad.xyz/best-move",
  "category": "tools",
  "summary": "Chess \u00b7 Best Move \u2014 x402-protected tools API. Pay $0.0010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Chess \u00b7 Best Move \u2014 x402 tools API \u00b7 $0.0010 per call",
    "description": "Chess \u00b7 Best Move \u2014 x402-protected tools API. Pay $0.0010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xdc40cbf86727093c52582405703e5b97d5c64b66",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 60,
      "description": "Get stockfish analysis for a given FEN",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "fen": {
              "type": "string",
              "required": true,
              "description": "FEN of the current chess position"
            },
            "depth": {
              "type": "string",
              "required": false,
              "description": "depth (1-12), optional, default 10"
            }
          }
        },
        "output": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "success",
            "evaluation",
            "bestmove",
            "mate"
          ],
          "properties": {
            "mate": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ]
            },
            "success": {
              "type": "boolean",
              "const": true
            },
            "bestmove": {
              "type": "string"
            },
            "evaluation": {
              "type": "number"
            }
          },
          "additionalProperties": false
        }
      }
    }
  ],
  "origin": {
    "slug": "chess-ruliad-xyz",
    "host": "chess.ruliad.xyz",
    "url": "https://chess.ruliad.xyz",
    "favicon": "https://chess.ruliad.xyz/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/chess-ruliad-xyz-best-move",
    "url": "https://x402all.com/resource/chess-ruliad-xyz-best-move",
    "name": "Chess \u00b7 Best Move",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/chess-ruliad-xyz-best-move",
      "@type": "Offer",
      "price": "0.001",
      "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.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://chess.ruliad.xyz/best-move",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/chess-ruliad-xyz",
      "url": "https://chess.ruliad.xyz",
      "name": "chess.ruliad.xyz",
      "@type": "Organization"
    },
    "identifier": "chess-ruliad-xyz-best-move",
    "description": "Chess \u00b7 Best Move \u2014 x402-protected tools API. Pay $0.0010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=chess-ruliad-xyz-best-move",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=chess-ruliad-xyz-best-move",
  "callability": {
    "status": "partial",
    "schema_callability": 0.35,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T23:28:59.090549+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://chess.ruliad.xyz/best-move",
    "response_schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "success",
        "evaluation",
        "bestmove",
        "mate"
      ],
      "properties": {
        "mate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ]
        },
        "success": {
          "type": "boolean",
          "const": true
        },
        "bestmove": {
          "type": "string"
        },
        "evaluation": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "766ee6655f31b6c869529d31982cdd0855c7927dc049ac5affb1f668f527788c"
  }
}