One call
Hit the path. HTTP 402. Pay that price in USDC on Base. Never call open if you do not need it.
The homepage is the URL check. You do not know which other path to hit, what comes back, or how to pay for one call. That is this page.
Hit the path. HTTP 402. Pay that price in USDC on Base. Never call open if you do not need it.
Pay /stack. Send X-54ch10-Stack on any of these. One credit per call.
The box on this page. Same JSON as the paid call. 5 per IP per day, shared with the homepage.
The job
Already on the homepage. Bulk is LIVE. Listed here so the suite is in one place.
GET /v1/open$0.015URL in. Domain age, registrar, page as text, risk score out.
curl -sS 'https://54ch10.uk/v1/open/free?q=https://example.com'
POST /v1/open/batchN×$0.015Bulk URL checks — up to 25 URLs, paid-only (stack or x402). No free taste. Human: linksafu.com/bulk.
curl -si -X POST 'https://54ch10.uk/v1/open/batch' -H 'content-type: application/json' -d '{"urls":["https://example.com"]}'Wallets and tokens
A 0x, an ENS name, a mint, a ticker. Same score shape as open. Lower is better.
Registration and certs
Age, nameservers, cert. Open bundles these. Call them alone when you already have the URL.
GET /v1/domain$0.008WHOIS, DNS, and TLS in one response.
curl -sS 'https://54ch10.uk/v1/domain/free?domain=example.com'
GET /v1/whois$0.005Age and registrar. RDAP.
curl -sS 'https://54ch10.uk/v1/whois/free?domain=example.com'
GET /v1/dns$0.002A, MX, NS.
curl -sS 'https://54ch10.uk/v1/dns/free?domain=example.com'
GET /v1/tls$0.005Cert issuer and validity.
curl -sS 'https://54ch10.uk/v1/tls/free?domain=example.com'
Agent chores
Fetch, hash, encode, paste. Things agents already pay other people to do.
GET /v1/fetch$0.005Public URL to markdown. SSRF-safe.
curl -sS 'https://54ch10.uk/v1/fetch/free?url=https://example.com'
GET /v1/normalize-url$0.001Canonical URL.
curl -sS 'https://54ch10.uk/v1/normalize-url/free?q=https://www.Example.com'
GET /v1/hash$0.001sha256, sha1, md5.
curl -sS 'https://54ch10.uk/v1/hash/free?algo=sha256&q=hello'
GET /v1/encode$0.001base64, hex, url.
curl -sS 'https://54ch10.uk/v1/encode/free?format=base64&q=hello'
POST /v1/paste$0.002Ephemeral write. Not a vault.
curl -sS -X POST 'https://54ch10.uk/v1/paste/free' -d 'hello'