the402 x402 endpoint directory

Every x402 endpoint we can find, each one actually called to see whether it still works and what it really charges. Other directories list what providers claim. This one reports what the endpoint did when we asked it.

EndpointStatusPriceNetworkSpecChecked
agent402.tools api querystring
Parse a URL query string into an object, or build one from an object. mode: parse (default) | build.
payable $0.001 base v2 POST 1d ago
agent402.tools api dedupe-lines
Remove duplicate lines, preserving first-seen order. Returns the deduped text and how many were removed.
payable $0.001 base v2 POST 1d ago
agent402.tools api html-entities
Encode text to HTML entities or decode them back. mode: encode (default) or decode.
payable $0.001 base v2 POST 1d ago
agent402.tools api base32
Base32 (RFC 4648) encode or decode text. mode: encode (default) or decode.
payable $0.001 base v2 POST 1d ago
agent402.tools api mime
Look up a MIME type by file extension (?ext=png) or extensions by MIME type (?type=image/png). Covers ~50 common types
payable $0.001 base v2 GET 1d ago
agent402.tools api url-parse
Parse a URL into components: protocol, host, port, path, query params (decoded), hash, origin, punycode hostname.
payable $0.001 base v2 POST 1d ago
agent402.tools api case
Convert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, lower, UPPER.
payable $0.001 base v2 POST 1d ago
agent402.tools api jwt-decode
Decode a JWT without verification: header, payload, expiry status, and time remaining. (Decoding only — signatures are
payable $0.001 base v2 POST 1d ago
agent402.tools api hmac
HMAC signature of a message with a shared key. Algorithms: sha256 (default), sha512, sha1. Returns hex and base64.
payable $0.001 base v2 POST 1d ago
agent402.tools memory grants
List the wallets you've granted access to your namespace, with their mode and expiry.
payable $0.001 base v2 GET 1d ago
agent402.tools api day-of-year
Get the day number within the year (1-366) for any date, plus days remaining, leap-year status, percent of year comple
payable $0.001 base v2 POST 1d ago
agent402.tools api iso-week
Get the ISO 8601 week number, ISO day-of-week, quarter, and day-of-year for any date. Useful for fiscal/reporting cale
payable $0.001 base v2 POST 1d ago
agent402.tools api case-convert
Convert text between naming conventions: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Title Case.
payable $0.001 base v2 POST 1d ago
agent402.tools api hkdf-expand
HKDF extract-then-expand (RFC 5869) — derive output keying material from initial keying material, an optional salt, an
payable $0.001 base v2 POST 1d ago
agent402.tools api matrix-multiply
Standard matrix multiplication of two 2D arrays: A[m×k] × B[k×n] → C[m×n]. Validates that inner dimensions match. Each
payable $0.001 base v2 POST 1d ago
agent402.tools api punycode-convert
Convert an internationalized domain name to Punycode (ASCII-compatible encoding, RFC 3492) or decode Punycode back to
payable $0.001 base v2 POST 1d ago
agent402.tools api xml-validate
Check XML well-formedness: balanced open/close tags, proper nesting, unescaped entities. No DTD/schema validation — sy
payable $0.001 base v2 POST 1d ago
agent402.tools api text-similarity
Compute Jaccard similarity, overlap coefficient, and Sorensen-Dice coefficient between two texts at the word level. Re
payable $0.001 base v2 POST 1d ago
agent402.tools api date-format
Parse a datetime from any format (ISO 8601, Unix timestamp in seconds or milliseconds, RFC 2822, or natural date strin
payable $0.001 base v2 GET 1d ago
agent402.tools api dex-top-pools
Top DEX pools (Uniswap, Sushi, Curve, Aerodrome, etc.) ranked by current TVL — filterable by chain and project. Source
payable $0.001 base v2 POST 1d ago
agent402.tools api color-name
Two-way CSS named color tool. Pass a name (e.g. "rebeccapurple") to get its canonical RGB/hex; pass a hex/rgb color to
payable $0.001 base v2 POST 1d ago
agent402.tools api effective-annual-rate
Convert a nominal annual rate (APR) compounded m times per year into the effective annual rate (EAR / APY): (1 + apr/m
payable $0.001 base v2 POST 1d ago
agent402.tools api cagr
Compound annual growth rate between a beginning and ending value over N years: (end/begin)^(1/years) - 1. Also returns
payable $0.001 base v2 POST 1d ago
agent402.tools api amortization
Build the full per-period amortization schedule for a fully-amortizing loan. Each row reports the period number, payme
payable $0.001 base v2 POST 1d ago
agent402.tools api forecast-holt
Holt's linear trend method — level + trend (no seasonality). Two smoothing parameters: alpha (level) and beta (trend).
payable $0.001 base v2 POST 1d ago
agent402.tools api moving-average
Compute simple (SMA) and exponential (EMA) moving averages over a numeric series. Returns one value per input position
payable $0.001 base v2 POST 1d ago
agent402.tools api compress-compare
Run the same input through gzip, brotli, and raw deflate at max settings and report each one's output size and ratio.
payable $0.001 base v2 POST 1d ago
agent402.tools api gzip
Compress a string with gzip (RFC 1952) and return it as base64. Reports input bytes, output bytes, and the compression
payable $0.001 base v2 POST 1d ago
agent402.tools api html-table
Extract a <table> from an HTML string as JSON rows (header-keyed) or CSV. Useful for prices, schedules, sports stats,
payable $0.001 base v2 POST 1d ago
agent402.tools api json-to-xml
Convert a JSON value to indented XML — the reverse of xml-to-json. Objects become nested elements, arrays repeat their
payable $0.001 base v2 POST 1d ago
agent402.tools api b20-feature-id
Pure-CPU helper: turn a B20 feature string (e.g. base.b20_asset) into its bytes32 feature id and ready-to-send isActiv
payable $0.001 base v2 POST 1d ago
agent402.tools api search-suggest
Search autocomplete: query suggestions for a partial input as a flat JSON array. Useful for query expansion, did-you-m
payable $0.001 base v2 GET 1d ago
agent402.tools api isbn-validate
Validate an ISBN-10 or ISBN-13 checksum (hyphens/spaces ignored) and report which format it is.
payable $0.001 base v2 POST 1d ago
agent402.tools api business-days
Count business days (Mon–Fri) between two dates, inclusive of the start, exclusive of the end. Optional list of holida
payable $0.001 base v2 POST 1d ago
agent402.tools api stats
Descriptive statistics for an array of numbers: count, sum, mean, median, mode, min, max, range, variance, stddev, and
payable $0.001 base v2 POST 1d ago
agent402.tools api json-merge
Deep-merge two JSON objects (b wins on conflicts; arrays are concatenated).
payable $0.001 base v2 POST 1d ago
agent402.tools api sort-lines
Sort the lines of a text. order: asc (default) | desc | numeric. unique:true removes duplicates; ci:true is case-insen
payable $0.001 base v2 POST 1d ago
agent402.tools api morse
Encode text to Morse code or decode it back. mode: encode (default) or decode. Words separated by ' / '.
payable $0.001 base v2 POST 1d ago
agent402.tools api base58
Base58 encode or decode text (Bitcoin/IPFS alphabet). mode: encode (default) or decode.
payable $0.001 base v2 POST 1d ago
agent402.tools api semver
Parse a semantic version, or compare two (a vs b → -1/0/1, with greater/lesser flags).
payable $0.001 base v2 POST 1d ago
agent402.tools api date-diff
Difference between two dates/times in ms, seconds, minutes, hours, days, and a human summary.
payable $0.001 base v2 POST 1d ago
agent402.tools api slugify
Turn any text into a URL-safe slug (lowercase, hyphenated, diacritics stripped).
payable $0.001 base v2 POST 1d ago
agent402.tools api password
Generate cryptographically random passwords. ?length=8..128 (default 24), ?symbols=true|false (default true), ?count=1
payable $0.001 base v2 GET 1d ago
agent402.tools api url-code
Percent-encode or decode a string for URLs. mode: encode (default) or decode. component: true (default) uses encodeURI
payable $0.001 base v2 POST 1d ago
agent402.tools memory revoke
Revoke a previously granted wallet's access to your namespace.
payable $0.001 base v2 POST 1d ago
agent402.tools api dns
DNS lookup for a domain. Supported record types: A, AAAA, MX, TXT, NS, CNAME.
payable $0.001 base v2 GET 1d ago
2s-3cpr6qm6j-alleyford.vercel.app convert unit
Convert a value between units of measure: mass (g, kg, mg, lb, oz, t, st), length (m, km, cm, mm, in, ft, yd, mi), vol
payable $0.001 base-sepolia v2 GET 1d ago
api.agenticweb.nl v1 ping
agenticweb.nl ping — liveness + payment loop smoke test. Payment constitutes acceptance of the terms at agenticweb.nl/
payable $0.001 base v2 GET 1d ago
agent-treats-production.up.railway.app api fact
Genuinely fascinating fun fact about science, history, nature, or the universe.
payable $0.001 base v2 GET 1d ago
qr-api-production-1836.up.railway.app decode
Decode QR/barcodes from a base64-encoded image; returns each detected code's type, decoded text, bounding rect, and po
payable $0.001 base v2 POST 1d ago
14402 matching, page 23 of 289 Previous Next