Marque Docs

Domain tools

Use domain tools to search live availability and inspect domains visible to the signed-in account.

search_domains

Searches for domain names and returns current availability, registration and renewal pricing, premium status, and supported registration periods.

Scope: domains.search

{
  "query": "example",
  "page": 1
}

Search results are informational. Availability and commercial details are checked again when the user approves checkout.

list_domains

Lists domains owned by or delegated to the account, including the access kind and available permissions.

Scope: domains.read

{}

get_domain

Returns one accessible domain with registration dates, nameservers, DNSSEC state, managed-DNS state, AT Protocol handle configuration, and settings visible to the caller.

Scope: domains.read

{
  "domain": "example.com"
}

Team members receive only the fields and permissions available through their delegated access. Use DNS and settings tools for changes, or checkout tools to prepare a registration or renewal.

On this page