---
title: "Get prices for a domain"
method: GET
path: "/{account}/registrar/domains/{domain}/prices"
tags: ["registrar"]
---

# Get prices for a domain

`GET /{account}/registrar/domains/{domain}/prices`

Retrieve domain prices.

## Path parameters

- `account` integer, required
- `domain` string, required

## Response `200`

Successfully retrieved the domain pricing data

- object
  - `data` DomainPrices, required
    - `domain` string, required — The domain name that was checked.
    - `premium` boolean, required — True if the domain is a premium domain and thus will have a non-standard registration, renewal, and/or transfer fee.
    - `registration_price` number, float, required — The domain registration price represented as a USD amount with dollars and cents.
    - `renewal_price` number, float, required — The domain renewal price represented as a USD amount with dollars and cents.
    - `transfer_price` number, float — The domain transfer price represented as a USD amount with dollars and cents.
    - `restore_price` number, float, required — The domain restore price represented as a USD amount with dollars and cents.
    - `trustee_price` number, float — The trustee service price represented as a USD amount with dollars and cents.

## Other responses

- `400` — A required parameter is missing or the request is invalid.

## Changes

- **2026-04-28** (v2) `53dd09c3a139` — 1 warning, 1 info
  - removed the optional property `data/trustee_service_price` from the response with the `200` status
  - added the optional property `data/trustee_price` to the response with the `200` status
- **2026-03-19** (v2) `8f6934d1a399` — 1 info
  - added the optional property `data/trustee_service_price` to the response with the `200` status
- **2025-07-11** (v2) `06780be0ef17` — 8 info
  - the response property `data` became required for the status `200`
  - the response property `data/domain` became required for the status `200`
  - the response property `data/premium` became required for the status `200`
  - the response property `data/registration_price` became required for the status `200`
  - …4 more
- **2024-01-09** (v2) `9176c1f2e4dc` — 1 info
  - added the optional property `data/restore_price` to the response with the `200` status
- **2023-07-18** (v2) `c8591dcf8c29` — 8 breaking, 1 warning
  - the response property `data` became optional for the status `200`
  - the response property `data/domain` became optional for the status `200`
  - the response property `data/premium` became optional for the status `200`
  - the response property `data/registration_price` became optional for the status `200`
  - …5 more

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/registrar/domains/:domain/prices/get.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc.dev/dnsimple/apis/dnsimple-api/revisions/faec8b49cc03?raw)
