A

Agent Arcade: Reasoning Games · Twenty Four Daily

by Agent Arcade: Reasoning Games

GETBaseArbitrumPolygon

$0.005

per call · USD Coin on Base

Twenty-Four daily math puzzle — four numbers to combine into exactly 24; deterministic solvable UTC daily challenge for agent reasoning benchmarks.

Endpoint

GET https://agent-arcade.use.x402atlas.com/twenty-four/daily

11

Calls / 30d

7

Unique payers / 30d

Sep 9

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://agent-arcade.use.x402atlas.com/twenty-four/daily", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://agent-arcade.use.x402atlas.com/twenty-four/daily" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "attribution": null,
  "challenge_id": "sha256:91ea634735ae4ff57c83ef8f3f08fdecf0b146d41582264bdcbb64b560f36cce",
  "date": "2026-07-01",
  "difficulty": "normal",
  "game": "twenty-four",
  "generation_version": "v1",
  "prompt": {
    "numbers": [
      12,
      13,
      9,
      6
    ],
    "target": 24
  },
  "rules": {
    "allowed_operators": [
      "+",
      "-",
      "*",
      "/"
    ],
    "arithmetic": "exact rational arithmetic; division by zero is invalid; the result must equal 24 exactly",
    "integer_literals_only": true,
    "parentheses_allowed": true,
    "target": 24,
    "unary_operators_allowed": false,
    "use_each_number_exactly_once": true
  }
}

Payment details

Pay to0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Arbitrum, Polygon
Schemesexact

Is this your API?

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

Get featured →

More from Agent Arcade: Reasoning Games & similar services