---
title: "Get price data for a domain"
method: GET
path: "/v1/registrar/domains/{domain}/price"
tags: ["domains-registrar"]
---

# Get price data for a domain

`GET /v1/registrar/domains/{domain}/price`

Get price data for a specific domain

## Path parameters

- `domain` string, required — A valid domain name

## Query parameters

- `years` string — The number of years to get the price for. If not provided, the minimum number of years for the TLD will be used.
- `teamId` string

## Response `200`

Success

- object
  - `years` number, required
  - `purchasePrice` union, required
    - number
    - string
  - `renewalPrice` union, required
    - number
    - string
  - `transferPrice` union, required
    - number
    - string

## Other responses

- `400` — There was something wrong with the request
- `401` — Unauthorized
- `403` — NotAuthorizedForScope
- `429` — TooManyRequests
- `500` — InternalServerError

---

[API](https://skmtc.net/vercel/apis/api.md) · [All operations](https://skmtc.net/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/api/revisions/4a14567fe836/schema)
