Overview of the Binance USDS-M Futures Connector
masterThe @binance/derivatives-trading-usds-futures library is a client for the Binance Derivatives Trading USDS-M Futures API. It provides programmatic access to Binance's derivative trading features through three primary interfaces:
- REST API: Access to
/fapi/*endpoints for request-response operations. - Websocket API: Real-time request-response communication.
- Websocket Streams: Real-time data streaming.
The library includes test cases and examples to assist with onboarding.