This is an automated trading bot for Ascendex built with Python. It uses the Ascendex API to fetch balance, subscribe to trades, and place new orders.
- Fetches your current balance 💰
- Subscribes to trades 🔄
- Places new orders 📈
- Handles rate limits and sleeps when exceeded 😴
- Securely loads API keys from environment variables 🔒
- Logs all actions for easy debugging 📝
- Stores trades in a SQLite database for future analysis 🗄️
- Runs every 10 minutes using the
schedule
library ⏲️
- Clone this repository.
- Install the required Python packages.
- Set your Ascendex API keys as environment variables.
- Run
python main.py
.
Contributions are welcome! Please read the contributing guidelines first.
This project is licensed under the MIT License - see the LICENSE file for details.
Use this bot at your own risk. The author is not responsible for any financial losses incurred through the use of this bot. Always test thoroughly before running with real money.
Happy trading! 🚀