algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=
661 resources accept payment on this network.
Live spot price (and optional 24-hour change) for one or more coins fr
Live spot price (and optional 24-hour change) for one or more coins from CoinGecko's public Simple Price endpoint. Identify coins by their CoinGecko ID slug (bitcoin, ethereum, solana, usd-coin, …). Defaults to USD; pass a `vsCurrency` to denominate in EUR, JPY, ETH, BTC, etc.
Classify an IP address: version, public/private/loopback/link-local, i
Classify an IP address: version, public/private/loopback/link-local, integer form, and reverse-DNS (PTR) lookup.
Attested Hedera network facts: HBAR exchange rate, gas fees, supply, n
Attested Hedera network facts: HBAR exchange rate, gas fees, supply, node roster, throughput, topic state. Each response
Latest US unemployment rate plus a trailing N-month series for trend
Latest US unemployment rate plus a trailing N-month series for trend. Source: FRED UNRATE (Bureau of Labor Statistics). ?months=12 (1-120, default 12).
Generate UUIDs
Generate UUIDs. ?version=4 (default, random) or 7 (time-ordered), ?count=1..100.
Describe a task (or name a slug) and the Smart Order Router resolves t
Describe a task (or name a slug) and the Smart Order Router resolves the best-matching tool and RUNS it in the same call - flat $0.05 covering any tool listed at $0.04 or less, from THIS host's catalog or any external seller in the open index - x402 sellers, or MPP sellers on Tempo (paid on your behalf over x402 or MPP, result relayed). One payment, one request, result + receipt. /api/route quotes which tier a task needs; pricier tools return a self-correcting 409 with their direct route.
Latest TAO network-wide fundamentals: total issuance, total stake, fre
Latest TAO network-wide fundamentals: total issuance, total stake, free float, supply percentage mined, stake ratio. Snapshot every 10 min.
Attested Hedera network facts: HBAR exchange rate, gas fees, supply, n
Attested Hedera network facts: HBAR exchange rate, gas fees, supply, node roster, throughput, topic state. Each response
Lookup a Farcaster profile by username or FID
Lookup a Farcaster profile by username or FID. Returns FID, username, display name, bio, profile picture URL, follower/following counts, and the canonical Warpcast URL. Use to label cast authors, validate a Farcaster handle, or fetch a profile for display.
Live cross-provider x402 market sentiment
Live cross-provider x402 market sentiment. topProviders: the top x402 sellers ecosystem-wide, ranked by REAL on-chain activity (Agent402 included and flagged isSelf:true). Pick the lens with sort: 'usd' (revenue, default - whale-skewable), 'buyers' (distinct paying wallets - broadest adoption/reach), or 'calls' (raw volume). Every row carries all metrics plus callsPerBuyer (intensity), so revenue and actual ecosystem usage are both visible.
Look up the native coin balance (ETH/MATIC) plus every ERC-20 holding
Look up the native coin balance (ETH/MATIC) plus every ERC-20 holding for a wallet address on Ethereum, Base, Polygon, Arbitrum, or Optimism. Returns clean decimal balances (already scaled by token decimals) plus symbol and contract - ready to display in a UI or feed into a portfolio tool.
Domain registration data via RDAP (the structured WHOIS successor): re
Domain registration data via RDAP (the structured WHOIS successor): registrar, creation/expiry dates, status, nameservers.
Resolve a lat/lon to a structured postal address: road, house number,
Resolve a lat/lon to a structured postal address: road, house number, city, state, postcode, country (with ISO code). OpenStreetMap/Nominatim, no key. ?lat=38.8977&lon=-77.0365.
Return the current USD spot price for an ERC-20 token, identified by i
Return the current USD spot price for an ERC-20 token, identified by its contract address and network. Sourced from Alchemy's aggregated price feed. Use this for portfolio-value calculations or to denominate a balance in fiat without depending on a separate market-data API.
What CHANGED on the board since your last check — change detection for
What CHANGED on the board since your last check — change detection for polling agents. Pass ?since=<hash from the FREE /api/board/state> for the deltas: names entering or leaving the READY pool, per-name trend, light, leadership and hold-band flips, and any regime or permission-ladder move per book (S&P 500, Nasdaq-100, macro). Poll the hash free, buy the diff only when it moves — an unchanged hash is answered free, never billed. Recomputes ~5 min in market hours. Research, not advice.
Generate cryptographically random passwords
Generate cryptographically random passwords. ?length=8..128 (default 24), ?symbols=true|false (default true), ?count=1..20.
Validate an email address: syntax check plus live MX record lookup on
Validate an email address: syntax check plus live MX record lookup on the domain (deliverability signal, not a guarantee).
Strip all HTML tags and return plain text
Strip all HTML tags and return plain text. Preserves block-level structure (paragraphs and headings become newline-separated). Faster and more predictable than running extract on a raw HTML string when you already have it.
Mask emails, phone numbers, credit-card-like numbers, IPs, and SSNs in
Mask emails, phone numbers, credit-card-like numbers, IPs, and SSNs in text. Returns the redacted text and counts by type.
Fetch a PDF from a URL and extract its text content
Fetch a PDF from a URL and extract its text content. Returns page count, document info, and the full text (up to 20MB PDFs).
48-hour hourly weather forecast for any location: temperature, precipi
48-hour hourly weather forecast for any location: temperature, precipitation probability and amount, wind, cloud cover, humidity. Open-Meteo, no key, global. ?lat=-33.87&lon=151.21.
Fetch and validate a domain's SPF record (RFC 7208)
Fetch and validate a domain's SPF record (RFC 7208). Parses mechanisms (ip4/ip6/include/a/mx/all), counts DNS lookups against the famous 10-lookup limit, and flags the qualifier on `all` (-/fail, ~/softfail, ?/neutral). The first stop when an email is hitting the spam folder.
Look up the Autonomous System (ASN), prefix, country, registry, and al
Look up the Autonomous System (ASN), prefix, country, registry, and allocation date for an IPv4 address - or for a hostname (which is resolved first). Uses Team Cymru's free DNS-based IP→ASN mapping; no HTTPS upstream, no auth, no rate-limit headaches.
Infer a draft-07 JSON Schema from sample JSON document(s)
Infer a draft-07 JSON Schema from sample JSON document(s). Send one sample as json, or several as samples. Heuristic merge rules: required = keys present in every sample, conflicting types become a type union, integer widens to number, and string formats (date-time, date, email, uri, uuid) are detected from values. Complements json-validate.