Renewal quote
Get the token cost to renew a managed domain through Vee3 before purchasing. Includes a 100-token renewal fee plus the domain price. Token cost depends on the account billing plan.
← All Domains endpoints · Capability overview
/v1/domains/renewal-quotehttps://api.vee3.io/v1/domains/renewal-quote
Get the token cost to renew a managed domain through Vee3 before purchasing. Includes a 100-token renewal 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.renewal_quoteParameters2 fields
domainstringRequiredManaged domain name to quote for renewal (for example example.com).
yearsintegerOptionalRenewal term in years. Premium domains support 1 year only.
Default: 1 · min 1, max 10
Response6 fields
domainstringQuoted domain name.
yearsintegerRenewal term in years.
availablebooleanWhether the domain can be renewed through Vee3 for the quoted term.
is_premiumbooleanWhether the domain is priced as a premium name.
token_costintegerToken cost to renew this domain for the quoted term on the account billing plan (100 service tokens plus the domain price).
unavailable_reasonstringReason the domain cannot be renewed, when available is false.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, domains_not_configured, domains_upstream_error, domain_not_found