PoketPoker · Advice

by PoketPoker

GETBase

$0.01

per call · USD Coin on Base

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.

Endpoint

GET https://poketpoker.com/api/advice

4

Calls / 30d

1

Unique payers / 30d

Aug 17

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://poketpoker.com/api/advice", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://poketpoker.com/api/advice?hand=AhKh&opponents=2&position=button" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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.9.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
}

Payment details

Pay to0x59f45516ea4a2481ff45cf431d753d24b0ca6213
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from PoketPoker & similar services