PoketPoker · Play Deal

by PoketPoker

GETBase

$0.005

per call · USD Coin on Base

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.

Endpoint

GET https://poketpoker.com/api/play/deal

10

Calls / 30d

5

Unique payers / 30d

Sep 8

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/play/deal", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://poketpoker.com/api/play/deal?difficulty=4&format=json&seats=6&seed=1" \
  -H "X-PAYMENT: <signed x402 payment>"

Payment details

Pay to0x59f45516ea4a2481ff45cf431d753d24b0ca6213
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Games & Fun and the homepage with a featured placement.

Get featured →

More from PoketPoker & similar services