Return the price a specific domain would cost to register, renew, or transfer, broken down by billing cycle. GET /order/pricing/domains/{type} The {type} path segment selects the operation: register, renew, or transfer. Prices are returned per billing cycle and reflect the currency configured on your reseller account.

Parameters

text
required
The pricing operation: register, renew, or transfer.
text
required
The full domain to price, for example hostraha-test-9931.com.

Request

The example below reads register pricing. For renewal or transfer pricing, change the {type} segment to renew or transfer — the parameters and response shape are identical.

Response

The response is a single pricing object. Setup-fee fields (msetupfeetsetupfee) hold the one-time fee for each cycle, and the cycle fields (monthlytriennially) hold the recurring price for that cycle. A value of -1.00 means the cycle is not offered for this operation.

Register

Renew

Transfer

Fields

number
Internal identifier for the pricing record.
string
The operation this pricing applies to: domainregister, domainrenew, or domaintransfer.
number
Identifier of the currency the prices are quoted in.
number
Related product or TLD identifier.
string
One-time setup fee for the monthly cycle.
string
One-time setup fee for the quarterly cycle.
string
One-time setup fee for the semiannual cycle.
string
One-time setup fee for the annual cycle.
string
One-time setup fee for the biennial cycle.
string
One-time setup fee for the triennial cycle.
string
Recurring price for the monthly cycle. -1.00 means the cycle is not offered.
string
Recurring price for the quarterly cycle. -1.00 means the cycle is not offered.
string
Recurring price for the semiannual cycle. -1.00 means the cycle is not offered.
string
Recurring price for the annual cycle. -1.00 means the cycle is not offered.
string
Recurring price for the biennial (two-year) cycle. -1.00 means the cycle is not offered.
string
Recurring price for the triennial (three-year) cycle. -1.00 means the cycle is not offered.
For per-TLD list pricing across every supported currency, see TLDs. Placing an order charges your reseller credits — see Credits and billing.