mirrored listing x402 eip155:8453

Deal one hand of Texas Hold'em against PoketPoker's bots and find out how your play compar

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.

Do you run poketpoker.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
5000 (raw units)
price
9
calls / 30d
7
unique payers
2026-09-17
updated

Provider

poketpoker.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x59F45516ea4a2481ff45Cf431D753d24B0Ca6213",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "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"
    ]
  }
}

Use it

curl

curl "https://poketpoker.com/api/play/deal"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://poketpoker.com/api/play/deal");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://poketpoker.com/api/play/deal")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/1525.json, and this resource appears in /discovery/resources and /discovery/search.