Get domains purchase payment link
POST
/v1/domain/buy-domain
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
{
"domainName": "example.com",
"years": 1,
"useWallet": true
}
Request
None