Animica x402 Directory

Directory / quartermaster.surewhynot.app

quartermaster.surewhynot.app/v1/x402/simulate

Pre-flight an x402 payment: decode the endpoint's challenge, report the cost on every rail (Base and Solana) and the cheapest, and — with a payer address — verify the wallet can afford the call on Base.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://quartermaster.surewhynot.app/v1/x402/simulate'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://quartermaster.surewhynot.app/v1/x402/simulate'

Endpoint: https://quartermaster.surewhynot.app/v1/x402/simulate. Operated by quartermaster.surewhynot.app, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on quartermaster.surewhynot.app

quartermaster.surewhynot.app/v1/balance

Check ETH and USDC (or any ERC-20) balance of an address on Base — pre-flight funding checks for payments and settlement.

GET · $0.001

quartermaster.surewhynot.app/v1/base/wallet-report

One-call Base wallet profile: USDC balance, recent USDC transfers in/out, EOA-vs-contract type, and x402 Bazaar merchant listings if the address is a payTo. Bun…

GET · $0.04

quartermaster.surewhynot.app/v1/classify

Zero-shot text classification into caller-supplied labels; the result is validated back into your label set so agents can route on it deterministically.

GET · $0.002

quartermaster.surewhynot.app/v1/deep-read

AI Deep Read: fetches up to five pages, reads them, and synthesizes a sourced answer to your question via Workers AI. Input is capped for predictable cost. Pass…

GET · $0.05

quartermaster.surewhynot.app/v1/holiday

Is a date a public holiday in a country (2-letter ISO code)? Returns the holiday name, its types, and the next upcoming holiday that year.

GET · $0.001

quartermaster.surewhynot.app/v1/http-check

Liveness/latency pre-flight for a URL: is it up, HTTP status and class, response latency in ms, whether it redirects (and where), content-type and server.

GET · $0.001

quartermaster.surewhynot.app/v1/meta

Get structured metadata for a public webpage: title, description, canonical URL, Open Graph fields, favicon, and language.

GET · $0.002

quartermaster.surewhynot.app/v1/payment-proof

Verify an x402 settlement on Base OR Solana: pass a 0x transaction hash or a base58 signature, confirm it succeeded, decode its USDC transfers (event logs on Ba…

GET · $0.003

quartermaster.surewhynot.app/v1/pick

Pick one or several options at random from a caller-supplied list (CSPRNG), optionally without replacement — a decision-maker for agents.

GET · $0.001

quartermaster.surewhynot.app/v1/random

Cryptographically-secure random integers in a chosen range (CSPRNG, rejection-sampled to avoid modulo bias) — real entropy an LLM cannot produce itself.

GET · $0.001

quartermaster.surewhynot.app/v1/receipt

Formatted settlement receipt for any Base transaction hash or Solana signature: timestamp, status, decoded token transfers, explorer link — records for x402 pay…

GET · $0.002

quartermaster.surewhynot.app/v1/route

The x402 Router: send a plain-English goal in q (e.g. 'audit https://api.example.com/paid', 'price of eth', 'is 0x… a contract', 'verify settlement 0x…') and Qu…

GET · $0.03

All 22 endpoints on quartermaster.surewhynot.app →