H

Heinrichstech · CDP Whois

by Heinrichstech

POSTBaseXRP Ledgerstellar:pubneteip155:1440000

$0.0001

per call · USD Coin on Base

BitBooth Whois: pay 0.005 USDC, get the parsed whois record for any domain — registrar, creation/updated/expiry dates, name servers, status flags, plus the raw whois text. Two-hop resolution via whois.iana.org then the authoritative registry over TCP port 43. 5s per-connection timeout cap. Rejects IPv4/IPv6 inputs and blocks SSRF at the DNS layer. Built for agents auditing domain ownership, monitoring expiry, or pre-flighting a target.

Endpoint

POST https://app.heinrichstech.com/v1/cdp/whois

2

Calls / 30d

2

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://app.heinrichstech.com/v1/cdp/whois", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "domain": "example.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://app.heinrichstech.com/v1/cdp/whois" \
  -H "Content-Type: application/json" \
  -d '{"domain":"example.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "createdAt": "1995-08-14T04:00:00Z",
  "domain": "example.com",
  "expiresAt": "2025-08-13T04:00:00Z",
  "nameServers": [
    "a.iana-servers.net",
    "b.iana-servers.net"
  ],
  "ok": true,
  "raw": "... full whois text ...",
  "registrar": "RESERVED-Internet Assigned Numbers Authority",
  "registry": "whois.verisign-grs.com",
  "service": "BitBooth /v1/cdp/whois",
  "status": [
    "clientDeleteProhibited",
    "clientTransferProhibited"
  ],
  "ttlMs": 412,
  "updatedAt": "2024-08-14T07:01:38Z"
}

Payment details

Pay to0xda2f35d283c42dd60b965322394bc658a5c1769f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, XRP Ledger, stellar:pubnet, eip155:1440000
Schemesexact, onchain

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Heinrichstech & similar services