Registration quote

Get the token cost to register a domain through Vee3 before purchasing. Includes a 200-token registration fee plus the domain price. Token cost depends on the account billing plan.

← All Domains endpoints · Capability overview

GET/v1/domains/registration-quote

https://api.vee3.io/v1/domains/registration-quote

5 tokens

Get the token cost to register a domain through Vee3 before purchasing. Includes a 200-token registration fee plus the domain price. Token cost depends on the account billing plan.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

domains.registration_quote
Parameters2 fields
domainstringRequired

Domain name to quote (for example example.com).

yearsintegerOptional

Registration term in years.

Default: 1 · min 1, max 10

Response6 fields
domainstring

Quoted domain name.

yearsinteger

Registration term in years.

availableboolean

Whether the domain can be registered through Vee3.

is_premiumboolean

Whether the domain is priced as a premium name.

token_costinteger

Token cost to register this domain for the quoted term on the account billing plan (200 service tokens plus the domain price).

unavailable_reasonstring

Reason the domain cannot be registered, when available is false.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, domains_not_configured, domains_upstream_error