Animica x402 Directory

Directory

x402-seller-0ay3.onrender.com

x402-seller-0ay3.onrender.com publishes 22 machine-payable endpoints over the x402 protocol, priced from $0.005 to $0.02 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/api/ai/classify POST $0.01 402
/api/ai/extract POST $0.02 402
/api/ai/summarize POST $0.01 402
/api/ai/translate POST $0.01 402
/api/chain/block GET $0.005 402
/api/chain/gas GET $0.005 402
/api/defi/price GET $0.005 402
/api/defi/protocols GET $0.005 402
/api/defi/stablecoins GET $0.005 402
/api/defi/tvl GET $0.005 402
/api/defi/tvl-chain GET $0.005 402
/api/defi/yields GET $0.005 402
/api/dns/lookup GET $0.005 402
/api/fx/rates GET $0.005 402
/api/gas/base GET $0.005 402
/api/github/repo GET $0.005 402
/api/hn/top GET $0.005 402
/api/npm/package GET $0.005 402
/api/rdap/domain GET $0.005 402
/api/web/extract POST $0.02 402
/api/web/read POST $0.005 402
/api/wiki/summary GET $0.005 402

What these endpoints do

x402-seller-0ay3.onrender.com/api/ai/classify

Text classification (sentiment analysis, topic tagging, intent detection, moderation labels...) into one of your own labels, with a confidence score, via Claude Haiku 4.5. JSON body: {text: string (ma…

POST · $0.01 · probe 402

x402-seller-0ay3.onrender.com/api/ai/extract

Extract JSON from text — pull structured fields (invoice data, contact info, product specs, any custom schema) out of unstructured text, via Claude Haiku 4.5. JSON body: {text: string (max 8000 chars)…

POST · $0.02 · probe 402

x402-seller-0ay3.onrender.com/api/ai/summarize

Summarize text (article, transcript, report) into a given number of sentences, via Claude Haiku 4.5. Preserves the source text's language. JSON body: {text: string (max 8000 chars), max_sentences?: in…

POST · $0.01 · probe 402

x402-seller-0ay3.onrender.com/api/ai/translate

Translate text into any target language, via Claude Haiku 4.5. JSON body: {text: string (max 8000 chars), target_lang: string (e.g. French, es, Japanese)}.

POST · $0.01 · probe 402

x402-seller-0ay3.onrender.com/api/chain/block

Latest known block (number, timestamp, hash) of an EVM blockchain, read live via a public RPC endpoint (viem) — no API key, no aggregator. Parameter: ?chain=<base|ethereum>.

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/chain/gas

Current gas price on an EVM blockchain, read live via a public RPC endpoint (viem) — no API key, no aggregator. Also available as dedicated routes: GET /api/gas/base, GET /api/gas/ethereum. Parameter:…

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/defi/price

Current USD price of one or more cryptocurrencies (ETH price, BTC price, any token by symbol or contract address), source DefiLlama. Parameter: ?coins=ethereum,bitcoin (comma-separated CoinGecko IDs, …

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/defi/protocols

Top DeFi protocols ranked by TVL (total value locked), highest first, source DefiLlama. Optional parameter: ?limit=<n> (1 to 100, default 20).

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/defi/stablecoins

Circulating market cap of the top stablecoins (USDT, USDC, DAI...), highest first, source DefiLlama. Optional parameter: ?limit=<n> (1-100, default 20).

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/defi/tvl

Current TVL (total value locked) of a specific DeFi protocol, source DefiLlama. Parameter: ?protocol=<slug> (default: aave).

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/defi/tvl-chain

Current TVL (total value locked) of an entire blockchain (all protocols combined) — chain-wide TVL, source DefiLlama. Parameter: ?chain=<slug> (e.g. base, ethereum, arbitrum, solana).

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/defi/yields

Best DeFi yields (APY) across lending/liquidity pools, highest first, source DefiLlama. Optional parameters: ?chain=<slug> (e.g. base), ?min_tvl=<usd> (minimum pool TVL), ?limit=<n> (default 20, max 1…

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/dns/lookup

DNS records lookup for a domain: A, AAAA, MX, TXT, NS. A record type with no entries returns an empty array, not an error. Parameter: ?domain=<domain name> (e.g. example.com).

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/fx/rates

Foreign exchange / currency conversion reference rates (European Central Bank) for a base currency, source Frankfurter. Parameter: ?base=<ISO 4217 code> (default EUR, e.g. USD, GBP, JPY).

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/gas/base

Current gas price on Base (Ethereum L2), read live via a public RPC endpoint — no API key, no aggregator. No parameters.

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/github/repo

Stats for a public GitHub repository: stars, forks, open issues, last push date, main language, license. Parameter: ?full_name=<owner>/<repo> (e.g. expressjs/express).

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/hn/top

Current top N Hacker News stories (title, url, score, author, comment count) — tech/startup news ranking. Optional parameter: ?limit=<n> (1-50, default 20).

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/npm/package

npm package downloads, current version, and license — latest version, license, and last week's download count for an npm package. Parameter: ?name=<package> (e.g. express, or @scope/name for a scoped …

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/rdap/domain

RDAP domain lookup — status, registration/expiration dates, registrar, name servers (RDAP is the structured, successor protocol to WHOIS), via rdap.org. Parameter: ?domain=<domain name> (e.g. example.…

GET · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/web/extract

Read a public web page and extract structured data from it according to a JSON Schema you provide, via Claude Haiku 4.5 — combines page fetching, readability extraction, and structured extraction in o…

POST · $0.02 · probe 402

x402-seller-0ay3.onrender.com/api/web/read

Read any public web page and return its main article content as clean Markdown (readability extraction, boilerplate/nav/ads stripped) — no HTML parsing needed on your side. Body: {url: string (http/ht…

POST · $0.005 · probe 402

x402-seller-0ay3.onrender.com/api/wiki/summary

Wikipedia article summary (extract, short description, thumbnail image, canonical link) for a given title — CC BY-SA content, attribution included in every response. Parameters: ?title=<exact article …

GET · $0.005 · probe 402