$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/advice4
Calls / 30d
1
Unique payers / 30d
Aug 17
Last called
exact
Payment scheme
Call this service
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 -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
0x59f45516ea4a2481ff45cf431d753d24b0ca6213USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from PoketPoker & similar services
PoketPoker · Play Deal
poketpoker.com
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.
PoketPoker · Compare
poketpoker.com
Exact head-to-head equity between any two specific Texas Hold'em hands, enumerated over all 1,712,304 remaining boards. No sampling and no approximation.
PoketPoker · Hands AhKh
poketpoker.com
The full record for one of the 1,326 specific Texas Hold'em starting hands: equity against modelled ranges, position-by-position opening guidance, exact head-to-head figures, and the exact card-removal effect of holding these specific two cards.