# Retrieves detailed market data about the domain Retrieves detailed market data about the domain. API key authentication is required. Endpoint: GET /user/{domain}/market-data Version: 1.0.0 ## Path parameters: - `domain` (string, required) The domain name to retrieve market data ## Header parameters: - `x-api-key` (string, required) API key to authorize the request Example: "my-api-key" ## Response 200 fields (application/json): - `primary` (object) - `primary.type` (string) Describes the type of mint (e.g. purchase or distribution) Example: "purchase" - `primary.date` (string) Transaction date of initial domain purchase Example: "2024-01-03T08:37:00.000Z" - `primary.cost` (number) Cost of the domain in USD Example: 25 - `primary.payment` (object) - `primary.payment.collected` (number) Value of payment collected in USD equivalent (e.g. credit card, crypto, etc) Example: 20 - `primary.payment.promoCredits` (number) Amount of Unstoppable Domains promo credits used for domain purchase Example: 5 - `primary.payment.method` (string) Identifies form of payment Example: "stripe" - `secondary` (array) - `secondary.date` (string) Transaction date of secondary activity Example: "2024-01-03T08:37:00.000Z" - `secondary.txHash` (string) Transaction hash related to secondary sale of the domain Example: 4660 - `secondary.marketPlace` (string) Marketplace location of the secondary sale Example: "Magic Eden" ## Response 400 fields ## Response 404 fields