Skip to content

Get pricing for a specific TLD

GET
/domains/pricing/{tld}

Returns registration, renewal, and transfer pricing for a single TLD.

tld
required
string

Top-level domain (e.g. “com”, “io”, “xyz”)

TLD pricing returned

object
tld
required
string
registration_price_usd
required
string
renewal_price_usd
required
string
transfer_price_usd
required
string
currency
required
string
Allowed value: USDC

TLD not found

object
error
required

Short error description

string
message
required

Human-readable error message

string
code
required

Machine-readable error code

string
Example
{
"error": "Not found",
"message": "TLD not found or not supported",
"code": "NOT_FOUND"
}