---
title: "Get price"
method: GET
path: "/v1beta/domains/prices"
tags: ["DomainPriceService"]
---

# Get price

`GET /v1beta/domains/prices`

## Query parameters

- `domain.name` string
- `domain.extension` string
- `operation` string
- `additional_data.idn_script` string
- `period` integer

## Response `200`

A successful response.

- PriceGetPriceResponse
  - `code` integer
  - `data` PriceGetPriceResponseData
    - `is_premium` boolean
    - `is_promotion` boolean
    - `membership_price` DomainPriceGroup
      - `product` DomainPrice
        - `currency` string
        - `price` number, double
      - `reseller` DomainPrice
        - `currency` string
        - `price` number, double
    - `price` DomainPriceGroup
      - `product` DomainPrice
        - `currency` string
        - `price` number, double
      - `reseller` DomainPrice
        - `currency` string
        - `price` number, double
    - `promotion_data` PricePromotionData
      - `end_date` string
      - `start_date` string
    - `tier_price` DomainPriceGroup
      - `product` DomainPrice
        - `currency` string
        - `price` number, double
      - `reseller` DomainPrice
        - `currency` string
        - `price` number, double
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

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