new API key
This commit is contained in:
17
.env
17
.env
@ -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=.
|
||||
|
Reference in New Issue
Block a user