| Endpoint | Status | Price | Network | Spec | Checked |
|---|---|---|---|---|---|
| api.delx.ai x402 mean
Arithmetic mean of numbers. Call when summarizing metrics, scores, or sensor lists mid-pipeline. Returns the mean of a |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 fibonacci
Nth Fibonacci (n≤78). Use for sequences, demos, or test fixtures without shipping a math package. Returns F(n) for n u |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 factorial
Factorial (n≤20). Call for combinatorics demos and small counting problems with an explicit n cap. Returns n! for n up |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 prime-factors
Prime factorization. Use when agents need factorization for puzzles, crypto teaching, or ratio breakdowns (bounded n). |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 is-prime
Primality check. Call for teaching demos, ID heuristics, or lightweight number filters (bounded integers). Returns whe |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 lcm
Least common multiple. Use for cadence alignment, tile sizes, or schedule math in agent workflows. Returns LCM of two |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 gcd
Greatest common divisor. Handy for ratio simplification, scheduling grids, or math agents without local bigint helpers |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 phone-digits
Normalize phone to digits. Use before SMS gateways, CRM writes, or dedupe on contact fields. Returns digits-only phone |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 ksuid
Time-sortable IDs. Use when you want roughly time-ordered IDs for logs or event streams without a DB sequence. Returns |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 nanoid
NanoID-style public IDs. Generate short URL-safe IDs for jobs, drafts, or idempotency keys without installing nanoid. |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 base32
Base32 encode or decode. Use when agents must interchange codes for TOTP seeds, IDs, or transport-safe blobs. Returns |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 crc32
CRC32 checksum of text. Call for quick integrity fingerprints on configs, prompts, or cached blobs. Returns hex CRC32 |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 soundex
American Soundex codes. Use for fuzzy name matching, de-dupe heuristics, or genealogy-style search keys. Returns the S |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 caesar-cipher
Caesar shift cipher. Handy for puzzle agents, CTF helpers, or reversible toy encoding—not for secrets. Returns shifted |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 word-frequency
Top word frequencies. Call when ranking terms for tags, search hints, or simple content signals. Returns top words by |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 unique-words
Unique words with counts. Use for lightweight keyword inventory from notes, pages, or chat transcripts. Returns unique |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 redact-emails
Redact emails in text. Call before publishing logs, support dumps, or RAG snippets that may contain addresses. Returns |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 mask-string
Mask sensitive middle characters. Use before logging secrets, account numbers, or tokens that must stay partially hidd |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 repeat-string
Repeat a string N times. Handy for fixtures, separators, or test payloads without local loops. Returns the repeated st |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 pad-string
Pad a string to width. Use for fixed-width logs, CSV alignment, or receipt fields that need left/right padding. Return |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 extract-numbers
Extract numbers from free text. Call when scraping prices, IDs, quantities, or scores out of messy agent-collected tex |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 remove-punctuation
Remove punctuation from text. Useful before tokenization, keyword extraction, or fuzzy match prep. Returns cleaned tex |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 strip-accents
Strip diacritics from text. Use when normalizing names, search keys, or filenames that must stay ASCII-safe. Returns a |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 initials
Derive initials from a name for $0.001 USDC. Use this when an agent needs initials inside a workflow without installin |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 wrap-text
Hard-wrap text to a column width for $0.001 USDC. Use this when an agent needs wrap text inside a workflow without ins |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 reverse-string
Reverse a string for $0.001 USDC. Use this when an agent needs reverse string inside a workflow without installing a l |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 chain-network-info
Look up supported blockchain network metadata and chain IDs for $0.001 USDC. Static first-party registry only—no live |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 open-entities-search
Search bounded Wikidata entity metadata for $0.001 USDC. Returns stable IDs, labels, descriptions and source links for |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 open-knowledge-search
Search bounded English Wikipedia metadata for $0.001 USDC through the public Wikimedia API. Returns attributed page li |
payable | $0.001 | base | v2 POST | 1d ago |
| agent402.tools api chain-info
One-call chain state snapshot: chain id, latest block number, and current gas price (wei + gwei) for Ethereum, Base, P |
payable | $0.001 | base | v2 GET | 1d ago |
| agent402.tools api block-number
The latest block number on Ethereum, Base, Polygon, Arbitrum, or Optimism. The cheapest possible on-chain read - the h |
payable | $0.001 | base | v2 GET | 1d ago |
| agent402.tools api sql-cert-verify
Verify an Ed25519 execution certificate against the exact SQL statement you are about to run - the gate your database |
payable | $0.001 | base | v2 POST | 1d ago |
| api.tickersfeed.net defi protocols
Top DeFi protocols ranked by total value locked (TVL) — name, category, chains, 1d/7d TVL change, and mcap/TVL ratio a |
payable | $0.001 | base | v2 GET | 1d ago |
| notary.forgemesh.io api notarize
Notarize AI output: a signed Ed25519 attestation of the model response plus sha256 content hash, receipt token, and Me |
payable | $0.001 | base | v2 POST | 1d ago |
| x402-datashop-production.up.railway.app fx latest
Latest European Central Bank reference exchange rates, normalized JSON. Query: ?base=EUR&symbols=USD,GBP,JPY (symbols |
payable | $0.001 | base | v2 GET | 1d ago |
| api.clawfetch.ai extractors
Discovery endpoint listing all 17 available structured-data extractors and the domains each one supports, so an agent |
payable | $0.001 | base | v2 GET | 1d ago |
| x402-data-api.sigrunner.workers.dev chain gas-price
Current Base mainnet gas price (wei/gwei), EIP-1559 base_fee_gwei/priority_fee_gwei, and gas_price_usd. |
payable | $0.001 | base | v2 GET | 1d ago |
| x402-datashop-production.up.railway.app wx forecast
Hourly weather forecast for any point on Earth from Open-Meteo (blend of ECMWF/GFS/ICON models, refreshed hourly; data |
payable | $0.001 | base | v2 GET | 1d ago |
| rubric-protocol.com hedera-facts nodes
Attested Hedera network facts: HBAR exchange rate, gas fees, supply, node roster, throughput, topic state. Each respon |
payable | $0.001 | base | v2 GET | 1d ago |
| almanac.locomot.io cite
Deterministic citation formatter — APA 7, MLA 9, Chicago 17 author-date, BibTeX. From structured fields, returns the r |
payable | $0.001 | base | v2 GET | 1d ago |
| vehicle.payapi.market vehicle-info
UK DVLA vehicle details by registration plate. |
payable | $0.001 | base | v2 POST | 1d ago |
| api.agenticweb.nl nl validate
Validate a Dutch identifier (BSN, IBAN or kenteken) offline. Send the identifier in a JSON request body via POST. Paym |
payable | $0.001 | base | v2 POST | 1d ago |
| signals.edge.report signals spreads
Cross-venue funding spreads: Hyperliquid vs Bitget funding rate differences and suggested legs. Use for funding-spread |
payable | $0.001 | base | v2 GET | 1d ago |
| signals.edge.report signals funding
Hyperliquid funding rate extremes: live perpetual funding APR outliers and which side collects. Use for funding-rate a |
payable | $0.001 | base | v2 GET | 1d ago |
| signals.edge.report v1 polymarket
Polymarket odds search: prediction market questions and outcome prices for a query. Use when an agent needs prediction |
payable | $0.001 | base | v2 GET | 1d ago |
| signals.edge.report v1 token
Token price lookup: USD price, market cap, and volume by CoinGecko id or Base ERC20 contract address. Use for spot tok |
payable | $0.001 | base | v2 GET | 1d ago |
| signals.edge.report v1 wallet
Live wallet balance on Base: native ETH, USDC ERC20 balanceOf, and transaction nonce. Optional Ethereum mainnet balanc |
payable | $0.001 | base | v2 GET | 1d ago |
| signals.edge.report v1 brief
Crypto news brief for agents: ranked headlines with source URLs and heuristic sentiment. Topics: crypto, base, defi. F |
payable | $0.001 | base | v2 GET | 1d ago |
| rubric-protocol.com hedera-facts gas-fees
Attested Hedera network facts: HBAR exchange rate, gas fees, supply, node roster, throughput, topic state. Each respon |
payable | $0.001 | base | v2 GET | 1d ago |
| rubric-protocol.com hedera-facts throughput
Attested Hedera network facts: HBAR exchange rate, gas fees, supply, node roster, throughput, topic state. Each respon |
payable | $0.001 | base | v2 GET | 1d ago |