{
  "x402Version": 2,
  "id": 1528,
  "slug": "1528",
  "resource": "https://poketpoker.com/api/advice",
  "description": "Whether to open a specific Texas Hold'em starting hand from a named position against a given number of opponents, with the engine equity behind the answer.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x59F45516ea4a2481ff45Cf431D753d24B0Ca6213",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "Whether to open a specific Texas Hold'em starting hand from a named position against a given number of opponents, with the engine equity behind the answer.",
        "input": {
          "method": "GET",
          "queryParams": {
            "hand": "AhKh",
            "opponents": 2,
            "position": "button"
          },
          "type": "http"
        },
        "method": "GET",
        "output": {
          "example": {
            "caveat": "Chip-value maths on specific cards against random opponents. It ignores stack depth, bet sizing and how these opponents actually play, and it is not solver output.",
            "class": "AKs",
            "engine": {
              "name": "poker-engine",
              "version": "1.13.0"
            },
            "equity": 50.64,
            "hand": "AhKh",
            "license": "CC-BY-4.0",
            "open": true,
            "opponents": 2,
            "position": "button",
            "positionLabel": "Button",
            "tie": 1.94,
            "verdict": "Open-raise. AKs is inside a conventional opening range from the button, and against 2 random opponents it takes 50.64% of the pot.",
            "win": 49.75
          },
          "type": "json"
        },
        "path": "/api/advice"
      },
      "params": {
        "hand": "canonical hand id",
        "opponents": "1-7",
        "position": "early|middle|hijack|cutoff|button|small-blind"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "hand": {
                    "type": "string"
                  },
                  "opponents": {
                    "maximum": 7,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "position": {
                    "type": "string"
                  }
                },
                "required": [
                  "hand",
                  "position",
                  "opponents"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "poker",
        "texas holdem",
        "preflop",
        "opening ranges",
        "poker strategy"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "poketpoker.com",
  "lastUpdated": "2026-09-14T19:51:41.776Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T19:51:41.29Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "poketpoker.com",
    "manifest_name": "poketpoker.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}