---
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.

---

[API](https://skmtc.net/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.net/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/versions/270bb4f6f532/schema)
