mirrored listing x402 eip155:8453

Whether to open a specific Texas Hold'em starting hand from a named position against a giv

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.

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
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-14
updated

Provider

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

Payment (x402 accepts[])

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

Output schema

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

Use it

curl

curl "https://poketpoker.com/api/advice"
# -> 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/advice");
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/advice")
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/1528.json, and this resource appears in /discovery/resources and /discovery/search.