$0.01
per call · USD Coin on Base
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.
Endpoint
GET https://poketpoker.com/api/compare6
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/compare", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://poketpoker.com/api/compare?a=AhKh&b=QsQd" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"a": {
"class": "AKs",
"equity": 46.21,
"id": "AhKh",
"split": 0.39,
"win": 46.02
},
"b": {
"class": "QQ",
"equity": 53.79,
"id": "QdQs",
"split": 0.39,
"win": 53.6
},
"boards": 1712304,
"engine": {
"name": "poker-engine",
"version": "1.9.0"
},
"exact": true,
"license": "CC-BY-4.0",
"provenance": "exact enumeration of every remaining board; no sampling, no seed"
}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 · 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.
PoketPoker · Hands Ac5s
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.