API Introduction
API Introduction
The Domains Reseller API allows you to interact with our system...
How to add fund?
You can log into your account and click on “Add Fund” from your client area to deposit a fully...
API Actions
RegisterDomain:
This command is used to send a Register command to the registrar....
Example Code (PHP)
<?php
$data = array(
"action" => "RegisterDomain",
"token" =>...