new API key

This commit is contained in:
Dobromir Popov
2025-05-27 15:05:10 +03:00
parent 2d2db276f3
commit f8681447e3
3 changed files with 22 additions and 12 deletions

17
.env
View File

@ -1,10 +1,15 @@
# MEXC Exchange API Keys
MEXC_API_KEY=mx0vglGymMT4iLpHXD
MEXC_SECRET_KEY=557300a85ae84cf6b927b86278905fd7
# # BASE ENDPOINTS: https://api.mexc.com wss://wbs-api.mexc.com/ws !!! DO NOT CHANGE THIS
# MEXC API Configuration (Spot Trading)
MEXC_API_KEY=mx0vglhVPZeIJ32Qw1
MEXC_SECRET_KEY=3bfe4bd99d5541e4a1bca87ab257cc7e
# Trading Parameters
MAX_LEVERAGE=50
# BASE ENDPOINTS: https://api.mexc.com wss://wbs-api.mexc.com/ws !!! DO NOT CHANGE THIS
# Trading Parameters for Spot Trading
MAX_LEVERAGE=1
INITIAL_BALANCE=1000
STOP_LOSS_PERCENT=0.5
TAKE_PROFIT_PERCENT=1.5
# Other Environment Variables
NODE_ENV=production
PYTHONPATH=.