---
title: "Purchase a domain"
method: POST
path: "/api/v1/domains"
tags: ["Domains"]
---

# Purchase a domain

`POST /api/v1/domains`

Purchase a domain. Price will be deducted from user's balance (includes commission).

## Request body

- DomainPurchaseRequest — Request to purchase a domain.
  - `domain` string, required — Domain name to purchase

## Response `201`

Successful Response

- DomainPurchaseResponse — Response after successful domain purchase.
  - `id` string, uuid, required
  - `domain` string, required
  - `status` string, required
  - `pricePaid` string, required
  - `expirationDate` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
