{
  "x402Version": 2,
  "id": 1525,
  "slug": "1525",
  "resource": "https://poketpoker.com/api/play/deal",
  "description": "Deal one hand of Texas Hold'em against PoketPoker's bots and find out how your play compares. Five difficulty tiers; the top tier plays range-aware expected-value poker and beats every tier below it. Returns the table and a ticket; playing the hand out costs nothing more. Markdown by default, JSON with format=json.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x59F45516ea4a2481ff45Cf431D753d24B0Ca6213",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "Deal one hand of Texas Hold'em against PoketPoker's bots and find out how your play compares. Five difficulty tiers; the top tier plays range-aware expected-value poker and beats every tier below it. Returns the table and a ticket; playing the hand out costs nothing more. Markdown by default, JSON with format=json.",
        "input": {
          "method": "GET",
          "queryParams": {
            "difficulty": 4,
            "format": "json",
            "seats": 6,
            "seed": 1
          },
          "type": "http"
        },
        "method": "GET",
        "output": {
          "type": "json"
        },
        "path": "/api/play/deal"
      },
      "params": {
        "difficulty": "0 casual, 1 standard, 2 tough, 3 shark, 4 pro (default 4)",
        "format": "json for a structured table; markdown is the default",
        "seats": "2-8 (default 6)",
        "seed": "optional 32-bit integer, for a reproducible hand"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "difficulty": {
                    "maximum": 4,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "format": {
                    "type": "string"
                  },
                  "seats": {
                    "maximum": 8,
                    "minimum": 2,
                    "type": "integer"
                  },
                  "seed": {
                    "type": "integer"
                  }
                },
                "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",
        "play poker",
        "poker bots",
        "agent games"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "poketpoker.com",
  "lastUpdated": "2026-09-17T04:06:16.302Z",
  "quality": {
    "calls30d": 9,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-17T04:06:15.85Z"
  },
  "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"
  }
}