Expand description
Binance Spot WebSocket API message types.
This module defines:
BinanceSpotWsTradingCommand: Commands sent from the client to the handler.BinanceSpotWsTradingMessage: Output messages emitted by the handler to the client.- Request/response structures for the Binance Spot WebSocket Trading API.
Modules§
- method
- WebSocket API method names.
Structs§
- Binance
Spot WsTrading Request - WebSocket API request wrapper.
- Binance
Spot WsTrading Response Error - WebSocket API error response (JSON).
Enums§
- Binance
Spot WsTrading Command - Commands sent from the outer client to the inner handler.
- Binance
Spot WsTrading Message - Normalized output message from the WebSocket API handler.
- Binance
Spot WsTrading Request Meta - Metadata for a pending request.