Binance Common Types and Utilities for Binance Connectors
npm install @binance/common


!Node.js Version



@binance/common is a utility package for Binance modular connectors, providing commonly used functions and helpers for working with Binance REST/WebSocket APIs. It ensures reusable and optimized utilities to streamline development.
To use this package, install it via npm:
``bash``
npm install @binance/common
- Common Utility Functions for API requests, timestamps, and signatures.
- Optimized for Binance Connectors to ensure seamless integration.
- Lightweight & Tree-Shakeable – only imports what you need.
- Fully Compatible with TypeScript for strong type safety.
Contributions are welcome!
1. Open a GitHub issue before making changes.
2. Discuss proposed changes with maintainers.
3. Follow the existing TypeScript structure.
This project is licensed under the MIT License - see the LICENSE file for details.