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

GET/v1/domains/renewal-quote

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

5 tokens

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_quote
Parameters2 fields
domainstringRequired

Managed domain name to quote for renewal (for example example.com).

yearsintegerOptional

Renewal term in years. Premium domains support 1 year only.

Default: 1 · min 1, max 10

Response6 fields
domainstring

Quoted domain name.

yearsinteger

Renewal term in years.

availableboolean

Whether the domain can be renewed through Vee3 for the quoted term.

is_premiumboolean

Whether the domain is priced as a premium name.

token_costinteger

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

unavailable_reasonstring

Reason 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