Connect to KuCoin, Binance, XT, Kraken, and other exchanges
For additional support, visit our Support Center
KUCOIN_API_KEY="your_api_key"
KUCOIN_SECRET_KEY="your_secret_key"
KUCOIN_PASSPHRASE="your_passphrase"
KUCOIN_ENVIRONMENT="sandbox" # or "live"
Get these credentials by following the setup guide below.
Based on official KuCoin documentation: KuCoin API Creation Guide
Once created, you'll receive:
The secret key is shown only once. Make sure to copy and store it securely before closing the window.
BINANCE_API_KEY="your_binance_api_key"
BINANCE_SECRET_KEY="your_binance_secret_key"
BINANCE_TESTNET="true" # false for mainnet
Get these credentials by following the setup guide below.
Based on official Binance documentation: Binance API Creation Guide
Enable all required permissions for your trading needs:
curl ifconfig.me on your serverAfter completing the setup, you'll receive:
Your Secret Key will be displayed only once. Make sure to copy and store it securely immediately.
XT_API_KEY="your_xt_api_key"
XT_SECRET_KEY="your_xt_secret_key"
XT_ENVIRONMENT="live"
Get these credentials by following the setup guide below.
Based on CryptoRobotics guide: XT API Creation Guide
You must enable all the required permissions above for the V5 platform to function properly.
curl ifconfig.me on your serverAfter creation, you'll receive:
The secret key will be shown only once. Make sure to copy and store it securely before closing the window.
To trade on the V5 platform, you need to have your funds in an XT exchange spot account. Make sure to transfer funds to your spot trading account after setting up the API.
Never use existing accounts with transaction history. Create brand new accounts on exchanges specifically for the V5 platform. This prevents any potential issues with previous trading activities or account flags.
Configure automatic deposit expiration in your exchange settings. This adds an extra security layer by automatically expiring unused deposit addresses after a specified time period.
After configuring exchange integrations, restart the development server:
Exchange API configuration changes require a server restart to take effect.
Press Ctrl + C in your terminal
pnpm dev
This will restart the server with your new exchange configuration.