T

Tools API · DNS

by Tools API

GETBase

$0.05

per call · USD Coin on Base

Lightweight utility API for agents and operators: DNS lookups, RDAP/WHOIS domain data, HTTP probes, page metadata extraction, cryptographic hashing, JSON validation, scheduled webhooks, and exotic endpoints (Base transaction decode, ENS resolve, USGS earthquakes, cron next-run, TLS certificate report). No shell access; outbound URL tools enforce SSRF protections.

Endpoint

GET https://tools.bip-rep.com/dns

18

Calls / 30d

3

Unique payers / 30d

Sep 9

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://tools.bip-rep.com/dns", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://tools.bip-rep.com/dns?domain=example.com&type=A" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "domain": "example.com",
  "latency_ms": 12,
  "records": [
    "93.184.216.34"
  ],
  "type": "A"
}

Payment details

Pay to0x46830a57ca3806ec71b981e063dc39ca2a3c6fb0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Tools API & similar services