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
/v1/domains/registration-quotehttps://api.vee3.io/v1/domains/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.
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_quoteParameters2 fields
domainstringRequiredDomain name to quote (for example example.com).
yearsintegerOptionalRegistration term in years.
Default: 1 · min 1, max 10
Response6 fields
domainstringQuoted domain name.
yearsintegerRegistration term in years.
availablebooleanWhether the domain can be registered through Vee3.
is_premiumbooleanWhether the domain is priced as a premium name.
token_costintegerToken cost to register this domain for the quoted term on the account billing plan (200 service tokens plus the domain price).
unavailable_reasonstringReason the domain cannot be registered, when available is false.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, domains_not_configured, domains_upstream_error