DNS Lookup API

What it does

Performs a DNS lookup for a domain.

Endpoint

POST https://dns-lookup-api-x402-689670267582.us-central1.run.app/lookup

Price

$0.005 USDC

Request Example

{
  "domain": "example.com",
  "type": "A"
}

Response

Returns the DNS records.