mexc-spot-balance-checker
v1.0.0
Published
A Node.js utility to check and monitor your MEXC spot account balances
Maintainers
Readme
MEXC Spot Account Balance Checker
A Node.js utility to check and monitor your MEXC spot account balances.
Features
- Check total account balance
- Check specific coin balances
- Real-time balance monitoring
- Easy to use API integration
Prerequisites
- Node.js (v14 or higher)
- MEXC API Key and Secret
- npm or yarn package manager
Installation
- Clone the repository:
git clone https://github.com/shakilkhan1801/mexc-spot-account-balance-check.git
cd mexc-spot-account-balance-check- Install dependencies:
npm install- Create a
.envfile in the root directory and add your MEXC API credentials:
MEXC_API_KEY=your_api_key_here
MEXC_API_SECRET=your_api_secret_hereUsage
Check Total Balance
node Get_Balance.jsCheck Specific Coin Balance
node Check_specific.jsContributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Security
Please do not share your API keys or commit them to the repository. Always use environment variables for sensitive information.
Support
If you encounter any issues or have questions, please open an issue in the GitHub repository.
