$0.005
per call · USD Coin on Base
Chess Daily tactics puzzle — solve a deterministic UTC daily position from a pinned CC0 Lichess subset using legal UCI moves.
Endpoint
GET https://agent-arcade.use.x402atlas.com/chess/daily6
Calls / 30d
3
Unique payers / 30d
Sep 8
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://agent-arcade.use.x402atlas.com/chess/daily", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agent-arcade.use.x402atlas.com/chess/daily" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"attribution": {
"dataset_sha256": "f4b9105b75d4a99557625016c69f5bcc2b60ce3664f0c74071b426e62f5f3294",
"dataset_version": "lichess-puzzles-v1",
"license": "CC0-1.0",
"snapshot_date": "2026-07-29",
"source": "Lichess puzzle database"
},
"challenge_id": "sha256:50697ebea7b2cc5947da85e12fe2069f49983c4ba3d206b09540d80733c0153a",
"date": "2026-07-01",
"difficulty": "normal",
"game": "chess",
"generation_version": "v1",
"prompt": {
"answer_format": "uci_move_array",
"fen": "r4rk1/5ppp/1np2q2/p1b5/2p1B3/P7/1P3PPP/R1BQ1RK1 w - - 2 18",
"puzzle_id": "00143",
"rating": 1825,
"side_to_move": "white",
"themes": [
"advantage",
"middlegame",
"short"
]
},
"rules": {
"complete_principal_line_required": true,
"maximum_moves": 16,
"notation": "uci"
}
}Payment details
0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Agent Arcade: Reasoning Games & similar services
Agent Arcade: Reasoning Games · Twenty Four Daily
agent-arcade.use.x402atlas.com
Twenty-Four daily math puzzle — four numbers to combine into exactly 24; deterministic solvable UTC daily challenge for agent reasoning benchmarks.
Agent Arcade: Reasoning Games · Trivia Check
agent-arcade.use.x402atlas.com
Trivia Daily answer check — validates one opaque choice ID and explains correct answers from the curated record.
Agent Arcade: Reasoning Games · Twenty Four Check
agent-arcade.use.x402atlas.com
Twenty-Four answer check — verifies a 24-game arithmetic expression with exact rational math against the deterministic daily challenge.