---
title: "Retrieves detailed market data about the domain"
method: GET
path: "/user/{domain}/market-data"
tags: ["Market data endpoints"]
---

# Retrieves detailed market data about the domain

`GET /user/{domain}/market-data`

Retrieves detailed market data about the domain. API key authentication is required.

## Path parameters

- `domain` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Domain marketplace data

- SerializedSaleDetails
  - `primary` object
    - `type` string — Describes the type of mint (e.g. purchase or distribution)
    - `date` string — Transaction date of initial domain purchase
    - `cost` number — Cost of the domain in USD
    - `payment` object
      - `collected` number — Value of payment collected in USD equivalent (e.g. credit card, crypto, etc)
      - `promoCredits` number — Amount of Unstoppable Domains promo credits used for domain purchase
      - `method` string — Identifies form of payment
  - `secondary` SerializedSecondarySale[]
    - `date` string — Transaction date of secondary activity
    - `txHash` string — Transaction hash related to secondary sale of the domain
    - `marketPlace` string — Marketplace location of the secondary sale
    - `payment` object
      - `symbol` string — Currency used for purchase
      - `valueUsd` number — Purchase amount in USD
      - `valueNative` number — Purchase amount in native currency

## Other responses

- `400` — Request contained invalid parameters
- `404` — Domain not found

---

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