60 Second Auctions

60 second domain auction! Any bid will reset the timer to 60 seconds again!
Get started right away, It's easy to list & bid on domains. Buy and Sell domains at: Epik Domain Auctions!

Submit your domains to auction here. View the auctions coming up and join the realtime domain auctions!

Read More Read More

API Domain Submission Details

The Epik domain auction API allows you to instantly submit domain names to our live auction. Programatically submit domains using your own software or widgets.

 


Epik domain submission API

You'll need your Epik API key which can be found here:

My Account

With your API key, it is easy to send commands to automate your domain submissions to auction.

The API follows this format which can be called from any web browser or a simple form script..

Here's an example string to send:

http://auctions.epik.com/add_domain.php?api_key=YOUR API KEY
&domain=test1.com&price=299&buynow=1100&category=automobiles&mails=1
&details=This is my description.

The above example would instantly add: test1.com to the user account: Epik for $299 starting bid & a buy it now of $1,100 in the category: Automobiles, A description of: "This is my description", an email verification & the auction would end in exactly 30 days.

Break down details of the API:

Host: http://auctions.epik.com/add_domain.php?

Functions:

api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxx

&domain=test1.com
&price=299
&buynow=1100
&category=automobiles
&mails=1
&start=mm-dd-yyyy hh:mm:ss (value must be higher than end)
&end=mm-dd-yyyy hh:mm:ss
&details=This is my description.

Required:

api_key=
domain=


Optional:

price= (Default $1)
buynow= (disabled)
category= (blank)
mails= (email verification enabled)
start= (now)
end= (30 days this same time)
details= (blank)
If only the required fields are submitted, the optional values will be inserted.