AVAILABLE and isSold = false appear. Results come from the two most recent inventory batches. Gamble-category domains are excluded by default — pass show_gamble_domains=true to include them.GET /aged-domains?tld=com&min_age=2&max_price=50&sort_by=Age&sort_order=Desc&limit=20curl --location 'https://customers.coldmailreseller.com/api/v1/integration/aged-domains?page=1&limit=20&min_price=10&max_price=100&min_quality=50&max_age=10&category=general&search=mail&tld=com&sort_by=Age&sort_order=Desc&expires_at=2027-01-01' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Aged domains retrieved successfully",
"data": {
"domains": [
{
"domain": "fastgrowth.io",
"price": 35,
"formattedPrice": "$35.00",
"registeredDate": "2021-04-12",
"expiryDate": "2027-04-12",
"qualityScore": 78,
"primaryStrengths": [
"Clean history",
"High DR"
],
"category": "general",
"status": "AVAILABLE",
"tld": "io",
"basename": "fastgrowth",
"createdAt": "2026-09-01T00:00:00.000Z"
}
],
"pagination": {
"totalCount": 142,
"currentPage": 1,
"perPage": 20,
"totalPages": 8,
"hasNextPage": true
}
}
}