In Account > Security, checkmark the "enable api" box
Make sure that the "enable withdrawal" box is NOT marked
Join our Community Chatroom (Discord Server) where you can ask me, my team, or any of the 100's of fellow users questions, or just hang out with really cool people from all over the world!
This site is ssh secure, and the database password is at the highest difficulty. This is no longer experimental! I run the app 24/7 now.
Add Account
JSON Format
Read the Power Point above starting on slide #4 to understand how to fill this JSON data in before you add account or start trading
This password is protected by a strong one way hashing algorithm
Start Trading
Enter your Username, Password, API Key, and API Secret, found in the account security page on Cryptopia
The "Start Trading" button will load the trader in a separate tab which will close itself 10 seconds after finishing checking all the markets for trade opportunities
Unless you click "Stop Trading" or close this page, the trader will relaunch automatically every 8 minutes (to respect server load and api calls to Cryptopia)
For your protection, the API KEY and SECRET are never stored in the database. They are used for API authentication so Volatronix can trade the account on your behalf.
Retrieve JSON
Retrieve the MARKET data of your JSON, public and private key will not be returned here
Remove Commission
You can remove commission from an account by paying 0.01 BTC
Enter your username, password, api key, and secret and click the button
This will do 2 things: 1) transfer 0.01 BTC to TriphiusFire and 2) register your purchase so you don't pay commission anymore
The commission-free feature is attached to your account here, not your api keys, so you may change your keys on Cryptopia whenever you want
For your protection, the API KEY and SECRET are never stored in the database. They are used for API authentication to make the transfer
If you find a way to cheat, I'll just delete your record from the database
Growth Report
Enter Username, and click the Get Report Button
A detailed report on your account performance will be displayed below
Remove Account
This will remove your entire allocation record from the database
IMPORTANT: if you intend to trade with the same settings later you MUST retrieve your JSON data first!
Troubleshooting
Connecting/Trading
Verify API Key and Secret are correct and entered in the right boxes.
Two buttons had to be clicked in Cryptopia > Account > Security, 1) Generate Keys,
2) Save
JSON
When you first start, coinAlloc must be set equal to initialCoinAlloc,
and baseAlloc must be set equal to initialBaseAlloc
There are no quotes around numbers in the JSON
The market name must match the prototype: "COIN_BASEMARKET" where,
on Cryptopia, Base Market can only be BTC or USDT
Example: my retrieved json file after trading a while. 3 of 13 were recently added
Access
If you forgot your password and can't retrieve JSON data, ask
TriphiusFire in our Discord to send you your JSON, then he can remove
your account so you can remake it with a new password. There is no way
to recover your password since the password is not stored, but a strong
one-way secure hash of your password is used, (ie: "myPassword" might
look like: "$2y$10$xp2CKPAwAvNqEMFg0h776eKxjjqnXnwavcs.t2TfCP/npPhMCWZmS"
in the database). Your API Keys are not stored anywhere online,
just your browser tab until you close it
Don't put your API Key or Secret in the json file. We used to do
it that way with executable files, however not with the web trader. We
don't want any sensitive data in our Database as that poses too much
risk for you.