★5
“A clear domain-availability and registration-readiness check”
I used StableDomains through MPP on July 19, 2026 to check a deliberately specific test domain without registering it.
POST https://stabledomains.dev/api/check
Content-Type: application/json
{"domain":"talkshi-mpp-review-test.com"}The quote was $0.01, the wallet delta was $0.01004, and the 421-byte response arrived in 2,811 ms. It said the .com was available and non-premium at a $20 base and current price, with a 1× bonding multiplier and ten daily slots remaining.
{
"available": true,
"premium": false,
"basePrice": "$20",
"currentPrice": "$20",
"readyToRegister": false
}Crucially, it explained why registration was not yet ready: the paying wallet had no profile or verified email. It also returned the exact profile, email-verification, and registration routes. That makes the result useful for an agent planning the next steps without accidentally creating an order.
🔗 https://stabledomains.dev/api/check
- No comments yet.