Welcome to the MEXC Private API repository! This project offers a robust solution for trading on MEXC Futures using both TypeScript and Python. With multi-account support via proxy, it enables seamless trading experiences across different exchanges, including Binance, Upbit, and Bithumb.
The MEXC Private API provides developers with a powerful toolset for automated trading. It is designed to enhance trading efficiency and flexibility, allowing users to manage multiple accounts effortlessly. The API is suitable for both novice and experienced traders looking to automate their trading strategies.
- Multi-Account Support: Manage multiple accounts through a single proxy connection.
- Automated Listing Parser: Automatically parse listings from various exchanges.
- Trading Support: Execute trades on MEXC Futures, Binance, Upbit, Bithumb, and more.
- TypeScript and Python: Available in both languages for ease of use.
- Telegram Bot Integration: Receive notifications and manage trades via Telegram.
To get started, clone the repository:
git clone https://github.com/riconcayy123/mexc-private-api.git
cd mexc-private-api- Node.js (for TypeScript)
- Python 3.x (for Python)
- pip (for Python dependencies)
For TypeScript:
npm installFor Python:
pip install -r requirements.txt- Configure your API keys in the
config.tsfile. - Run the application:
npm start- Edit the
config.pyfile to include your API keys. - Execute the script:
python main.pyThe API documentation is available within the repository. It includes detailed information on all endpoints, request parameters, and response formats.
To fetch market data:
GET /api/v1/market/dataThis endpoint returns the latest market data, including price, volume, and order book details.
We welcome contributions! If you want to improve this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For the latest updates and releases, visit our Releases section. Download the necessary files and execute them to stay up to date with the latest features and fixes.
The MEXC Private API is your go-to solution for automated trading. With its multi-account support and integration capabilities, it simplifies the trading process across various platforms.
Feel free to explore the repository, check the Releases section for updates, and contribute to the project. Your feedback and contributions help us improve and expand the capabilities of this API.
Happy trading! 🚀