Get domains purchase payment link
POST
/v2/domains/buy
Purchase Domain
Endpoint
Request Body
Name | Type | Description |
---|---|---|
domainName | string | The domain name that you want to purchase. |
years | number (Optional) | The number of years you want to register the domain for. Default is 1. |
useWallet | boolean | Set to true if you want to use wallet balance for the purchase. |
Example Request
{
"domains": [
{
"domainName": "domain.com",
"years": 1
}
],
"useWallet": false
}
Request
Body Params application/json
Request samples
Responses
Modified at 2025-04-03 06:54:23