On the gonfig page, you can:
Connect API keys from your cryptocurrency exchange.
Restart the server.
View system logs.
Clear the cache (note: cache is used by robots to store data, so be cautious when clearing it).
API keys are unique identifiers that allow robots to interact with your exchange account. They consist of two components: Key and Secret.
For Example:
Using these keys, robots can: retrieve quotes, perform trading operations (create, cancel, modify - orders).
To ensure the safety of your funds, follow these guidelines:
Add server IP addresses where your robots are running to the API key whitelist. This restricts key usage to specified IP addresses only.
Grant only necessary permissions. Most robots require only trading functions, such as:
Spot Trade
Perpetual Futures
Delivery Futures
Create API keys on your exchange:
Go to the API management section on your exchange.
Create a new key.
Add your server's IP addresses to the whitelist.
Select the required permissions for the robot.
Copy the key and secret key. Save them in a secure location, as the secret key will only be displayed once.
Add the keys to JT-Trader:
Go to the config page in JT-Trader.
Enter the key and secret key in the corresponding fields.
Save the settings.
Your robot is now ready to operate!