Reference registration/renewal/transfer pricing from a curated table of ~21 comm
Reference registration/renewal/transfer pricing from a curated table of ~21 common TLDs — Mode A: price one TLD (typical register/renew/transfer cost + renewal-markup %); Mode B: price a name across all covered TLDs, sorted cheapest-first with cheapest/cheapest_premium picks. Reference prices, not live per-registrar quotes — for budgeting and spotting predatory renewal markups; TLDs outside the table return pricing:null.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://netintel.dev/tld-price/compare
| Category | Market data |
|---|---|
| Provider host | netintel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"tld": ".io"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"name": {
"description": "A domain name without TLD to price across many TLDs, e.g. acme (Mode B). Provide exactly one of tld or name.",
"type": "string"
},
"tld": {
"description": "A TLD with or without leading dot to compare registrar pricing for, e.g. .com (Mode A). Provide exactly one of tld or name.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"cheapest": {
"type": "object"
},
"cheapest_premium": {
"type": "object"
},
"findings": {
"items": {
"type": "object"
},
"type": "array"
},
"grade": {
"type": "string"
},
"is_reference_pricing": {
"type": "boolean"
},
"mode": {
"type": "string"
},
"name": {
"type": "string"
},
"options": {
"items": {
"type": "object"
},
"type": "array"
},
"predatory_renewal": {
"type": "boolean"
},
"pricing": {
"description": "null for TLDs outside the reference table (unknown_tld finding)",
"type": [
"object",
"null"
]
},
"renewal_markup_pct": {
"type": [
"number",
"null"
]
},
"score": {
"type": "number"
},
"tld": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}