Features of node-binance-api
masterThe library provides a comprehensive SDK for Binance REST APIs and WebSockets with the following capabilities:
- API Support: Spot, Margin, Futures, and Delivery API (including
algoOrderservice). - Trading Modes: Demo trading support and Testnet support (note: Testnet is deprecated).
- Connectivity: Proxy support for both REST and WebSockets (including WS-API), customizable HTTP headers, and overridable hostnames (e.g.,
.us,.jp). - Security & Reliability: RSA/ECDSA support, automatic
RecvWindowand timestamp generation, and WebSocket handling with automatic reconnection. - Flexibility: Ability to call any endpoint even if not explicitly supported by the library, customizable request parameters, and a verbose mode for debugging HTTP requests/responses.